#78866B color RGB value is (7, 136, 102).
#78866B hex color red value is 7, green value is 136, and blue value is 102.
Cylindrical-coordinate representations (HSL) of color #78866B
hue: 164.19,
saturation: 0.9 and lightness: 0.28.
The process color (four-color CMYK) of #78866B color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #78866B is #ff9999. Color #78866B contains mainly RED.
Color spaces of #78866B | Value |
---|---|
RGB | 120, 134, 107 |
HSL | 0.25, 0.11, 0.47 |
HSV | 91°, 20°, 53° |
XYZ | 18.92, 22.1, 17.18 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1111000 | 10000110 | 1101011 |
Octal | 170 | 206 | 153 |
Decimal | 120 | 134 | 107 |
Hex | 78 | 86 | 6B |
Shades of #78866B
Tints of #78866B
.mybgColor {background-color: #78866B;} .myforeColor {color: #78866B;} .myborderColor {border:3px solid #78866B;}
<p style="color:#78866B">Text here</p>
This sample text is styled with the font color #78866B. 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:#78866B">Div content here</div>
<div style="border:3px solid #78866B">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120, 134, 107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78866B; } .divShadow { -moz-box-shadow: 1px 1px 3px #78866B; -webkit-box-shadow: 1px 1px 3px #78866B; box-shadow: 1px 1px 3px #78866B; }
<p style="text-shadow: 4px 4px 2px rgba(120, 134, 107, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #78866B;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #78866B;
-webkit-box-shadow: 1px 1px 3px #78866B;
box-shadow: 1px 1px 3px #78866B;">Div content here</div>