Shades of Rolling Stone #6F807A
Tints of Rolling Stone #6F807A
RGB
CMYK
RGB Variations
Color information
#6F807A (or 0x6F807A) is known color: Rolling Stone. HEX triplet: 6F, 80 and 7A. RGB value is (111,128,122). Sum of RGB (Red+Green+Blue) = 111+128+122=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 128 - color contains mainly: green. Hex color #6F807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F807A is #907F85. Grayscale: #7A7A7A. Windows color (decimal): -9469830 or 8028271. OLE color: 8028271.
HSL color Cylindrical-coordinate representation of color #6F807A: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F807A is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 122 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.50 |
| HSL | 158.82º | 0.07% | 0.47% | - |
| HSV(B) | 158.82º | 0.13% | 0.5% | - |
| XYZ | 17.79 | 20.22 | 21.38 | - |
| YUV | 122.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 122 | 0.13 | 0 | 0.05 | 0.50 | 158.82 | 0.07 | 0.47 |
| Hex | 6F | 80 | 7A | D | 0 | 5 | 32 | 9F | 7 | 2F |
| Octal | 157 | 200 | 172 | 15 | 0 | 5 | 62 | 237 | 7 | 57 |
| Binary | 1101111 | 10000000 | 1111010 | 1101 | 0 | 101 | 110010 | 10011111 | 111 | 101111 |
Color Harmonies of #6F807A
Complementary color
Monochromatic Colors of #6F807A
Black with #6F807A
Text Example
Text Example
White with #6F807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F807A; }
p { color: rgb(111,128,122); }
H1.HeaderClassName
{
color: #6F807A;
}
.AnyTagClassName
{
color: #6F807A;
}
</style>
background-color css
<style>
a { background-color: #6F807A; }
a { background-color: rgb(111,128,122); }
div.DivClassName
{
background-color: #6F807A;
}
.BgClassName
{
background-color: #6F807A;
}
</style>
border-color css
<style>
span { border-color: #6F807A; }
span { border-color: rgb(111,128,122); }
td.TdClassName
{
border-color: #6F807A;
}
.TagClassName
{
border-color: #6F807A;
}
</style>