#79807c color RGB value is (7, 152, 7).
#79807c hex color red value is 7, green value is 152, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #79807c
hue: 120,
saturation: 0.91 and lightness: 0.31.
The process color (four-color CMYK) of #79807c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #79807c is #ff9999. Color #79807c contains mainly RED.
| Color spaces of #79807c | Value |
|---|---|
| RGB | 121, 128, 124 |
| HSL | 0.4, 0.03, 0.49 |
| HSV | 146°, 5°, 50° |
| XYZ | 19.24, 20.96, 22.1 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1111001 | 10000000 | 1111100 |
| Octal | 171 | 200 | 174 |
| Decimal | 121 | 128 | 124 |
| Hex | 79 | 80 | 7C |
Shades of #79807c
Tints of #79807c
.mybgColor {background-color: #79807c;}
.myforeColor {color: #79807c;}
.myborderColor {border:3px solid #79807c;}
<p style="color:#79807c">Text here</p>
This sample text is styled with the font color #79807c. 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:#79807c">Div content here</div>
<div style="border:3px solid #79807c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(121, 128, 124, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #79807c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #79807c;
-webkit-box-shadow: 1px 1px 3px #79807c;
box-shadow: 1px 1px 3px #79807c; }
<p style="text-shadow: 4px 4px 2px rgba(121, 128, 124, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #79807c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #79807c;
-webkit-box-shadow: 1px 1px 3px #79807c;
box-shadow: 1px 1px 3px #79807c;">Div content here</div>
