#897576

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

Shades of Empress #897576

Tints of Empress #897576

Color information

#897576 (or 0x897576) is unknown color: approx Empress. HEX triplet: 89, 75 and 76. RGB value is (137,117,118). Sum of RGB (Red+Green+Blue) = 137+117+118=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #897576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897576 is #768A89. Grayscale: #7B7B7B. Windows color (decimal): -7768714 or 7763337. OLE color: 7763337.

HSL color Cylindrical-coordinate representation of color #897576: hue angle of 357º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897576 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB137117118-
CMYK00.150.140.46
HSL357º7.87%49.8%-
HSV(B)357º14.6%53.73%-
XYZ19.9519.3519.82-
YUV123.09125.13137.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=36.83%
G=31.45%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711711800.150.140.463577.8749.8
Hex8975760FE2E165832
Octal21116516601716565451062
Binary10001001111010111101100111111101011101011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897576; }

 p { color: rgb(137,117,118); }

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

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

 a { background-color: rgb(137,117,118); }

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

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

 span { border-color: rgb(137,117,118); }

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