Shades of Rolling Stone #647E78
Tints of Rolling Stone #647E78
RGB
CMYK
RGB Variations
Color information
#647E78 (or 0x647E78) is known color: Rolling Stone. HEX triplet: 64, 7E and 78. RGB value is (100,126,120). Sum of RGB (Red+Green+Blue) = 100+126+120=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #647E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E78 is #9B8187. Grayscale: #757575. Windows color (decimal): -10191240 or 7896676. OLE color: 7896676.
HSL color Cylindrical-coordinate representation of color #647E78: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647E78 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 120 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.51 |
| HSL | 166.15º | 0.12% | 0.44% | - |
| HSV(B) | 166.15º | 0.21% | 0.49% | - |
| XYZ | 16.11 | 18.99 | 20.59 | - |
| YUV | 117.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 120 | 0.21 | 0 | 0.05 | 0.51 | 166.15 | 0.12 | 0.44 |
| Hex | 64 | 7E | 78 | 15 | 0 | 5 | 33 | A6 | C | 2C |
| Octal | 144 | 176 | 170 | 25 | 0 | 5 | 63 | 246 | 14 | 54 |
| Binary | 1100100 | 1111110 | 1111000 | 10101 | 0 | 101 | 110011 | 10100110 | 1100 | 101100 |
Color Harmonies of #647E78
Complementary color
Monochromatic Colors of #647E78
Black with #647E78
Text Example
Text Example
White with #647E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E78; }
p { color: rgb(100,126,120); }
H1.HeaderClassName
{
color: #647E78;
}
.AnyTagClassName
{
color: #647E78;
}
</style>
background-color css
<style>
a { background-color: #647E78; }
a { background-color: rgb(100,126,120); }
div.DivClassName
{
background-color: #647E78;
}
.BgClassName
{
background-color: #647E78;
}
</style>
border-color css
<style>
span { border-color: #647E78; }
span { border-color: rgb(100,126,120); }
td.TdClassName
{
border-color: #647E78;
}
.TagClassName
{
border-color: #647E78;
}
</style>