Shades of Rolling Stone #70807B
Tints of Rolling Stone #70807B
RGB
CMYK
RGB Variations
Color information
#70807B (or 0x70807B) is known color: Rolling Stone. HEX triplet: 70, 80 and 7B. RGB value is (112,128,123). Sum of RGB (Red+Green+Blue) = 112+128+123=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 128 - color contains mainly: green. Hex color #70807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70807B is #8F7F84. Grayscale: #7A7A7A. Windows color (decimal): -9404293 or 8093808. OLE color: 8093808.
HSL color Cylindrical-coordinate representation of color #70807B: hue angle of 161.25º 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 #70807B is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 123 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.50 |
| HSL | 161.25º | 0.07% | 0.47% | - |
| HSV(B) | 161.25º | 0.13% | 0.5% | - |
| XYZ | 17.98 | 20.31 | 21.71 | - |
| YUV | 122.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 123 | 0.12 | 0 | 0.04 | 0.50 | 161.25 | 0.07 | 0.47 |
| Hex | 70 | 80 | 7B | C | 0 | 4 | 32 | A1 | 7 | 2F |
| Octal | 160 | 200 | 173 | 14 | 0 | 4 | 62 | 241 | 7 | 57 |
| Binary | 1110000 | 10000000 | 1111011 | 1100 | 0 | 100 | 110010 | 10100001 | 111 | 101111 |
Color Harmonies of #70807B
Complementary color
Monochromatic Colors of #70807B
Black with #70807B
Text Example
Text Example
White with #70807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70807B; }
p { color: rgb(112,128,123); }
H1.HeaderClassName
{
color: #70807B;
}
.AnyTagClassName
{
color: #70807B;
}
</style>
background-color css
<style>
a { background-color: #70807B; }
a { background-color: rgb(112,128,123); }
div.DivClassName
{
background-color: #70807B;
}
.BgClassName
{
background-color: #70807B;
}
</style>
border-color css
<style>
span { border-color: #70807B; }
span { border-color: rgb(112,128,123); }
td.TdClassName
{
border-color: #70807B;
}
.TagClassName
{
border-color: #70807B;
}
</style>