Shades of Rolling Stone #70837C
Tints of Rolling Stone #70837C
RGB
CMYK
RGB Variations
Color information
#70837C (or 0x70837C) is known color: Rolling Stone. HEX triplet: 70, 83 and 7C. RGB value is (112,131,124). Sum of RGB (Red+Green+Blue) = 112+131+124=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #70837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70837C is #8F7C83. Grayscale: #7C7C7C. Windows color (decimal): -9403524 or 8160112. OLE color: 8160112.
HSL color Cylindrical-coordinate representation of color #70837C: hue angle of 157.89º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70837C is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 124 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.49 |
| HSL | 157.89º | 0.08% | 0.48% | - |
| HSV(B) | 157.89º | 0.15% | 0.51% | - |
| XYZ | 18.44 | 21.13 | 22.18 | - |
| YUV | 124.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 124 | 0.15 | 0 | 0.05 | 0.49 | 157.89 | 0.08 | 0.48 |
| Hex | 70 | 83 | 7C | F | 0 | 5 | 31 | 9E | 8 | 30 |
| Octal | 160 | 203 | 174 | 17 | 0 | 5 | 61 | 236 | 10 | 60 |
| Binary | 1110000 | 10000011 | 1111100 | 1111 | 0 | 101 | 110001 | 10011110 | 1000 | 110000 |
Color Harmonies of #70837C
Complementary color
Monochromatic Colors of #70837C
Black with #70837C
Text Example
Text Example
White with #70837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70837C; }
p { color: rgb(112,131,124); }
H1.HeaderClassName
{
color: #70837C;
}
.AnyTagClassName
{
color: #70837C;
}
</style>
background-color css
<style>
a { background-color: #70837C; }
a { background-color: rgb(112,131,124); }
div.DivClassName
{
background-color: #70837C;
}
.BgClassName
{
background-color: #70837C;
}
</style>
border-color css
<style>
span { border-color: #70837C; }
span { border-color: rgb(112,131,124); }
td.TdClassName
{
border-color: #70837C;
}
.TagClassName
{
border-color: #70837C;
}
</style>