Shades of Rolling Stone #77827E
Tints of Rolling Stone #77827E
RGB
CMYK
RGB Variations
Color information
#77827E (or 0x77827E) is known color: Rolling Stone. HEX triplet: 77, 82 and 7E. RGB value is (119,130,126). Sum of RGB (Red+Green+Blue) = 119+130+126=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 130 - color contains mainly: green. Hex color #77827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77827E is #887D81. Grayscale: #7E7E7E. Windows color (decimal): -8945026 or 8290935. OLE color: 8290935.
HSL color Cylindrical-coordinate representation of color #77827E: hue angle of 158.18º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77827E is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 126 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.49 |
| HSL | 158.18º | 0.04% | 0.49% | - |
| HSV(B) | 158.18º | 0.08% | 0.51% | - |
| XYZ | 19.36 | 21.39 | 22.85 | - |
| YUV | 126.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 126 | 0.08 | 0 | 0.03 | 0.49 | 158.18 | 0.04 | 0.49 |
| Hex | 77 | 82 | 7E | 8 | 0 | 3 | 31 | 9E | 4 | 31 |
| Octal | 167 | 202 | 176 | 10 | 0 | 3 | 61 | 236 | 4 | 61 |
| Binary | 1110111 | 10000010 | 1111110 | 1000 | 0 | 11 | 110001 | 10011110 | 100 | 110001 |
Color Harmonies of #77827E
Complementary color
Monochromatic Colors of #77827E
Black with #77827E
Text Example
Text Example
White with #77827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77827E; }
p { color: rgb(119,130,126); }
H1.HeaderClassName
{
color: #77827E;
}
.AnyTagClassName
{
color: #77827E;
}
</style>
background-color css
<style>
a { background-color: #77827E; }
a { background-color: rgb(119,130,126); }
div.DivClassName
{
background-color: #77827E;
}
.BgClassName
{
background-color: #77827E;
}
</style>
border-color css
<style>
span { border-color: #77827E; }
span { border-color: rgb(119,130,126); }
td.TdClassName
{
border-color: #77827E;
}
.TagClassName
{
border-color: #77827E;
}
</style>