HEX
#
RGB
HSL

#778899 CSS / HTML Preview

Text with hexadecimal color #778899

This text has a font color of #778899.

<span style="color:#778899;">Your text here</span>
#778899 border color

This element has a border color of #778899.

<div style="border:2px solid #778899;">Content here</div>
#778899 background color

This paragraph has a background color of #778899.

<p style="background-color:#778899;">Content here</p>
CSS codes
.text {color:#778899;}
.background {background-color:#778899;}
.border {border:1px solid #778899;}