Shades of Rolling Stone #657C79
Tints of Rolling Stone #657C79
RGB
CMYK
RGB Variations
Color information
#657C79 (or 0x657C79) is known color: Rolling Stone. HEX triplet: 65, 7C and 79. RGB value is (101,124,121). Sum of RGB (Red+Green+Blue) = 101+124+121=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #657C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C79 is #9A8386. Grayscale: #747474. Windows color (decimal): -10126215 or 7961701. OLE color: 7961701.
HSL color Cylindrical-coordinate representation of color #657C79: hue angle of 172.17º degrees, saturation: 0.1, 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 #657C79 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 121 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.51 |
| HSL | 172.17º | 0.1% | 0.44% | - |
| HSV(B) | 172.17º | 0.19% | 0.49% | - |
| XYZ | 16.03 | 18.56 | 20.83 | - |
| YUV | 116.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 121 | 0.19 | 0 | 0.02 | 0.51 | 172.17 | 0.1 | 0.44 |
| Hex | 65 | 7C | 79 | 13 | 0 | 2 | 33 | AC | A | 2C |
| Octal | 145 | 174 | 171 | 23 | 0 | 2 | 63 | 254 | 12 | 54 |
| Binary | 1100101 | 1111100 | 1111001 | 10011 | 0 | 10 | 110011 | 10101100 | 1010 | 101100 |
Color Harmonies of #657C79
Complementary color
Monochromatic Colors of #657C79
Black with #657C79
Text Example
Text Example
White with #657C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C79; }
p { color: rgb(101,124,121); }
H1.HeaderClassName
{
color: #657C79;
}
.AnyTagClassName
{
color: #657C79;
}
</style>
background-color css
<style>
a { background-color: #657C79; }
a { background-color: rgb(101,124,121); }
div.DivClassName
{
background-color: #657C79;
}
.BgClassName
{
background-color: #657C79;
}
</style>
border-color css
<style>
span { border-color: #657C79; }
span { border-color: rgb(101,124,121); }
td.TdClassName
{
border-color: #657C79;
}
.TagClassName
{
border-color: #657C79;
}
</style>