Shades of Rolling Stone #6C7A76
Tints of Rolling Stone #6C7A76
RGB
CMYK
RGB Variations
Color information
#6C7A76 (or 0x6C7A76) is known color: Rolling Stone. HEX triplet: 6C, 7A and 76. RGB value is (108,122,118). Sum of RGB (Red+Green+Blue) = 108+122+118=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7A76 is #938589. Grayscale: #757575. Windows color (decimal): -9667978 or 7764588. OLE color: 7764588.
HSL color Cylindrical-coordinate representation of color #6C7A76: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C7A76 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 122 | 118 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.52 |
| HSL | 162.86º | 0.06% | 0.45% | - |
| HSV(B) | 162.86º | 0.11% | 0.48% | - |
| XYZ | 16.41 | 18.42 | 19.83 | - |
| YUV | 117.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 118 | 0.11 | 0 | 0.03 | 0.52 | 162.86 | 0.06 | 0.45 |
| Hex | 6C | 7A | 76 | B | 0 | 3 | 34 | A3 | 6 | 2D |
| Octal | 154 | 172 | 166 | 13 | 0 | 3 | 64 | 243 | 6 | 55 |
| Binary | 1101100 | 1111010 | 1110110 | 1011 | 0 | 11 | 110100 | 10100011 | 110 | 101101 |
Color Harmonies of #6C7A76
Complementary color
Monochromatic Colors of #6C7A76
Black with #6C7A76
Text Example
Text Example
White with #6C7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7A76; }
p { color: rgb(108,122,118); }
H1.HeaderClassName
{
color: #6C7A76;
}
.AnyTagClassName
{
color: #6C7A76;
}
</style>
background-color css
<style>
a { background-color: #6C7A76; }
a { background-color: rgb(108,122,118); }
div.DivClassName
{
background-color: #6C7A76;
}
.BgClassName
{
background-color: #6C7A76;
}
</style>
border-color css
<style>
span { border-color: #6C7A76; }
span { border-color: rgb(108,122,118); }
td.TdClassName
{
border-color: #6C7A76;
}
.TagClassName
{
border-color: #6C7A76;
}
</style>