#778789 color RGB value is (7, 120, 120).
#778789 hex color red value is 7, green value is 120, and blue value is 120.
Cylindrical-coordinate representations (HSL) of color #778789
hue: 180,
saturation: 0.89 and lightness: 0.25.
The process color (four-color CMYK) of #778789 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #778789 is #ff9999. Color #778789 contains mainly RED.
| Color spaces of #778789 | Value |
|---|---|
| RGB | 119, 135, 137 |
| HSL | 0.52, 0.07, 0.5 |
| HSV | 187°, 13°, 54° |
| XYZ | 20.79, 23.06, 27.02 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110111 | 10000111 | 10001001 |
| Octal | 167 | 207 | 211 |
| Decimal | 119 | 135 | 137 |
| Hex | 77 | 87 | 89 |
Shades of #778789
Tints of #778789
.mybgColor {background-color: #778789;}
.myforeColor {color: #778789;}
.myborderColor {border:3px solid #778789;}
<p style="color:#778789">Text here</p>
This sample text is styled with the font color #778789. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#778789">Div content here</div>
<div style="border:3px solid #778789">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(119, 135, 137, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #778789; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #778789;
-webkit-box-shadow: 1px 1px 3px #778789;
box-shadow: 1px 1px 3px #778789; }
<p style="text-shadow: 4px 4px 2px rgba(119, 135, 137, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #778789;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #778789;
-webkit-box-shadow: 1px 1px 3px #778789;
box-shadow: 1px 1px 3px #778789;">Div content here</div>
