#897376

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

Shades of Empress #897376

Tints of Empress #897376

Color information

#897376 (or 0x897376) is unknown color: approx Empress. HEX triplet: 89, 73 and 76. RGB value is (137,115,118). Sum of RGB (Red+Green+Blue) = 137+115+118=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #897376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897376 is #768C89. Grayscale: #797979. Windows color (decimal): -7769226 or 7762825. OLE color: 7762825.

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

Color convert

RGB137115118-
CMYK00.160.140.46
HSL351.82º8.73%49.41%-
HSV(B)351.82º16.06%53.73%-
XYZ19.7218.8919.75-
YUV121.92125.79138.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=37.03%
G=31.08%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711511800.160.140.46351.828.7349.41
Hex897376010E2E160931
Octal21116316602016565401161
Binary100010011110011111011001000011101011101011000001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897376; }

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

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

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

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

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

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

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

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