Shades of Rolling Stone #647C76
Tints of Rolling Stone #647C76
RGB
CMYK
RGB Variations
Color information
#647C76 (or 0x647C76) is known color: Rolling Stone. HEX triplet: 64, 7C and 76. RGB value is (100,124,118). Sum of RGB (Red+Green+Blue) = 100+124+118=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #647C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C76 is #9B8389. Grayscale: #747474. Windows color (decimal): -10191754 or 7765092. OLE color: 7765092.
HSL color Cylindrical-coordinate representation of color #647C76: hue angle of 165º 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 #647C76 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 118 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.51 |
| HSL | 165º | 0.11% | 0.44% | - |
| HSV(B) | 165º | 0.19% | 0.49% | - |
| XYZ | 15.73 | 18.43 | 19.87 | - |
| YUV | 116.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 118 | 0.19 | 0 | 0.05 | 0.51 | 165 | 0.11 | 0.44 |
| Hex | 64 | 7C | 76 | 13 | 0 | 5 | 33 | A5 | B | 2C |
| Octal | 144 | 174 | 166 | 23 | 0 | 5 | 63 | 245 | 13 | 54 |
| Binary | 1100100 | 1111100 | 1110110 | 10011 | 0 | 101 | 110011 | 10100101 | 1011 | 101100 |
Color Harmonies of #647C76
Complementary color
Monochromatic Colors of #647C76
Black with #647C76
Text Example
Text Example
White with #647C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C76; }
p { color: rgb(100,124,118); }
H1.HeaderClassName
{
color: #647C76;
}
.AnyTagClassName
{
color: #647C76;
}
</style>
background-color css
<style>
a { background-color: #647C76; }
a { background-color: rgb(100,124,118); }
div.DivClassName
{
background-color: #647C76;
}
.BgClassName
{
background-color: #647C76;
}
</style>
border-color css
<style>
span { border-color: #647C76; }
span { border-color: rgb(100,124,118); }
td.TdClassName
{
border-color: #647C76;
}
.TagClassName
{
border-color: #647C76;
}
</style>