Shades of Rolling Stone #6A7A77
Tints of Rolling Stone #6A7A77
RGB
CMYK
RGB Variations
Color information
#6A7A77 (or 0x6A7A77) is known color: Rolling Stone. HEX triplet: 6A, 7A and 77. RGB value is (106,122,119). Sum of RGB (Red+Green+Blue) = 106+122+119=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7A77 is #958588. Grayscale: #747474. Windows color (decimal): -9799049 or 7830122. OLE color: 7830122.
HSL color Cylindrical-coordinate representation of color #6A7A77: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A7A77 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 119 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.52 |
| HSL | 168.75º | 0.07% | 0.45% | - |
| HSV(B) | 168.75º | 0.13% | 0.48% | - |
| XYZ | 16.23 | 18.32 | 20.13 | - |
| YUV | 116.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 119 | 0.13 | 0 | 0.02 | 0.52 | 168.75 | 0.07 | 0.45 |
| Hex | 6A | 7A | 77 | D | 0 | 2 | 34 | A9 | 7 | 2D |
| Octal | 152 | 172 | 167 | 15 | 0 | 2 | 64 | 251 | 7 | 55 |
| Binary | 1101010 | 1111010 | 1110111 | 1101 | 0 | 10 | 110100 | 10101001 | 111 | 101101 |
Color Harmonies of #6A7A77
Complementary color
Monochromatic Colors of #6A7A77
Black with #6A7A77
Text Example
Text Example
White with #6A7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A77; }
p { color: rgb(106,122,119); }
H1.HeaderClassName
{
color: #6A7A77;
}
.AnyTagClassName
{
color: #6A7A77;
}
</style>
background-color css
<style>
a { background-color: #6A7A77; }
a { background-color: rgb(106,122,119); }
div.DivClassName
{
background-color: #6A7A77;
}
.BgClassName
{
background-color: #6A7A77;
}
</style>
border-color css
<style>
span { border-color: #6A7A77; }
span { border-color: rgb(106,122,119); }
td.TdClassName
{
border-color: #6A7A77;
}
.TagClassName
{
border-color: #6A7A77;
}
</style>