Shades of Rolling Stone #647A79
Tints of Rolling Stone #647A79
RGB
CMYK
RGB Variations
Color information
#647A79 (or 0x647A79) is known color: Rolling Stone. HEX triplet: 64, 7A and 79. RGB value is (100,122,121). Sum of RGB (Red+Green+Blue) = 100+122+121=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 122 - color contains mainly: green. Hex color #647A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A79 is #9B8586. Grayscale: #737373. Windows color (decimal): -10192263 or 7961188. OLE color: 7961188.
HSL color Cylindrical-coordinate representation of color #647A79: hue angle of 177.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647A79 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 121 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.52 |
| HSL | 177.27º | 0.1% | 0.44% | - |
| HSV(B) | 177.27º | 0.18% | 0.48% | - |
| XYZ | 15.67 | 18.01 | 20.74 | - |
| YUV | 115.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 121 | 0.18 | 0 | 0.01 | 0.52 | 177.27 | 0.1 | 0.44 |
| Hex | 64 | 7A | 79 | 12 | 0 | 1 | 34 | B1 | A | 2C |
| Octal | 144 | 172 | 171 | 22 | 0 | 1 | 64 | 261 | 12 | 54 |
| Binary | 1100100 | 1111010 | 1111001 | 10010 | 0 | 1 | 110100 | 10110001 | 1010 | 101100 |
Color Harmonies of #647A79
Complementary color
Monochromatic Colors of #647A79
Black with #647A79
Text Example
Text Example
White with #647A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A79; }
p { color: rgb(100,122,121); }
H1.HeaderClassName
{
color: #647A79;
}
.AnyTagClassName
{
color: #647A79;
}
</style>
background-color css
<style>
a { background-color: #647A79; }
a { background-color: rgb(100,122,121); }
div.DivClassName
{
background-color: #647A79;
}
.BgClassName
{
background-color: #647A79;
}
</style>
border-color css
<style>
span { border-color: #647A79; }
span { border-color: rgb(100,122,121); }
td.TdClassName
{
border-color: #647A79;
}
.TagClassName
{
border-color: #647A79;
}
</style>