Shades of Rolling Stone #707D79
Tints of Rolling Stone #707D79
RGB
CMYK
RGB Variations
Color information
#707D79 (or 0x707D79) is known color: Rolling Stone. HEX triplet: 70, 7D and 79. RGB value is (112,125,121). Sum of RGB (Red+Green+Blue) = 112+125+121=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #707D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D79 is #8F8286. Grayscale: #787878. Windows color (decimal): -9405063 or 7961968. OLE color: 7961968.
HSL color Cylindrical-coordinate representation of color #707D79: hue angle of 161.54º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707D79 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 121 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.51 |
| HSL | 161.54º | 0.05% | 0.46% | - |
| HSV(B) | 161.54º | 0.1% | 0.49% | - |
| XYZ | 17.47 | 19.49 | 20.93 | - |
| YUV | 120.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 121 | 0.10 | 0 | 0.03 | 0.51 | 161.54 | 0.05 | 0.46 |
| Hex | 70 | 7D | 79 | A | 0 | 3 | 33 | A2 | 5 | 2E |
| Octal | 160 | 175 | 171 | 12 | 0 | 3 | 63 | 242 | 5 | 56 |
| Binary | 1110000 | 1111101 | 1111001 | 1010 | 0 | 11 | 110011 | 10100010 | 101 | 101110 |
Color Harmonies of #707D79
Complementary color
Monochromatic Colors of #707D79
Black with #707D79
Text Example
Text Example
White with #707D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D79; }
p { color: rgb(112,125,121); }
H1.HeaderClassName
{
color: #707D79;
}
.AnyTagClassName
{
color: #707D79;
}
</style>
background-color css
<style>
a { background-color: #707D79; }
a { background-color: rgb(112,125,121); }
div.DivClassName
{
background-color: #707D79;
}
.BgClassName
{
background-color: #707D79;
}
</style>
border-color css
<style>
span { border-color: #707D79; }
span { border-color: rgb(112,125,121); }
td.TdClassName
{
border-color: #707D79;
}
.TagClassName
{
border-color: #707D79;
}
</style>