Shades of Rolling Stone #6F7776
Tints of Rolling Stone #6F7776
RGB
CMYK
RGB Variations
Color information
#6F7776 (or 0x6F7776) is known color: Rolling Stone. HEX triplet: 6F, 77 and 76. RGB value is (111,119,118). Sum of RGB (Red+Green+Blue) = 111+119+118=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7776 is #908889. Grayscale: #747474. Windows color (decimal): -9472138 or 7763823. OLE color: 7763823.
HSL color Cylindrical-coordinate representation of color #6F7776: hue angle of 172.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7776 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 118 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.53 |
| HSL | 172.5º | 0.03% | 0.45% | - |
| HSV(B) | 172.5º | 0.07% | 0.47% | - |
| XYZ | 16.42 | 17.88 | 19.73 | - |
| YUV | 116.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 118 | 0.07 | 0 | 0.01 | 0.53 | 172.5 | 0.03 | 0.45 |
| Hex | 6F | 77 | 76 | 7 | 0 | 1 | 35 | AC | 3 | 2D |
| Octal | 157 | 167 | 166 | 7 | 0 | 1 | 65 | 254 | 3 | 55 |
| Binary | 1101111 | 1110111 | 1110110 | 111 | 0 | 1 | 110101 | 10101100 | 11 | 101101 |
Color Harmonies of #6F7776
Complementary color
Monochromatic Colors of #6F7776
Black with #6F7776
Text Example
Text Example
White with #6F7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7776; }
p { color: rgb(111,119,118); }
H1.HeaderClassName
{
color: #6F7776;
}
.AnyTagClassName
{
color: #6F7776;
}
</style>
background-color css
<style>
a { background-color: #6F7776; }
a { background-color: rgb(111,119,118); }
div.DivClassName
{
background-color: #6F7776;
}
.BgClassName
{
background-color: #6F7776;
}
</style>
border-color css
<style>
span { border-color: #6F7776; }
span { border-color: rgb(111,119,118); }
td.TdClassName
{
border-color: #6F7776;
}
.TagClassName
{
border-color: #6F7776;
}
</style>