CSS Color Background

Rhythm

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

Preview

Rhythm solid color background preview (#777696)

Color value: #777696

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #777696; }

HTML Code

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