#797072

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

Shades of Empress #797072

Tints of Empress #797072

Color information

#797072 (or 0x797072) is unknown color: approx Empress. HEX triplet: 79, 70 and 72. RGB value is (121,112,114). Sum of RGB (Red+Green+Blue) = 121+112+114=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #797072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797072 is #868F8D. Grayscale: #727272. Windows color (decimal): -8818574 or 7499897. OLE color: 7499897.

HSL color Cylindrical-coordinate representation of color #797072: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797072 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB121112114-
CMYK00.070.060.53
HSL346.67º3.86%45.69%-
HSV(B)346.67º7.44%47.45%-
XYZ16.7216.8718.29-
YUV114.92127.48132.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=34.87%
G=32.28%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111211400.070.060.53346.673.8645.69
Hex7970720763515b42e
Octal17116016207665533456
Binary1111001111000011100100111110110101101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797072; }

 p { color: rgb(121,112,114); }

 H1.HeaderClassName
 {
   color: #797072;
 }
 .AnyTagClassName
 {
   color: #797072;
 }
</style>
background-color css

<style>
 a { background-color: #797072; }

 a { background-color: rgb(121,112,114); }

 div.DivClassName
 {
   background-color: #797072;
 }
 .BgClassName
 {
   background-color: #797072;
 }
</style>
border-color css

<style>
 span { border-color: #797072; }

 span { border-color: rgb(121,112,114); }

 td.TdClassName
 {
   border-color: #797072;
 }
 .TagClassName
 {
   border-color: #797072;
 }
</style>