#797476

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

Shades of Empress #797476

Tints of Empress #797476

Color information

#797476 (or 0x797476) is unknown color: approx Empress. HEX triplet: 79, 74 and 76. RGB value is (121,116,118). Sum of RGB (Red+Green+Blue) = 121+116+118=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 121 - color contains mainly: red. Hex color #797476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797476 is #868B89. Grayscale: #757575. Windows color (decimal): -8817546 or 7763065. OLE color: 7763065.

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

Color convert

RGB121116118-
CMYK00.040.020.53
HSL336º2.11%46.47%-
HSV(B)336º4.13%47.45%-
XYZ17.417.8619.67-
YUV117.72128.16130.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=34.08%
G=32.68%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111611800.040.020.533362.1146.47
Hex7974760423515022e
Octal17116416604265520256
Binary11110011110100111011001001011010110101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797476; }

 p { color: rgb(121,116,118); }

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

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

 a { background-color: rgb(121,116,118); }

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

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

 span { border-color: rgb(121,116,118); }

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