Shades of Rolling Stone #6E7C77
Tints of Rolling Stone #6E7C77
RGB
CMYK
RGB Variations
Color information
#6E7C77 (or 0x6E7C77) is known color: Rolling Stone. HEX triplet: 6E, 7C and 77. RGB value is (110,124,119). Sum of RGB (Red+Green+Blue) = 110+124+119=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C77 is #918388. Grayscale: #777777. Windows color (decimal): -9536393 or 7830638. OLE color: 7830638.
HSL color Cylindrical-coordinate representation of color #6E7C77: hue angle of 158.57º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7C77 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 124 | 119 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.51 |
| HSL | 158.57º | 0.06% | 0.46% | - |
| HSV(B) | 158.57º | 0.11% | 0.49% | - |
| XYZ | 16.97 | 19.06 | 20.24 | - |
| YUV | 119.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 119 | 0.11 | 0 | 0.04 | 0.51 | 158.57 | 0.06 | 0.46 |
| Hex | 6E | 7C | 77 | B | 0 | 4 | 33 | 9F | 6 | 2E |
| Octal | 156 | 174 | 167 | 13 | 0 | 4 | 63 | 237 | 6 | 56 |
| Binary | 1101110 | 1111100 | 1110111 | 1011 | 0 | 100 | 110011 | 10011111 | 110 | 101110 |
Color Harmonies of #6E7C77
Complementary color
Monochromatic Colors of #6E7C77
Black with #6E7C77
Text Example
Text Example
White with #6E7C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7C77; }
p { color: rgb(110,124,119); }
H1.HeaderClassName
{
color: #6E7C77;
}
.AnyTagClassName
{
color: #6E7C77;
}
</style>
background-color css
<style>
a { background-color: #6E7C77; }
a { background-color: rgb(110,124,119); }
div.DivClassName
{
background-color: #6E7C77;
}
.BgClassName
{
background-color: #6E7C77;
}
</style>
border-color css
<style>
span { border-color: #6E7C77; }
span { border-color: rgb(110,124,119); }
td.TdClassName
{
border-color: #6E7C77;
}
.TagClassName
{
border-color: #6E7C77;
}
</style>