Shades of Grey #7A7373
Tints of Grey #7A7373
RGB
CMYK
RGB Variations
Color information
#7A7373 (or 0x7A7373) is known color: Grey. HEX triplet: 7A, 73 and 73. RGB value is (122,115,115). Sum of RGB (Red+Green+Blue) = 122+115+115=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7373 is #858C8C. Grayscale: #757575. Windows color (decimal): -8752269 or 7566202. OLE color: 7566202.
HSL color Cylindrical-coordinate representation of color #7A7373: hue angle of 0º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7373 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 115 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.52 |
| HSL | 0º | 0.03% | 0.46% | - |
| HSV(B) | 0º | 0.06% | 0.48% | - |
| XYZ | 17.25 | 17.64 | 18.71 | - |
| YUV | 117.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 115 | 0 | 0.06 | 0.06 | 0.52 | 0 | 0.03 | 0.46 |
| Hex | 7A | 73 | 73 | 0 | 6 | 6 | 34 | 0 | 3 | 2E |
| Octal | 172 | 163 | 163 | 0 | 6 | 6 | 64 | 0 | 3 | 56 |
| Binary | 1111010 | 1110011 | 1110011 | 0 | 110 | 110 | 110100 | 0 | 11 | 101110 |
Color Harmonies of #7A7373
Complementary color
Monochromatic Colors of #7A7373
Black with #7A7373
Text Example
Text Example
White with #7A7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7373; }
p { color: rgb(122,115,115); }
H1.HeaderClassName
{
color: #7A7373;
}
.AnyTagClassName
{
color: #7A7373;
}
</style>
background-color css
<style>
a { background-color: #7A7373; }
a { background-color: rgb(122,115,115); }
div.DivClassName
{
background-color: #7A7373;
}
.BgClassName
{
background-color: #7A7373;
}
</style>
border-color css
<style>
span { border-color: #7A7373; }
span { border-color: rgb(122,115,115); }
td.TdClassName
{
border-color: #7A7373;
}
.TagClassName
{
border-color: #7A7373;
}
</style>