Shades of Grey #7A7676
Tints of Grey #7A7676
RGB
CMYK
RGB Variations
Color information
#7A7676 (or 0x7A7676) is known color: Grey. HEX triplet: 7A, 76 and 76. RGB value is (122,118,118). Sum of RGB (Red+Green+Blue) = 122+118+118=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7676 is #858989. Grayscale: #777777. Windows color (decimal): -8751498 or 7763578. OLE color: 7763578.
HSL color Cylindrical-coordinate representation of color #7A7676: hue angle of 0º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7A7676 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 118 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.52 |
| HSL | 0º | 0.02% | 0.47% | - |
| HSV(B) | 0º | 0.03% | 0.48% | - |
| XYZ | 17.77 | 18.4 | 19.75 | - |
| YUV | 119.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 118 | 0 | 0.03 | 0.03 | 0.52 | 0 | 0.02 | 0.47 |
| Hex | 7A | 76 | 76 | 0 | 3 | 3 | 34 | 0 | 2 | 2F |
| Octal | 172 | 166 | 166 | 0 | 3 | 3 | 64 | 0 | 2 | 57 |
| Binary | 1111010 | 1110110 | 1110110 | 0 | 11 | 11 | 110100 | 0 | 10 | 101111 |
Color Harmonies of #7A7676
Complementary color
Monochromatic Colors of #7A7676
Black with #7A7676
Text Example
Text Example
White with #7A7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7676; }
p { color: rgb(122,118,118); }
H1.HeaderClassName
{
color: #7A7676;
}
.AnyTagClassName
{
color: #7A7676;
}
</style>
background-color css
<style>
a { background-color: #7A7676; }
a { background-color: rgb(122,118,118); }
div.DivClassName
{
background-color: #7A7676;
}
.BgClassName
{
background-color: #7A7676;
}
</style>
border-color css
<style>
span { border-color: #7A7676; }
span { border-color: rgb(122,118,118); }
td.TdClassName
{
border-color: #7A7676;
}
.TagClassName
{
border-color: #7A7676;
}
</style>