Shades of Grey #777676
Tints of Grey #777676
RGB
CMYK
RGB Variations
Color information
#777676 (or 0x777676) is known color: Grey. HEX triplet: 77, 76 and 76. RGB value is (119,118,118). Sum of RGB (Red+Green+Blue) = 119+118+118=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 119 - color contains mainly: red. Hex color #777676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777676 is #888989. Grayscale: #767676. Windows color (decimal): -8948106 or 7763575. OLE color: 7763575.
HSL color Cylindrical-coordinate representation of color #777676: hue angle of 0º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #777676 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 118 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.53 |
| HSL | 0º | 0% | 0.46% | - |
| HSV(B) | 0º | 0.01% | 0.47% | - |
| XYZ | 17.36 | 18.19 | 19.74 | - |
| YUV | 118.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 118 | 0 | 0.01 | 0.01 | 0.53 | 0 | 0 | 0.46 |
| Hex | 77 | 76 | 76 | 0 | 1 | 1 | 35 | 0 | 0 | 2E |
| Octal | 167 | 166 | 166 | 0 | 1 | 1 | 65 | 0 | 0 | 56 |
| Binary | 1110111 | 1110110 | 1110110 | 0 | 1 | 1 | 110101 | 0 | 0 | 101110 |
Color Harmonies of #777676
Complementary color
Monochromatic Colors of #777676
Black with #777676
Text Example
Text Example
White with #777676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777676; }
p { color: rgb(119,118,118); }
H1.HeaderClassName
{
color: #777676;
}
.AnyTagClassName
{
color: #777676;
}
</style>
background-color css
<style>
a { background-color: #777676; }
a { background-color: rgb(119,118,118); }
div.DivClassName
{
background-color: #777676;
}
.BgClassName
{
background-color: #777676;
}
</style>
border-color css
<style>
span { border-color: #777676; }
span { border-color: rgb(119,118,118); }
td.TdClassName
{
border-color: #777676;
}
.TagClassName
{
border-color: #777676;
}
</style>