Shades of Rolling Stone #64847E
Tints of Rolling Stone #64847E
RGB
CMYK
RGB Variations
Color information
#64847E (or 0x64847E) is known color: Rolling Stone. HEX triplet: 64, 84 and 7E. RGB value is (100,132,126). Sum of RGB (Red+Green+Blue) = 100+132+126=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #64847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64847E is #9B7B81. Grayscale: #797979. Windows color (decimal): -10189698 or 8291428. OLE color: 8291428.
HSL color Cylindrical-coordinate representation of color #64847E: hue angle of 168.75º 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 #64847E is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 126 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.48 |
| HSL | 168.75º | 0.14% | 0.45% | - |
| HSV(B) | 168.75º | 0.24% | 0.52% | - |
| XYZ | 17.27 | 20.72 | 22.83 | - |
| YUV | 121.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 126 | 0.24 | 0 | 0.05 | 0.48 | 168.75 | 0.14 | 0.45 |
| Hex | 64 | 84 | 7E | 18 | 0 | 5 | 30 | A9 | E | 2D |
| Octal | 144 | 204 | 176 | 30 | 0 | 5 | 60 | 251 | 16 | 55 |
| Binary | 1100100 | 10000100 | 1111110 | 11000 | 0 | 101 | 110000 | 10101001 | 1110 | 101101 |
Color Harmonies of #64847E
Complementary color
Monochromatic Colors of #64847E
Black with #64847E
Text Example
Text Example
White with #64847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64847E; }
p { color: rgb(100,132,126); }
H1.HeaderClassName
{
color: #64847E;
}
.AnyTagClassName
{
color: #64847E;
}
</style>
background-color css
<style>
a { background-color: #64847E; }
a { background-color: rgb(100,132,126); }
div.DivClassName
{
background-color: #64847E;
}
.BgClassName
{
background-color: #64847E;
}
</style>
border-color css
<style>
span { border-color: #64847E; }
span { border-color: rgb(100,132,126); }
td.TdClassName
{
border-color: #64847E;
}
.TagClassName
{
border-color: #64847E;
}
</style>