Shades of Rolling Stone #6E7A76
Tints of Rolling Stone #6E7A76
RGB
CMYK
RGB Variations
Color information
#6E7A76 (or 0x6E7A76) is known color: Rolling Stone. HEX triplet: 6E, 7A and 76. RGB value is (110,122,118). Sum of RGB (Red+Green+Blue) = 110+122+118=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A76 is #918589. Grayscale: #757575. Windows color (decimal): -9536906 or 7764590. OLE color: 7764590.
HSL color Cylindrical-coordinate representation of color #6E7A76: hue angle of 160º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E7A76 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 118 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.52 |
| HSL | 160º | 0.05% | 0.45% | - |
| HSV(B) | 160º | 0.1% | 0.48% | - |
| XYZ | 16.66 | 18.54 | 19.84 | - |
| YUV | 117.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 118 | 0.10 | 0 | 0.03 | 0.52 | 160 | 0.05 | 0.45 |
| Hex | 6E | 7A | 76 | A | 0 | 3 | 34 | A0 | 5 | 2D |
| Octal | 156 | 172 | 166 | 12 | 0 | 3 | 64 | 240 | 5 | 55 |
| Binary | 1101110 | 1111010 | 1110110 | 1010 | 0 | 11 | 110100 | 10100000 | 101 | 101101 |
Color Harmonies of #6E7A76
Complementary color
Monochromatic Colors of #6E7A76
Black with #6E7A76
Text Example
Text Example
White with #6E7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A76; }
p { color: rgb(110,122,118); }
H1.HeaderClassName
{
color: #6E7A76;
}
.AnyTagClassName
{
color: #6E7A76;
}
</style>
background-color css
<style>
a { background-color: #6E7A76; }
a { background-color: rgb(110,122,118); }
div.DivClassName
{
background-color: #6E7A76;
}
.BgClassName
{
background-color: #6E7A76;
}
</style>
border-color css
<style>
span { border-color: #6E7A76; }
span { border-color: rgb(110,122,118); }
td.TdClassName
{
border-color: #6E7A76;
}
.TagClassName
{
border-color: #6E7A76;
}
</style>