#797475

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

Shades of Empress #797475

Tints of Empress #797475

Color information

#797475 (or 0x797475) is unknown color: approx Empress. HEX triplet: 79, 74 and 75. RGB value is (121,116,117). Sum of RGB (Red+Green+Blue) = 121+116+117=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 121 - color contains mainly: red. Hex color #797475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797475 is #868B8A. Grayscale: #757575. Windows color (decimal): -8817547 or 7697529. OLE color: 7697529.

HSL color Cylindrical-coordinate representation of color #797475: hue angle of 348º 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 #797475 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB121116117-
CMYK00.040.030.53
HSL348º2.11%46.47%-
HSV(B)348º4.13%47.45%-
XYZ17.3417.8419.36-
YUV117.61127.66130.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=34.18%
G=32.77%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111611700.040.030.533482.1146.47
Hex7974750433515c22e
Octal17116416504365534256
Binary11110011110100111010101001111010110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797475; }

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

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

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

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

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

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

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

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