Shades of Rolling Stone #647C79
Tints of Rolling Stone #647C79
RGB
CMYK
RGB Variations
Color information
#647C79 (or 0x647C79) is known color: Rolling Stone. HEX triplet: 64, 7C and 79. RGB value is (100,124,121). Sum of RGB (Red+Green+Blue) = 100+124+121=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #647C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C79 is #9B8386. Grayscale: #747474. Windows color (decimal): -10191751 or 7961700. OLE color: 7961700.
HSL color Cylindrical-coordinate representation of color #647C79: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647C79 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 121 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.51 |
| HSL | 172.5º | 0.11% | 0.44% | - |
| HSV(B) | 172.5º | 0.19% | 0.49% | - |
| XYZ | 15.91 | 18.51 | 20.82 | - |
| YUV | 116.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 121 | 0.19 | 0 | 0.02 | 0.51 | 172.5 | 0.11 | 0.44 |
| Hex | 64 | 7C | 79 | 13 | 0 | 2 | 33 | AC | B | 2C |
| Octal | 144 | 174 | 171 | 23 | 0 | 2 | 63 | 254 | 13 | 54 |
| Binary | 1100100 | 1111100 | 1111001 | 10011 | 0 | 10 | 110011 | 10101100 | 1011 | 101100 |
Color Harmonies of #647C79
Complementary color
Monochromatic Colors of #647C79
Black with #647C79
Text Example
Text Example
White with #647C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C79; }
p { color: rgb(100,124,121); }
H1.HeaderClassName
{
color: #647C79;
}
.AnyTagClassName
{
color: #647C79;
}
</style>
background-color css
<style>
a { background-color: #647C79; }
a { background-color: rgb(100,124,121); }
div.DivClassName
{
background-color: #647C79;
}
.BgClassName
{
background-color: #647C79;
}
</style>
border-color css
<style>
span { border-color: #647C79; }
span { border-color: rgb(100,124,121); }
td.TdClassName
{
border-color: #647C79;
}
.TagClassName
{
border-color: #647C79;
}
</style>