Shades of Rolling Stone #657A79
Tints of Rolling Stone #657A79
RGB
CMYK
RGB Variations
Color information
#657A79 (or 0x657A79) is known color: Rolling Stone. HEX triplet: 65, 7A and 79. RGB value is (101,122,121). Sum of RGB (Red+Green+Blue) = 101+122+121=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #657A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A79 is #9A8586. Grayscale: #737373. Windows color (decimal): -10126727 or 7961189. OLE color: 7961189.
HSL color Cylindrical-coordinate representation of color #657A79: hue angle of 177.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #657A79 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 122 | 121 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.52 |
| HSL | 177.14º | 0.09% | 0.44% | - |
| HSV(B) | 177.14º | 0.17% | 0.48% | - |
| XYZ | 15.78 | 18.07 | 20.74 | - |
| YUV | 115.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 121 | 0.17 | 0 | 0.01 | 0.52 | 177.14 | 0.09 | 0.44 |
| Hex | 65 | 7A | 79 | 11 | 0 | 1 | 34 | B1 | 9 | 2C |
| Octal | 145 | 172 | 171 | 21 | 0 | 1 | 64 | 261 | 11 | 54 |
| Binary | 1100101 | 1111010 | 1111001 | 10001 | 0 | 1 | 110100 | 10110001 | 1001 | 101100 |
Color Harmonies of #657A79
Complementary color
Monochromatic Colors of #657A79
Black with #657A79
Text Example
Text Example
White with #657A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A79; }
p { color: rgb(101,122,121); }
H1.HeaderClassName
{
color: #657A79;
}
.AnyTagClassName
{
color: #657A79;
}
</style>
background-color css
<style>
a { background-color: #657A79; }
a { background-color: rgb(101,122,121); }
div.DivClassName
{
background-color: #657A79;
}
.BgClassName
{
background-color: #657A79;
}
</style>
border-color css
<style>
span { border-color: #657A79; }
span { border-color: rgb(101,122,121); }
td.TdClassName
{
border-color: #657A79;
}
.TagClassName
{
border-color: #657A79;
}
</style>