#797373

Color #797373 Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey #797373

Tints of Grey #797373

Color information

#797373 (or 0x797373) is unknown color: approx 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

RGB121115115-
CMYK00.050.050.53
HSL2.54%46.27%-
HSV(B)4.96%47.45%-
XYZ17.1117.5618.71-
YUV116.79126.99131-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=34.47%
G=32.76%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111511500.050.050.5302.5446.27
Hex79737305535032e
Octal171163163055650356
Binary1111001111001111100110101101110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>