#897476

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

Shades of Empress #897476

Tints of Empress #897476

Color information

#897476 (or 0x897476) is unknown color: approx Empress. HEX triplet: 89, 74 and 76. RGB value is (137,116,118). Sum of RGB (Red+Green+Blue) = 137+116+118=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #897476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897476 is #768B89. Grayscale: #7A7A7A. Windows color (decimal): -7768970 or 7763081. OLE color: 7763081.

HSL color Cylindrical-coordinate representation of color #897476: hue angle of 354.29º 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 #897476 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB137116118-
CMYK00.150.140.46
HSL354.29º8.3%49.61%-
HSV(B)354.29º15.33%53.73%-
XYZ19.8319.1219.78-
YUV122.51125.46138.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=36.93%
G=31.27%
B=31.81%

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
Decimal13711611800.150.140.46354.298.349.61
Hex8974760FE2E162832
Octal21116416601716565421062
Binary10001001111010011101100111111101011101011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897476; }

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

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

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

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

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

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

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

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