Shades of Rolling Stone #707D78
Tints of Rolling Stone #707D78
RGB
CMYK
RGB Variations
Color information
#707D78 (or 0x707D78) is known color: Rolling Stone. HEX triplet: 70, 7D and 78. RGB value is (112,125,120). Sum of RGB (Red+Green+Blue) = 112+125+120=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 125 - color contains mainly: green. Hex color #707D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D78 is #8F8287. Grayscale: #787878. Windows color (decimal): -9405064 or 7896432. OLE color: 7896432.
HSL color Cylindrical-coordinate representation of color #707D78: hue angle of 156.92º 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 #707D78 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 120 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.51 |
| HSL | 156.92º | 0.05% | 0.46% | - |
| HSV(B) | 156.92º | 0.1% | 0.49% | - |
| XYZ | 17.41 | 19.47 | 20.61 | - |
| YUV | 120.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 120 | 0.10 | 0 | 0.04 | 0.51 | 156.92 | 0.05 | 0.46 |
| Hex | 70 | 7D | 78 | A | 0 | 4 | 33 | 9D | 5 | 2E |
| Octal | 160 | 175 | 170 | 12 | 0 | 4 | 63 | 235 | 5 | 56 |
| Binary | 1110000 | 1111101 | 1111000 | 1010 | 0 | 100 | 110011 | 10011101 | 101 | 101110 |
Color Harmonies of #707D78
Complementary color
Monochromatic Colors of #707D78
Black with #707D78
Text Example
Text Example
White with #707D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D78; }
p { color: rgb(112,125,120); }
H1.HeaderClassName
{
color: #707D78;
}
.AnyTagClassName
{
color: #707D78;
}
</style>
background-color css
<style>
a { background-color: #707D78; }
a { background-color: rgb(112,125,120); }
div.DivClassName
{
background-color: #707D78;
}
.BgClassName
{
background-color: #707D78;
}
</style>
border-color css
<style>
span { border-color: #707D78; }
span { border-color: rgb(112,125,120); }
td.TdClassName
{
border-color: #707D78;
}
.TagClassName
{
border-color: #707D78;
}
</style>