Shades of Rolling Stone #66726F
Tints of Rolling Stone #66726F
RGB
CMYK
RGB Variations
Color information
#66726F (or 0x66726F) is known color: Rolling Stone. HEX triplet: 66, 72 and 6F. RGB value is (102,114,111). Sum of RGB (Red+Green+Blue) = 102+114+111=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 114 - color contains mainly: green. Hex color #66726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66726F is #998D90. Grayscale: #6E6E6E. Windows color (decimal): -10063249 or 7303782. OLE color: 7303782.
HSL color Cylindrical-coordinate representation of color #66726F: hue angle of 165º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #66726F is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 111 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.55 |
| HSL | 165º | 0.06% | 0.42% | - |
| HSV(B) | 165º | 0.11% | 0.45% | - |
| XYZ | 14.37 | 16.01 | 17.37 | - |
| YUV | 110.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 111 | 0.11 | 0 | 0.03 | 0.55 | 165 | 0.06 | 0.42 |
| Hex | 66 | 72 | 6F | B | 0 | 3 | 37 | A5 | 6 | 2A |
| Octal | 146 | 162 | 157 | 13 | 0 | 3 | 67 | 245 | 6 | 52 |
| Binary | 1100110 | 1110010 | 1101111 | 1011 | 0 | 11 | 110111 | 10100101 | 110 | 101010 |
Color Harmonies of #66726F
Complementary color
Monochromatic Colors of #66726F
Black with #66726F
Text Example
Text Example
White with #66726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66726F; }
p { color: rgb(102,114,111); }
H1.HeaderClassName
{
color: #66726F;
}
.AnyTagClassName
{
color: #66726F;
}
</style>
background-color css
<style>
a { background-color: #66726F; }
a { background-color: rgb(102,114,111); }
div.DivClassName
{
background-color: #66726F;
}
.BgClassName
{
background-color: #66726F;
}
</style>
border-color css
<style>
span { border-color: #66726F; }
span { border-color: rgb(102,114,111); }
td.TdClassName
{
border-color: #66726F;
}
.TagClassName
{
border-color: #66726F;
}
</style>