Shades of Rolling Stone #70827C
Tints of Rolling Stone #70827C
RGB
CMYK
RGB Variations
Color information
#70827C (or 0x70827C) is known color: Rolling Stone. HEX triplet: 70, 82 and 7C. RGB value is (112,130,124). Sum of RGB (Red+Green+Blue) = 112+130+124=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #70827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70827C is #8F7D83. Grayscale: #7B7B7B. Windows color (decimal): -9403780 or 8159856. OLE color: 8159856.
HSL color Cylindrical-coordinate representation of color #70827C: hue angle of 160º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #70827C is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 124 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.49 |
| HSL | 160º | 0.07% | 0.47% | - |
| HSV(B) | 160º | 0.14% | 0.51% | - |
| XYZ | 18.3 | 20.87 | 22.13 | - |
| YUV | 123.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 124 | 0.14 | 0 | 0.05 | 0.49 | 160 | 0.07 | 0.47 |
| Hex | 70 | 82 | 7C | E | 0 | 5 | 31 | A0 | 7 | 2F |
| Octal | 160 | 202 | 174 | 16 | 0 | 5 | 61 | 240 | 7 | 57 |
| Binary | 1110000 | 10000010 | 1111100 | 1110 | 0 | 101 | 110001 | 10100000 | 111 | 101111 |
Color Harmonies of #70827C
Complementary color
Monochromatic Colors of #70827C
Black with #70827C
Text Example
Text Example
White with #70827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70827C; }
p { color: rgb(112,130,124); }
H1.HeaderClassName
{
color: #70827C;
}
.AnyTagClassName
{
color: #70827C;
}
</style>
background-color css
<style>
a { background-color: #70827C; }
a { background-color: rgb(112,130,124); }
div.DivClassName
{
background-color: #70827C;
}
.BgClassName
{
background-color: #70827C;
}
</style>
border-color css
<style>
span { border-color: #70827C; }
span { border-color: rgb(112,130,124); }
td.TdClassName
{
border-color: #70827C;
}
.TagClassName
{
border-color: #70827C;
}
</style>