Shades of Rolling Stone #657D7B
Tints of Rolling Stone #657D7B
RGB
CMYK
RGB Variations
Color information
#657D7B (or 0x657D7B) is known color: Rolling Stone. HEX triplet: 65, 7D and 7B. RGB value is (101,125,123). Sum of RGB (Red+Green+Blue) = 101+125+123=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 125 - color contains mainly: green. Hex color #657D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D7B is #9A8284. Grayscale: #757575. Windows color (decimal): -10125957 or 8093029. OLE color: 8093029.
HSL color Cylindrical-coordinate representation of color #657D7B: hue angle of 175º degrees, saturation: 0.11, 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 #657D7B is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 123 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.51 |
| HSL | 175º | 0.11% | 0.44% | - |
| HSV(B) | 175º | 0.19% | 0.49% | - |
| XYZ | 16.28 | 18.86 | 21.52 | - |
| YUV | 117.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 123 | 0.19 | 0 | 0.02 | 0.51 | 175 | 0.11 | 0.44 |
| Hex | 65 | 7D | 7B | 13 | 0 | 2 | 33 | AF | B | 2C |
| Octal | 145 | 175 | 173 | 23 | 0 | 2 | 63 | 257 | 13 | 54 |
| Binary | 1100101 | 1111101 | 1111011 | 10011 | 0 | 10 | 110011 | 10101111 | 1011 | 101100 |
Color Harmonies of #657D7B
Complementary color
Monochromatic Colors of #657D7B
Black with #657D7B
Text Example
Text Example
White with #657D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D7B; }
p { color: rgb(101,125,123); }
H1.HeaderClassName
{
color: #657D7B;
}
.AnyTagClassName
{
color: #657D7B;
}
</style>
background-color css
<style>
a { background-color: #657D7B; }
a { background-color: rgb(101,125,123); }
div.DivClassName
{
background-color: #657D7B;
}
.BgClassName
{
background-color: #657D7B;
}
</style>
border-color css
<style>
span { border-color: #657D7B; }
span { border-color: rgb(101,125,123); }
td.TdClassName
{
border-color: #657D7B;
}
.TagClassName
{
border-color: #657D7B;
}
</style>