Shades of Rolling Stone #6C7776
Tints of Rolling Stone #6C7776
RGB
CMYK
RGB Variations
Color information
#6C7776 (or 0x6C7776) is known color: Rolling Stone. HEX triplet: 6C, 77 and 76. RGB value is (108,119,118). Sum of RGB (Red+Green+Blue) = 108+119+118=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7776 is #938889. Grayscale: #737373. Windows color (decimal): -9668746 or 7763820. OLE color: 7763820.
HSL color Cylindrical-coordinate representation of color #6C7776: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C7776 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 119 | 118 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.53 |
| HSL | 174.55º | 0.05% | 0.45% | - |
| HSV(B) | 174.55º | 0.09% | 0.47% | - |
| XYZ | 16.05 | 17.69 | 19.71 | - |
| YUV | 115.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 118 | 0.09 | 0 | 0.01 | 0.53 | 174.55 | 0.05 | 0.45 |
| Hex | 6C | 77 | 76 | 9 | 0 | 1 | 35 | AF | 5 | 2D |
| Octal | 154 | 167 | 166 | 11 | 0 | 1 | 65 | 257 | 5 | 55 |
| Binary | 1101100 | 1110111 | 1110110 | 1001 | 0 | 1 | 110101 | 10101111 | 101 | 101101 |
Color Harmonies of #6C7776
Complementary color
Monochromatic Colors of #6C7776
Black with #6C7776
Text Example
Text Example
White with #6C7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7776; }
p { color: rgb(108,119,118); }
H1.HeaderClassName
{
color: #6C7776;
}
.AnyTagClassName
{
color: #6C7776;
}
</style>
background-color css
<style>
a { background-color: #6C7776; }
a { background-color: rgb(108,119,118); }
div.DivClassName
{
background-color: #6C7776;
}
.BgClassName
{
background-color: #6C7776;
}
</style>
border-color css
<style>
span { border-color: #6C7776; }
span { border-color: rgb(108,119,118); }
td.TdClassName
{
border-color: #6C7776;
}
.TagClassName
{
border-color: #6C7776;
}
</style>