CSS Color Background

Gray (Html/Css Gray)

Pure CSS color background: #808080. Use this solid color for personal and commercial creative projects.

Preview

Gray (Html/Css Gray) solid color background preview (#808080)

Color value: #808080

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #808080; }

HTML Code

<section class="hero gray-web-gray-bg"> <h2>Your content</h2> </section> <style> .gray-web-gray-bg { background-color: #808080; } </style>