Shades of Rolling Stone #6F7E78
Tints of Rolling Stone #6F7E78
RGB
CMYK
RGB Variations
Color information
#6F7E78 (or 0x6F7E78) is known color: Rolling Stone. HEX triplet: 6F, 7E and 78. RGB value is (111,126,120). Sum of RGB (Red+Green+Blue) = 111+126+120=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7E78 is #908187. Grayscale: #787878. Windows color (decimal): -9470344 or 7896687. OLE color: 7896687.
HSL color Cylindrical-coordinate representation of color #6F7E78: hue angle of 156º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F7E78 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 126 | 120 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.51 |
| HSL | 156º | 0.06% | 0.46% | - |
| HSV(B) | 156º | 0.12% | 0.49% | - |
| XYZ | 17.41 | 19.66 | 20.65 | - |
| YUV | 120.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 120 | 0.12 | 0 | 0.05 | 0.51 | 156 | 0.06 | 0.46 |
| Hex | 6F | 7E | 78 | C | 0 | 5 | 33 | 9C | 6 | 2E |
| Octal | 157 | 176 | 170 | 14 | 0 | 5 | 63 | 234 | 6 | 56 |
| Binary | 1101111 | 1111110 | 1111000 | 1100 | 0 | 101 | 110011 | 10011100 | 110 | 101110 |
Color Harmonies of #6F7E78
Complementary color
Monochromatic Colors of #6F7E78
Black with #6F7E78
Text Example
Text Example
White with #6F7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E78; }
p { color: rgb(111,126,120); }
H1.HeaderClassName
{
color: #6F7E78;
}
.AnyTagClassName
{
color: #6F7E78;
}
</style>
background-color css
<style>
a { background-color: #6F7E78; }
a { background-color: rgb(111,126,120); }
div.DivClassName
{
background-color: #6F7E78;
}
.BgClassName
{
background-color: #6F7E78;
}
</style>
border-color css
<style>
span { border-color: #6F7E78; }
span { border-color: rgb(111,126,120); }
td.TdClassName
{
border-color: #6F7E78;
}
.TagClassName
{
border-color: #6F7E78;
}
</style>