Shades of Rolling Stone #647D7C
Tints of Rolling Stone #647D7C
RGB
CMYK
RGB Variations
Color information
#647D7C (or 0x647D7C) is known color: Rolling Stone. HEX triplet: 64, 7D and 7C. RGB value is (100,125,124). Sum of RGB (Red+Green+Blue) = 100+125+124=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 125 - color contains mainly: green. Hex color #647D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D7C is #9B8283. Grayscale: #757575. Windows color (decimal): -10191492 or 8158564. OLE color: 8158564.
HSL color Cylindrical-coordinate representation of color #647D7C: hue angle of 177.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647D7C is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 125 | 124 | - |
| CMYK | 0.2 | 0 | 0.01 | 0.51 |
| HSL | 177.6º | 0.11% | 0.44% | - |
| HSV(B) | 177.6º | 0.2% | 0.49% | - |
| XYZ | 16.23 | 18.83 | 21.85 | - |
| YUV | 117.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 124 | 0.2 | 0 | 0.01 | 0.51 | 177.6 | 0.11 | 0.44 |
| Hex | 64 | 7D | 7C | 14 | 0 | 1 | 33 | B2 | B | 2C |
| Octal | 144 | 175 | 174 | 24 | 0 | 1 | 63 | 262 | 13 | 54 |
| Binary | 1100100 | 1111101 | 1111100 | 10100 | 0 | 1 | 110011 | 10110010 | 1011 | 101100 |
Color Harmonies of #647D7C
Complementary color
Monochromatic Colors of #647D7C
Black with #647D7C
Text Example
Text Example
White with #647D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D7C; }
p { color: rgb(100,125,124); }
H1.HeaderClassName
{
color: #647D7C;
}
.AnyTagClassName
{
color: #647D7C;
}
</style>
background-color css
<style>
a { background-color: #647D7C; }
a { background-color: rgb(100,125,124); }
div.DivClassName
{
background-color: #647D7C;
}
.BgClassName
{
background-color: #647D7C;
}
</style>
border-color css
<style>
span { border-color: #647D7C; }
span { border-color: rgb(100,125,124); }
td.TdClassName
{
border-color: #647D7C;
}
.TagClassName
{
border-color: #647D7C;
}
</style>