Shades of Grey #7A7777
Tints of Grey #7A7777
RGB
CMYK
RGB Variations
Color information
#7A7777 (or 0x7A7777) is known color: Grey. HEX triplet: 7A, 77 and 77. RGB value is (122,119,119). Sum of RGB (Red+Green+Blue) = 122+119+119=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7777 is #858888. Grayscale: #777777. Windows color (decimal): -8751241 or 7829370. OLE color: 7829370.
HSL color Cylindrical-coordinate representation of color #7A7777: hue angle of 0º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7777 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 119 | 119 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.52 |
| HSL | 0º | 0.01% | 0.47% | - |
| HSV(B) | 0º | 0.02% | 0.48% | - |
| XYZ | 17.95 | 18.66 | 20.11 | - |
| YUV | 119.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 119 | 0 | 0.02 | 0.02 | 0.52 | 0 | 0.01 | 0.47 |
| Hex | 7A | 77 | 77 | 0 | 2 | 2 | 34 | 0 | 1 | 2F |
| Octal | 172 | 167 | 167 | 0 | 2 | 2 | 64 | 0 | 1 | 57 |
| Binary | 1111010 | 1110111 | 1110111 | 0 | 10 | 10 | 110100 | 0 | 1 | 101111 |
Color Harmonies of #7A7777
Complementary color
Monochromatic Colors of #7A7777
Black with #7A7777
Text Example
Text Example
White with #7A7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7777; }
p { color: rgb(122,119,119); }
H1.HeaderClassName
{
color: #7A7777;
}
.AnyTagClassName
{
color: #7A7777;
}
</style>
background-color css
<style>
a { background-color: #7A7777; }
a { background-color: rgb(122,119,119); }
div.DivClassName
{
background-color: #7A7777;
}
.BgClassName
{
background-color: #7A7777;
}
</style>
border-color css
<style>
span { border-color: #7A7777; }
span { border-color: rgb(122,119,119); }
td.TdClassName
{
border-color: #7A7777;
}
.TagClassName
{
border-color: #7A7777;
}
</style>