Shades of Rolling Stone #64847F
Tints of Rolling Stone #64847F
RGB
CMYK
RGB Variations
Color information
#64847F (or 0x64847F) is known color: Rolling Stone. HEX triplet: 64, 84 and 7F. RGB value is (100,132,127). Sum of RGB (Red+Green+Blue) = 100+132+127=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #64847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64847F is #9B7B80. Grayscale: #797979. Windows color (decimal): -10189697 or 8356964. OLE color: 8356964.
HSL color Cylindrical-coordinate representation of color #64847F: hue angle of 170.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64847F is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 127 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.48 |
| HSL | 170.63º | 0.14% | 0.45% | - |
| HSV(B) | 170.63º | 0.24% | 0.52% | - |
| XYZ | 17.34 | 20.74 | 23.17 | - |
| YUV | 121.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 127 | 0.24 | 0 | 0.04 | 0.48 | 170.63 | 0.14 | 0.45 |
| Hex | 64 | 84 | 7F | 18 | 0 | 4 | 30 | AB | E | 2D |
| Octal | 144 | 204 | 177 | 30 | 0 | 4 | 60 | 253 | 16 | 55 |
| Binary | 1100100 | 10000100 | 1111111 | 11000 | 0 | 100 | 110000 | 10101011 | 1110 | 101101 |
Color Harmonies of #64847F
Complementary color
Monochromatic Colors of #64847F
Black with #64847F
Text Example
Text Example
White with #64847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64847F; }
p { color: rgb(100,132,127); }
H1.HeaderClassName
{
color: #64847F;
}
.AnyTagClassName
{
color: #64847F;
}
</style>
background-color css
<style>
a { background-color: #64847F; }
a { background-color: rgb(100,132,127); }
div.DivClassName
{
background-color: #64847F;
}
.BgClassName
{
background-color: #64847F;
}
</style>
border-color css
<style>
span { border-color: #64847F; }
span { border-color: rgb(100,132,127); }
td.TdClassName
{
border-color: #64847F;
}
.TagClassName
{
border-color: #64847F;
}
</style>