Shades of Grey #7A7574
Tints of Grey #7A7574
RGB
CMYK
RGB Variations
Color information
#7A7574 (or 0x7A7574) is known color: Grey. HEX triplet: 7A, 75 and 74. RGB value is (122,117,116). Sum of RGB (Red+Green+Blue) = 122+117+116=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7574 is #858A8B. Grayscale: #767676. Windows color (decimal): -8751756 or 7632250. OLE color: 7632250.
HSL color Cylindrical-coordinate representation of color #7A7574: hue angle of 10º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A7574 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 116 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.52 |
| HSL | 10º | 0.03% | 0.47% | - |
| HSV(B) | 10º | 0.05% | 0.48% | - |
| XYZ | 17.54 | 18.12 | 19.1 | - |
| YUV | 118.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 116 | 0 | 0.04 | 0.05 | 0.52 | 10 | 0.03 | 0.47 |
| Hex | 7A | 75 | 74 | 0 | 4 | 5 | 34 | A | 3 | 2F |
| Octal | 172 | 165 | 164 | 0 | 4 | 5 | 64 | 12 | 3 | 57 |
| Binary | 1111010 | 1110101 | 1110100 | 0 | 100 | 101 | 110100 | 1010 | 11 | 101111 |
Color Harmonies of #7A7574
Complementary color
Monochromatic Colors of #7A7574
Black with #7A7574
Text Example
Text Example
White with #7A7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7574; }
p { color: rgb(122,117,116); }
H1.HeaderClassName
{
color: #7A7574;
}
.AnyTagClassName
{
color: #7A7574;
}
</style>
background-color css
<style>
a { background-color: #7A7574; }
a { background-color: rgb(122,117,116); }
div.DivClassName
{
background-color: #7A7574;
}
.BgClassName
{
background-color: #7A7574;
}
</style>
border-color css
<style>
span { border-color: #7A7574; }
span { border-color: rgb(122,117,116); }
td.TdClassName
{
border-color: #7A7574;
}
.TagClassName
{
border-color: #7A7574;
}
</style>