Shades of Rolling Stone #707877
Tints of Rolling Stone #707877
RGB
CMYK
RGB Variations
Color information
#707877 (or 0x707877) is known color: Rolling Stone. HEX triplet: 70, 78 and 77. RGB value is (112,120,119). Sum of RGB (Red+Green+Blue) = 112+120+119=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #707877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707877 is #8F8788. Grayscale: #757575. Windows color (decimal): -9406345 or 7829616. OLE color: 7829616.
HSL color Cylindrical-coordinate representation of color #707877: hue angle of 172.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707877 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 119 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.53 |
| HSL | 172.5º | 0.03% | 0.45% | - |
| HSV(B) | 172.5º | 0.07% | 0.47% | - |
| XYZ | 16.73 | 18.21 | 20.09 | - |
| YUV | 117.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 119 | 0.07 | 0 | 0.01 | 0.53 | 172.5 | 0.03 | 0.45 |
| Hex | 70 | 78 | 77 | 7 | 0 | 1 | 35 | AC | 3 | 2D |
| Octal | 160 | 170 | 167 | 7 | 0 | 1 | 65 | 254 | 3 | 55 |
| Binary | 1110000 | 1111000 | 1110111 | 111 | 0 | 1 | 110101 | 10101100 | 11 | 101101 |
Color Harmonies of #707877
Complementary color
Monochromatic Colors of #707877
Black with #707877
Text Example
Text Example
White with #707877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707877; }
p { color: rgb(112,120,119); }
H1.HeaderClassName
{
color: #707877;
}
.AnyTagClassName
{
color: #707877;
}
</style>
background-color css
<style>
a { background-color: #707877; }
a { background-color: rgb(112,120,119); }
div.DivClassName
{
background-color: #707877;
}
.BgClassName
{
background-color: #707877;
}
</style>
border-color css
<style>
span { border-color: #707877; }
span { border-color: rgb(112,120,119); }
td.TdClassName
{
border-color: #707877;
}
.TagClassName
{
border-color: #707877;
}
</style>