Shades of Rolling Stone #707E7B
Tints of Rolling Stone #707E7B
RGB
CMYK
RGB Variations
Color information
#707E7B (or 0x707E7B) is known color: Rolling Stone. HEX triplet: 70, 7E and 7B. RGB value is (112,126,123). Sum of RGB (Red+Green+Blue) = 112+126+123=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 126 - color contains mainly: green. Hex color #707E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E7B is #8F8184. Grayscale: #797979. Windows color (decimal): -9404805 or 8093296. OLE color: 8093296.
HSL color Cylindrical-coordinate representation of color #707E7B: hue angle of 167.14º 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 #707E7B is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 123 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.51 |
| HSL | 167.14º | 0.06% | 0.47% | - |
| HSV(B) | 167.14º | 0.11% | 0.49% | - |
| XYZ | 17.72 | 19.8 | 21.63 | - |
| YUV | 121.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 123 | 0.11 | 0 | 0.02 | 0.51 | 167.14 | 0.06 | 0.47 |
| Hex | 70 | 7E | 7B | B | 0 | 2 | 33 | A7 | 6 | 2F |
| Octal | 160 | 176 | 173 | 13 | 0 | 2 | 63 | 247 | 6 | 57 |
| Binary | 1110000 | 1111110 | 1111011 | 1011 | 0 | 10 | 110011 | 10100111 | 110 | 101111 |
Color Harmonies of #707E7B
Complementary color
Monochromatic Colors of #707E7B
Black with #707E7B
Text Example
Text Example
White with #707E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E7B; }
p { color: rgb(112,126,123); }
H1.HeaderClassName
{
color: #707E7B;
}
.AnyTagClassName
{
color: #707E7B;
}
</style>
background-color css
<style>
a { background-color: #707E7B; }
a { background-color: rgb(112,126,123); }
div.DivClassName
{
background-color: #707E7B;
}
.BgClassName
{
background-color: #707E7B;
}
</style>
border-color css
<style>
span { border-color: #707E7B; }
span { border-color: rgb(112,126,123); }
td.TdClassName
{
border-color: #707E7B;
}
.TagClassName
{
border-color: #707E7B;
}
</style>