Shades of Rolling Stone #64746F
Tints of Rolling Stone #64746F
RGB
CMYK
RGB Variations
Color information
#64746F (or 0x64746F) is known color: Rolling Stone. HEX triplet: 64, 74 and 6F. RGB value is (100,116,111). Sum of RGB (Red+Green+Blue) = 100+116+111=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #64746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64746F is #9B8B90. Grayscale: #6E6E6E. Windows color (decimal): -10193809 or 7304292. OLE color: 7304292.
HSL color Cylindrical-coordinate representation of color #64746F: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64746F is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 116 | 111 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.55 |
| HSL | 161.25º | 0.07% | 0.42% | - |
| HSV(B) | 161.25º | 0.14% | 0.45% | - |
| XYZ | 14.37 | 16.35 | 17.44 | - |
| YUV | 110.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 111 | 0.14 | 0 | 0.04 | 0.55 | 161.25 | 0.07 | 0.42 |
| Hex | 64 | 74 | 6F | E | 0 | 4 | 37 | A1 | 7 | 2A |
| Octal | 144 | 164 | 157 | 16 | 0 | 4 | 67 | 241 | 7 | 52 |
| Binary | 1100100 | 1110100 | 1101111 | 1110 | 0 | 100 | 110111 | 10100001 | 111 | 101010 |
Color Harmonies of #64746F
Complementary color
Monochromatic Colors of #64746F
Black with #64746F
Text Example
Text Example
White with #64746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64746F; }
p { color: rgb(100,116,111); }
H1.HeaderClassName
{
color: #64746F;
}
.AnyTagClassName
{
color: #64746F;
}
</style>
background-color css
<style>
a { background-color: #64746F; }
a { background-color: rgb(100,116,111); }
div.DivClassName
{
background-color: #64746F;
}
.BgClassName
{
background-color: #64746F;
}
</style>
border-color css
<style>
span { border-color: #64746F; }
span { border-color: rgb(100,116,111); }
td.TdClassName
{
border-color: #64746F;
}
.TagClassName
{
border-color: #64746F;
}
</style>