Shades of Rolling Stone #70817D
Tints of Rolling Stone #70817D
RGB
CMYK
RGB Variations
Color information
#70817D (or 0x70817D) is known color: Rolling Stone. HEX triplet: 70, 81 and 7D. RGB value is (112,129,125). Sum of RGB (Red+Green+Blue) = 112+129+125=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #70817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70817D is #8F7E82. Grayscale: #7B7B7B. Windows color (decimal): -9404035 or 8225136. OLE color: 8225136.
HSL color Cylindrical-coordinate representation of color #70817D: hue angle of 165.88º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #70817D is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 125 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.49 |
| HSL | 165.88º | 0.07% | 0.47% | - |
| HSV(B) | 165.88º | 0.13% | 0.51% | - |
| XYZ | 18.23 | 20.63 | 22.42 | - |
| YUV | 123.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 125 | 0.13 | 0 | 0.03 | 0.49 | 165.88 | 0.07 | 0.47 |
| Hex | 70 | 81 | 7D | D | 0 | 3 | 31 | A6 | 7 | 2F |
| Octal | 160 | 201 | 175 | 15 | 0 | 3 | 61 | 246 | 7 | 57 |
| Binary | 1110000 | 10000001 | 1111101 | 1101 | 0 | 11 | 110001 | 10100110 | 111 | 101111 |
Color Harmonies of #70817D
Complementary color
Monochromatic Colors of #70817D
Black with #70817D
Text Example
Text Example
White with #70817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70817D; }
p { color: rgb(112,129,125); }
H1.HeaderClassName
{
color: #70817D;
}
.AnyTagClassName
{
color: #70817D;
}
</style>
background-color css
<style>
a { background-color: #70817D; }
a { background-color: rgb(112,129,125); }
div.DivClassName
{
background-color: #70817D;
}
.BgClassName
{
background-color: #70817D;
}
</style>
border-color css
<style>
span { border-color: #70817D; }
span { border-color: rgb(112,129,125); }
td.TdClassName
{
border-color: #70817D;
}
.TagClassName
{
border-color: #70817D;
}
</style>