#897479

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

Shades of Empress #897479

Tints of Empress #897479

Color information

#897479 (or 0x897479) is unknown color: approx Empress. HEX triplet: 89, 74 and 79. RGB value is (137,116,121). Sum of RGB (Red+Green+Blue) = 137+116+121=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #897479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897479 is #768B86. Grayscale: #7A7A7A. Windows color (decimal): -7768967 or 7959689. OLE color: 7959689.

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

Color convert

RGB137116121-
CMYK00.150.120.46
HSL345.71º8.3%49.61%-
HSV(B)345.71º15.33%53.73%-
XYZ20.0119.1920.74-
YUV122.85126.96138.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=36.63%
G=31.02%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711612100.150.120.46345.718.349.61
Hex8974790FC2E15a832
Octal21116417101714565321062
Binary10001001111010011110010111111001011101010110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897479; }

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

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

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

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

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

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

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

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