Shades of Rolling Stone #647A74
Tints of Rolling Stone #647A74
RGB
CMYK
RGB Variations
Color information
#647A74 (or 0x647A74) is known color: Rolling Stone. HEX triplet: 64, 7A and 74. RGB value is (100,122,116). Sum of RGB (Red+Green+Blue) = 100+122+116=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 122 - color contains mainly: green. Hex color #647A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A74 is #9B858B. Grayscale: #727272. Windows color (decimal): -10192268 or 7633508. OLE color: 7633508.
HSL color Cylindrical-coordinate representation of color #647A74: hue angle of 163.64º 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 #647A74 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 116 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.52 |
| HSL | 163.64º | 0.1% | 0.44% | - |
| HSV(B) | 163.64º | 0.18% | 0.48% | - |
| XYZ | 15.37 | 17.89 | 19.17 | - |
| YUV | 114.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 116 | 0.18 | 0 | 0.05 | 0.52 | 163.64 | 0.1 | 0.44 |
| Hex | 64 | 7A | 74 | 12 | 0 | 5 | 34 | A4 | A | 2C |
| Octal | 144 | 172 | 164 | 22 | 0 | 5 | 64 | 244 | 12 | 54 |
| Binary | 1100100 | 1111010 | 1110100 | 10010 | 0 | 101 | 110100 | 10100100 | 1010 | 101100 |
Color Harmonies of #647A74
Complementary color
Monochromatic Colors of #647A74
Black with #647A74
Text Example
Text Example
White with #647A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A74; }
p { color: rgb(100,122,116); }
H1.HeaderClassName
{
color: #647A74;
}
.AnyTagClassName
{
color: #647A74;
}
</style>
background-color css
<style>
a { background-color: #647A74; }
a { background-color: rgb(100,122,116); }
div.DivClassName
{
background-color: #647A74;
}
.BgClassName
{
background-color: #647A74;
}
</style>
border-color css
<style>
span { border-color: #647A74; }
span { border-color: rgb(100,122,116); }
td.TdClassName
{
border-color: #647A74;
}
.TagClassName
{
border-color: #647A74;
}
</style>