Shades of Rolling Stone #757877
Tints of Rolling Stone #757877
RGB
CMYK
RGB Variations
Color information
#757877 (or 0x757877) is known color: Rolling Stone. HEX triplet: 75, 78 and 77. RGB value is (117,120,119). Sum of RGB (Red+Green+Blue) = 117+120+119=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 120 - color contains mainly: green. Hex color #757877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757877 is #8A8788. Grayscale: #767676. Windows color (decimal): -9078665 or 7829621. OLE color: 7829621.
HSL color Cylindrical-coordinate representation of color #757877: hue angle of 160º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #757877 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 119 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.53 |
| HSL | 160º | 0.01% | 0.46% | - |
| HSV(B) | 160º | 0.02% | 0.47% | - |
| XYZ | 17.38 | 18.55 | 20.12 | - |
| YUV | 118.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 119 | 0.02 | 0 | 0.01 | 0.53 | 160 | 0.01 | 0.46 |
| Hex | 75 | 78 | 77 | 2 | 0 | 1 | 35 | A0 | 1 | 2E |
| Octal | 165 | 170 | 167 | 2 | 0 | 1 | 65 | 240 | 1 | 56 |
| Binary | 1110101 | 1111000 | 1110111 | 10 | 0 | 1 | 110101 | 10100000 | 1 | 101110 |
Color Harmonies of #757877
Complementary color
Monochromatic Colors of #757877
Black with #757877
Text Example
Text Example
White with #757877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757877; }
p { color: rgb(117,120,119); }
H1.HeaderClassName
{
color: #757877;
}
.AnyTagClassName
{
color: #757877;
}
</style>
background-color css
<style>
a { background-color: #757877; }
a { background-color: rgb(117,120,119); }
div.DivClassName
{
background-color: #757877;
}
.BgClassName
{
background-color: #757877;
}
</style>
border-color css
<style>
span { border-color: #757877; }
span { border-color: rgb(117,120,119); }
td.TdClassName
{
border-color: #757877;
}
.TagClassName
{
border-color: #757877;
}
</style>