Shades of Grey #797373
Tints of Grey #797373
RGB
CMYK
RGB Variations
Color information
#797373 (or 0x797373) is known color: Grey. HEX triplet: 79, 73 and 73. RGB value is (121,115,115). Sum of RGB (Red+Green+Blue) = 121+115+115=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 121 - color contains mainly: red. Hex color #797373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797373 is #868C8C. Grayscale: #747474. Windows color (decimal): -8817805 or 7566201. OLE color: 7566201.
HSL color Cylindrical-coordinate representation of color #797373: hue angle of 0º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #797373 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 115 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.53 |
| HSL | 0º | 0.03% | 0.46% | - |
| HSV(B) | 0º | 0.05% | 0.47% | - |
| XYZ | 17.11 | 17.56 | 18.71 | - |
| YUV | 116.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 115 | 0 | 0.05 | 0.05 | 0.53 | 0 | 0.03 | 0.46 |
| Hex | 79 | 73 | 73 | 0 | 5 | 5 | 35 | 0 | 3 | 2E |
| Octal | 171 | 163 | 163 | 0 | 5 | 5 | 65 | 0 | 3 | 56 |
| Binary | 1111001 | 1110011 | 1110011 | 0 | 101 | 101 | 110101 | 0 | 11 | 101110 |
Color Harmonies of #797373
Complementary color
Monochromatic Colors of #797373
Black with #797373
Text Example
Text Example
White with #797373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797373; }
p { color: rgb(121,115,115); }
H1.HeaderClassName
{
color: #797373;
}
.AnyTagClassName
{
color: #797373;
}
</style>
background-color css
<style>
a { background-color: #797373; }
a { background-color: rgb(121,115,115); }
div.DivClassName
{
background-color: #797373;
}
.BgClassName
{
background-color: #797373;
}
</style>
border-color css
<style>
span { border-color: #797373; }
span { border-color: rgb(121,115,115); }
td.TdClassName
{
border-color: #797373;
}
.TagClassName
{
border-color: #797373;
}
</style>