Shades of Rolling Stone #657E7A
Tints of Rolling Stone #657E7A
RGB
CMYK
RGB Variations
Color information
#657E7A (or 0x657E7A) is known color: Rolling Stone. HEX triplet: 65, 7E and 7A. RGB value is (101,126,122). Sum of RGB (Red+Green+Blue) = 101+126+122=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 126 - color contains mainly: green. Hex color #657E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E7A is #9A8185. Grayscale: #767676. Windows color (decimal): -10125702 or 8027749. OLE color: 8027749.
HSL color Cylindrical-coordinate representation of color #657E7A: hue angle of 170.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657E7A is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 122 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.51 |
| HSL | 170.4º | 0.11% | 0.45% | - |
| HSV(B) | 170.4º | 0.2% | 0.49% | - |
| XYZ | 16.34 | 19.09 | 21.24 | - |
| YUV | 118.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 122 | 0.20 | 0 | 0.03 | 0.51 | 170.4 | 0.11 | 0.45 |
| Hex | 65 | 7E | 7A | 14 | 0 | 3 | 33 | AA | B | 2D |
| Octal | 145 | 176 | 172 | 24 | 0 | 3 | 63 | 252 | 13 | 55 |
| Binary | 1100101 | 1111110 | 1111010 | 10100 | 0 | 11 | 110011 | 10101010 | 1011 | 101101 |
Color Harmonies of #657E7A
Complementary color
Monochromatic Colors of #657E7A
Black with #657E7A
Text Example
Text Example
White with #657E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E7A; }
p { color: rgb(101,126,122); }
H1.HeaderClassName
{
color: #657E7A;
}
.AnyTagClassName
{
color: #657E7A;
}
</style>
background-color css
<style>
a { background-color: #657E7A; }
a { background-color: rgb(101,126,122); }
div.DivClassName
{
background-color: #657E7A;
}
.BgClassName
{
background-color: #657E7A;
}
</style>
border-color css
<style>
span { border-color: #657E7A; }
span { border-color: rgb(101,126,122); }
td.TdClassName
{
border-color: #657E7A;
}
.TagClassName
{
border-color: #657E7A;
}
</style>