#897076

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

Shades of Empress #897076

Tints of Empress #897076

Color information

#897076 (or 0x897076) is unknown color: approx Empress. HEX triplet: 89, 70 and 76. RGB value is (137,112,118). Sum of RGB (Red+Green+Blue) = 137+112+118=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #897076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897076 is #768F89. Grayscale: #787878. Windows color (decimal): -7769994 or 7762057. OLE color: 7762057.

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

Color convert

RGB137112118-
CMYK00.180.140.46
HSL345.6º10.04%48.82%-
HSV(B)345.6º18.25%53.73%-
XYZ19.3818.2119.63-
YUV120.16126.78140.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=37.33%
G=30.52%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711211800.180.140.46345.610.0448.82
Hex897076012E2E15aa31
Octal21116016602216565321261
Binary100010011110000111011001001011101011101010110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897076; }

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

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

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

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

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

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

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

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