Shades of Rolling Stone #647D7B
Tints of Rolling Stone #647D7B
RGB
CMYK
RGB Variations
Color information
#647D7B (or 0x647D7B) is known color: Rolling Stone. HEX triplet: 64, 7D and 7B. RGB value is (100,125,123). Sum of RGB (Red+Green+Blue) = 100+125+123=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 125 - color contains mainly: green. Hex color #647D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D7B is #9B8284. Grayscale: #757575. Windows color (decimal): -10191493 or 8093028. OLE color: 8093028.
HSL color Cylindrical-coordinate representation of color #647D7B: hue angle of 175.2º 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 #647D7B is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 125 | 123 | - |
| CMYK | 0.2 | 0 | 0.02 | 0.51 |
| HSL | 175.2º | 0.11% | 0.44% | - |
| HSV(B) | 175.2º | 0.2% | 0.49% | - |
| XYZ | 16.16 | 18.81 | 21.52 | - |
| YUV | 117.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 123 | 0.2 | 0 | 0.02 | 0.51 | 175.2 | 0.11 | 0.44 |
| Hex | 64 | 7D | 7B | 14 | 0 | 2 | 33 | AF | B | 2C |
| Octal | 144 | 175 | 173 | 24 | 0 | 2 | 63 | 257 | 13 | 54 |
| Binary | 1100100 | 1111101 | 1111011 | 10100 | 0 | 10 | 110011 | 10101111 | 1011 | 101100 |
Color Harmonies of #647D7B
Complementary color
Monochromatic Colors of #647D7B
Black with #647D7B
Text Example
Text Example
White with #647D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D7B; }
p { color: rgb(100,125,123); }
H1.HeaderClassName
{
color: #647D7B;
}
.AnyTagClassName
{
color: #647D7B;
}
</style>
background-color css
<style>
a { background-color: #647D7B; }
a { background-color: rgb(100,125,123); }
div.DivClassName
{
background-color: #647D7B;
}
.BgClassName
{
background-color: #647D7B;
}
</style>
border-color css
<style>
span { border-color: #647D7B; }
span { border-color: rgb(100,125,123); }
td.TdClassName
{
border-color: #647D7B;
}
.TagClassName
{
border-color: #647D7B;
}
</style>