Shades of Rolling Stone #707E7A
Tints of Rolling Stone #707E7A
RGB
CMYK
RGB Variations
Color information
#707E7A (or 0x707E7A) is known color: Rolling Stone. HEX triplet: 70, 7E and 7A. RGB value is (112,126,122). Sum of RGB (Red+Green+Blue) = 112+126+122=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #707E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E7A is #8F8185. Grayscale: #797979. Windows color (decimal): -9404806 or 8027760. OLE color: 8027760.
HSL color Cylindrical-coordinate representation of color #707E7A: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707E7A is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 122 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.51 |
| HSL | 162.86º | 0.06% | 0.47% | - |
| HSV(B) | 162.86º | 0.11% | 0.49% | - |
| XYZ | 17.66 | 19.77 | 21.3 | - |
| YUV | 121.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 122 | 0.11 | 0 | 0.03 | 0.51 | 162.86 | 0.06 | 0.47 |
| Hex | 70 | 7E | 7A | B | 0 | 3 | 33 | A3 | 6 | 2F |
| Octal | 160 | 176 | 172 | 13 | 0 | 3 | 63 | 243 | 6 | 57 |
| Binary | 1110000 | 1111110 | 1111010 | 1011 | 0 | 11 | 110011 | 10100011 | 110 | 101111 |
Color Harmonies of #707E7A
Complementary color
Monochromatic Colors of #707E7A
Black with #707E7A
Text Example
Text Example
White with #707E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E7A; }
p { color: rgb(112,126,122); }
H1.HeaderClassName
{
color: #707E7A;
}
.AnyTagClassName
{
color: #707E7A;
}
</style>
background-color css
<style>
a { background-color: #707E7A; }
a { background-color: rgb(112,126,122); }
div.DivClassName
{
background-color: #707E7A;
}
.BgClassName
{
background-color: #707E7A;
}
</style>
border-color css
<style>
span { border-color: #707E7A; }
span { border-color: rgb(112,126,122); }
td.TdClassName
{
border-color: #707E7A;
}
.TagClassName
{
border-color: #707E7A;
}
</style>