Shades of Grey #7C7776
Tints of Grey #7C7776
RGB
CMYK
RGB Variations
Color information
#7C7776 (or 0x7C7776) is known color: Grey. HEX triplet: 7C, 77 and 76. RGB value is (124,119,118). Sum of RGB (Red+Green+Blue) = 124+119+118=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7776 is #838889. Grayscale: #787878. Windows color (decimal): -8620170 or 7763836. OLE color: 7763836.
HSL color Cylindrical-coordinate representation of color #7C7776: hue angle of 10º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7C7776 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 118 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.51 |
| HSL | 10º | 0.02% | 0.47% | - |
| HSV(B) | 10º | 0.05% | 0.49% | - |
| XYZ | 18.18 | 18.79 | 19.81 | - |
| YUV | 120.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 118 | 0 | 0.04 | 0.05 | 0.51 | 10 | 0.02 | 0.47 |
| Hex | 7C | 77 | 76 | 0 | 4 | 5 | 33 | A | 2 | 2F |
| Octal | 174 | 167 | 166 | 0 | 4 | 5 | 63 | 12 | 2 | 57 |
| Binary | 1111100 | 1110111 | 1110110 | 0 | 100 | 101 | 110011 | 1010 | 10 | 101111 |
Color Harmonies of #7C7776
Complementary color
Monochromatic Colors of #7C7776
Black with #7C7776
Text Example
Text Example
White with #7C7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7776; }
p { color: rgb(124,119,118); }
H1.HeaderClassName
{
color: #7C7776;
}
.AnyTagClassName
{
color: #7C7776;
}
</style>
background-color css
<style>
a { background-color: #7C7776; }
a { background-color: rgb(124,119,118); }
div.DivClassName
{
background-color: #7C7776;
}
.BgClassName
{
background-color: #7C7776;
}
</style>
border-color css
<style>
span { border-color: #7C7776; }
span { border-color: rgb(124,119,118); }
td.TdClassName
{
border-color: #7C7776;
}
.TagClassName
{
border-color: #7C7776;
}
</style>