Shades of Rolling Stone #647875
Tints of Rolling Stone #647875
RGB
CMYK
RGB Variations
Color information
#647875 (or 0x647875) is known color: Rolling Stone. HEX triplet: 64, 78 and 75. RGB value is (100,120,117). Sum of RGB (Red+Green+Blue) = 100+120+117=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #647875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647875 is #9B878A. Grayscale: #717171. Windows color (decimal): -10192779 or 7698532. OLE color: 7698532.
HSL color Cylindrical-coordinate representation of color #647875: hue angle of 171º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647875 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 120 | 117 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.53 |
| HSL | 171º | 0.09% | 0.43% | - |
| HSV(B) | 171º | 0.17% | 0.47% | - |
| XYZ | 15.18 | 17.43 | 19.39 | - |
| YUV | 113.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 117 | 0.17 | 0 | 0.02 | 0.53 | 171 | 0.09 | 0.43 |
| Hex | 64 | 78 | 75 | 11 | 0 | 2 | 35 | AB | 9 | 2B |
| Octal | 144 | 170 | 165 | 21 | 0 | 2 | 65 | 253 | 11 | 53 |
| Binary | 1100100 | 1111000 | 1110101 | 10001 | 0 | 10 | 110101 | 10101011 | 1001 | 101011 |
Color Harmonies of #647875
Complementary color
Monochromatic Colors of #647875
Black with #647875
Text Example
Text Example
White with #647875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647875; }
p { color: rgb(100,120,117); }
H1.HeaderClassName
{
color: #647875;
}
.AnyTagClassName
{
color: #647875;
}
</style>
background-color css
<style>
a { background-color: #647875; }
a { background-color: rgb(100,120,117); }
div.DivClassName
{
background-color: #647875;
}
.BgClassName
{
background-color: #647875;
}
</style>
border-color css
<style>
span { border-color: #647875; }
span { border-color: rgb(100,120,117); }
td.TdClassName
{
border-color: #647875;
}
.TagClassName
{
border-color: #647875;
}
</style>