Shades of Rolling Stone #64726F
Tints of Rolling Stone #64726F
RGB
CMYK
RGB Variations
Color information
#64726F (or 0x64726F) is known color: Rolling Stone. HEX triplet: 64, 72 and 6F. RGB value is (100,114,111). Sum of RGB (Red+Green+Blue) = 100+114+111=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #64726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64726F is #9B8D90. Grayscale: #6D6D6D. Windows color (decimal): -10194321 or 7303780. OLE color: 7303780.
HSL color Cylindrical-coordinate representation of color #64726F: hue angle of 167.14º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64726F is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 111 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.55 |
| HSL | 167.14º | 0.07% | 0.42% | - |
| HSV(B) | 167.14º | 0.12% | 0.45% | - |
| XYZ | 14.14 | 15.89 | 17.36 | - |
| YUV | 109.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 111 | 0.12 | 0 | 0.03 | 0.55 | 167.14 | 0.07 | 0.42 |
| Hex | 64 | 72 | 6F | C | 0 | 3 | 37 | A7 | 7 | 2A |
| Octal | 144 | 162 | 157 | 14 | 0 | 3 | 67 | 247 | 7 | 52 |
| Binary | 1100100 | 1110010 | 1101111 | 1100 | 0 | 11 | 110111 | 10100111 | 111 | 101010 |
Color Harmonies of #64726F
Complementary color
Monochromatic Colors of #64726F
Black with #64726F
Text Example
Text Example
White with #64726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64726F; }
p { color: rgb(100,114,111); }
H1.HeaderClassName
{
color: #64726F;
}
.AnyTagClassName
{
color: #64726F;
}
</style>
background-color css
<style>
a { background-color: #64726F; }
a { background-color: rgb(100,114,111); }
div.DivClassName
{
background-color: #64726F;
}
.BgClassName
{
background-color: #64726F;
}
</style>
border-color css
<style>
span { border-color: #64726F; }
span { border-color: rgb(100,114,111); }
td.TdClassName
{
border-color: #64726F;
}
.TagClassName
{
border-color: #64726F;
}
</style>