Shades of Rolling Stone #777C7A
Tints of Rolling Stone #777C7A
RGB
CMYK
RGB Variations
Color information
#777C7A (or 0x777C7A) is known color: Rolling Stone. HEX triplet: 77, 7C and 7A. RGB value is (119,124,122). Sum of RGB (Red+Green+Blue) = 119+124+122=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 124 - color contains mainly: green. Hex color #777C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C7A is #888385. Grayscale: #7A7A7A. Windows color (decimal): -8946566 or 8027255. OLE color: 8027255.
HSL color Cylindrical-coordinate representation of color #777C7A: hue angle of 156º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #777C7A is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 122 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.51 |
| HSL | 156º | 0.02% | 0.48% | - |
| HSV(B) | 156º | 0.04% | 0.49% | - |
| XYZ | 18.33 | 19.74 | 21.26 | - |
| YUV | 122.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 122 | 0.04 | 0 | 0.02 | 0.51 | 156 | 0.02 | 0.48 |
| Hex | 77 | 7C | 7A | 4 | 0 | 2 | 33 | 9C | 2 | 30 |
| Octal | 167 | 174 | 172 | 4 | 0 | 2 | 63 | 234 | 2 | 60 |
| Binary | 1110111 | 1111100 | 1111010 | 100 | 0 | 10 | 110011 | 10011100 | 10 | 110000 |
Color Harmonies of #777C7A
Complementary color
Monochromatic Colors of #777C7A
Black with #777C7A
Text Example
Text Example
White with #777C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C7A; }
p { color: rgb(119,124,122); }
H1.HeaderClassName
{
color: #777C7A;
}
.AnyTagClassName
{
color: #777C7A;
}
</style>
background-color css
<style>
a { background-color: #777C7A; }
a { background-color: rgb(119,124,122); }
div.DivClassName
{
background-color: #777C7A;
}
.BgClassName
{
background-color: #777C7A;
}
</style>
border-color css
<style>
span { border-color: #777C7A; }
span { border-color: rgb(119,124,122); }
td.TdClassName
{
border-color: #777C7A;
}
.TagClassName
{
border-color: #777C7A;
}
</style>