Shades of Rolling Stone #64827E
Tints of Rolling Stone #64827E
RGB
CMYK
RGB Variations
Color information
#64827E (or 0x64827E) is known color: Rolling Stone. HEX triplet: 64, 82 and 7E. RGB value is (100,130,126). Sum of RGB (Red+Green+Blue) = 100+130+126=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #64827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64827E is #9B7D81. Grayscale: #787878. Windows color (decimal): -10190210 or 8290916. OLE color: 8290916.
HSL color Cylindrical-coordinate representation of color #64827E: hue angle of 172º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64827E is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 126 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.49 |
| HSL | 172º | 0.13% | 0.45% | - |
| HSV(B) | 172º | 0.23% | 0.51% | - |
| XYZ | 17 | 20.18 | 22.74 | - |
| YUV | 120.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 126 | 0.23 | 0 | 0.03 | 0.49 | 172 | 0.13 | 0.45 |
| Hex | 64 | 82 | 7E | 17 | 0 | 3 | 31 | AC | D | 2D |
| Octal | 144 | 202 | 176 | 27 | 0 | 3 | 61 | 254 | 15 | 55 |
| Binary | 1100100 | 10000010 | 1111110 | 10111 | 0 | 11 | 110001 | 10101100 | 1101 | 101101 |
Color Harmonies of #64827E
Complementary color
Monochromatic Colors of #64827E
Black with #64827E
Text Example
Text Example
White with #64827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64827E; }
p { color: rgb(100,130,126); }
H1.HeaderClassName
{
color: #64827E;
}
.AnyTagClassName
{
color: #64827E;
}
</style>
background-color css
<style>
a { background-color: #64827E; }
a { background-color: rgb(100,130,126); }
div.DivClassName
{
background-color: #64827E;
}
.BgClassName
{
background-color: #64827E;
}
</style>
border-color css
<style>
span { border-color: #64827E; }
span { border-color: rgb(100,130,126); }
td.TdClassName
{
border-color: #64827E;
}
.TagClassName
{
border-color: #64827E;
}
</style>