Shades of Rolling Stone #777D7C
Tints of Rolling Stone #777D7C
RGB
CMYK
RGB Variations
Color information
#777D7C (or 0x777D7C) is known color: Rolling Stone. HEX triplet: 77, 7D and 7C. RGB value is (119,125,124). Sum of RGB (Red+Green+Blue) = 119+125+124=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 125 - color contains mainly: green. Hex color #777D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D7C is #888283. Grayscale: #7B7B7B. Windows color (decimal): -8946308 or 8158583. OLE color: 8158583.
HSL color Cylindrical-coordinate representation of color #777D7C: hue angle of 170º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777D7C is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 124 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.51 |
| HSL | 170º | 0.02% | 0.48% | - |
| HSV(B) | 170º | 0.05% | 0.49% | - |
| XYZ | 18.58 | 20.04 | 21.96 | - |
| YUV | 123.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 124 | 0.05 | 0 | 0.01 | 0.51 | 170 | 0.02 | 0.48 |
| Hex | 77 | 7D | 7C | 5 | 0 | 1 | 33 | AA | 2 | 30 |
| Octal | 167 | 175 | 174 | 5 | 0 | 1 | 63 | 252 | 2 | 60 |
| Binary | 1110111 | 1111101 | 1111100 | 101 | 0 | 1 | 110011 | 10101010 | 10 | 110000 |
Color Harmonies of #777D7C
Complementary color
Monochromatic Colors of #777D7C
Black with #777D7C
Text Example
Text Example
White with #777D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D7C; }
p { color: rgb(119,125,124); }
H1.HeaderClassName
{
color: #777D7C;
}
.AnyTagClassName
{
color: #777D7C;
}
</style>
background-color css
<style>
a { background-color: #777D7C; }
a { background-color: rgb(119,125,124); }
div.DivClassName
{
background-color: #777D7C;
}
.BgClassName
{
background-color: #777D7C;
}
</style>
border-color css
<style>
span { border-color: #777D7C; }
span { border-color: rgb(119,125,124); }
td.TdClassName
{
border-color: #777D7C;
}
.TagClassName
{
border-color: #777D7C;
}
</style>