Shades of Rolling Stone #70807A
Tints of Rolling Stone #70807A
RGB
CMYK
RGB Variations
Color information
#70807A (or 0x70807A) is known color: Rolling Stone. HEX triplet: 70, 80 and 7A. RGB value is (112,128,122). Sum of RGB (Red+Green+Blue) = 112+128+122=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #70807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70807A is #8F7F85. Grayscale: #7A7A7A. Windows color (decimal): -9404294 or 8028272. OLE color: 8028272.
HSL color Cylindrical-coordinate representation of color #70807A: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70807A is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 122 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.50 |
| HSL | 157.5º | 0.07% | 0.47% | - |
| HSV(B) | 157.5º | 0.13% | 0.5% | - |
| XYZ | 17.91 | 20.29 | 21.38 | - |
| YUV | 122.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 122 | 0.12 | 0 | 0.05 | 0.50 | 157.5 | 0.07 | 0.47 |
| Hex | 70 | 80 | 7A | C | 0 | 5 | 32 | 9E | 7 | 2F |
| Octal | 160 | 200 | 172 | 14 | 0 | 5 | 62 | 236 | 7 | 57 |
| Binary | 1110000 | 10000000 | 1111010 | 1100 | 0 | 101 | 110010 | 10011110 | 111 | 101111 |
Color Harmonies of #70807A
Complementary color
Monochromatic Colors of #70807A
Black with #70807A
Text Example
Text Example
White with #70807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70807A; }
p { color: rgb(112,128,122); }
H1.HeaderClassName
{
color: #70807A;
}
.AnyTagClassName
{
color: #70807A;
}
</style>
background-color css
<style>
a { background-color: #70807A; }
a { background-color: rgb(112,128,122); }
div.DivClassName
{
background-color: #70807A;
}
.BgClassName
{
background-color: #70807A;
}
</style>
border-color css
<style>
span { border-color: #70807A; }
span { border-color: rgb(112,128,122); }
td.TdClassName
{
border-color: #70807A;
}
.TagClassName
{
border-color: #70807A;
}
</style>