Shades of Rolling Stone #647E77
Tints of Rolling Stone #647E77
RGB
CMYK
RGB Variations
Color information
#647E77 (or 0x647E77) is known color: Rolling Stone. HEX triplet: 64, 7E and 77. RGB value is (100,126,119). Sum of RGB (Red+Green+Blue) = 100+126+119=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #647E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E77 is #9B8188. Grayscale: #757575. Windows color (decimal): -10191241 or 7831140. OLE color: 7831140.
HSL color Cylindrical-coordinate representation of color #647E77: hue angle of 163.85º 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 #647E77 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 119 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.51 |
| HSL | 163.85º | 0.12% | 0.44% | - |
| HSV(B) | 163.85º | 0.21% | 0.49% | - |
| XYZ | 16.05 | 18.96 | 20.27 | - |
| YUV | 117.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 119 | 0.21 | 0 | 0.06 | 0.51 | 163.85 | 0.12 | 0.44 |
| Hex | 64 | 7E | 77 | 15 | 0 | 6 | 33 | A4 | C | 2C |
| Octal | 144 | 176 | 167 | 25 | 0 | 6 | 63 | 244 | 14 | 54 |
| Binary | 1100100 | 1111110 | 1110111 | 10101 | 0 | 110 | 110011 | 10100100 | 1100 | 101100 |
Color Harmonies of #647E77
Complementary color
Monochromatic Colors of #647E77
Black with #647E77
Text Example
Text Example
White with #647E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E77; }
p { color: rgb(100,126,119); }
H1.HeaderClassName
{
color: #647E77;
}
.AnyTagClassName
{
color: #647E77;
}
</style>
background-color css
<style>
a { background-color: #647E77; }
a { background-color: rgb(100,126,119); }
div.DivClassName
{
background-color: #647E77;
}
.BgClassName
{
background-color: #647E77;
}
</style>
border-color css
<style>
span { border-color: #647E77; }
span { border-color: rgb(100,126,119); }
td.TdClassName
{
border-color: #647E77;
}
.TagClassName
{
border-color: #647E77;
}
</style>