Shades of Rolling Stone #77807E
Tints of Rolling Stone #77807E
RGB
CMYK
RGB Variations
Color information
#77807E (or 0x77807E) is known color: Rolling Stone. HEX triplet: 77, 80 and 7E. RGB value is (119,128,126). Sum of RGB (Red+Green+Blue) = 119+128+126=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 128 - color contains mainly: green. Hex color #77807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77807E is #887F81. Grayscale: #7D7D7D. Windows color (decimal): -8945538 or 8290423. OLE color: 8290423.
HSL color Cylindrical-coordinate representation of color #77807E: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #77807E is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 126 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.50 |
| HSL | 166.67º | 0.04% | 0.48% | - |
| HSV(B) | 166.67º | 0.07% | 0.5% | - |
| XYZ | 19.09 | 20.87 | 22.76 | - |
| YUV | 125.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 126 | 0.07 | 0 | 0.02 | 0.50 | 166.67 | 0.04 | 0.48 |
| Hex | 77 | 80 | 7E | 7 | 0 | 2 | 32 | A7 | 4 | 30 |
| Octal | 167 | 200 | 176 | 7 | 0 | 2 | 62 | 247 | 4 | 60 |
| Binary | 1110111 | 10000000 | 1111110 | 111 | 0 | 10 | 110010 | 10100111 | 100 | 110000 |
Color Harmonies of #77807E
Complementary color
Monochromatic Colors of #77807E
Black with #77807E
Text Example
Text Example
White with #77807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77807E; }
p { color: rgb(119,128,126); }
H1.HeaderClassName
{
color: #77807E;
}
.AnyTagClassName
{
color: #77807E;
}
</style>
background-color css
<style>
a { background-color: #77807E; }
a { background-color: rgb(119,128,126); }
div.DivClassName
{
background-color: #77807E;
}
.BgClassName
{
background-color: #77807E;
}
</style>
border-color css
<style>
span { border-color: #77807E; }
span { border-color: rgb(119,128,126); }
td.TdClassName
{
border-color: #77807E;
}
.TagClassName
{
border-color: #77807E;
}
</style>