#897478

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

Shades of Empress #897478

Tints of Empress #897478

Color information

#897478 (or 0x897478) is unknown color: approx Empress. HEX triplet: 89, 74 and 78. RGB value is (137,116,120). Sum of RGB (Red+Green+Blue) = 137+116+120=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #897478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897478 is #768B87. Grayscale: #7A7A7A. Windows color (decimal): -7768968 or 7894153. OLE color: 7894153.

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

Color convert

RGB137116120-
CMYK00.150.120.46
HSL348.57º8.3%49.61%-
HSV(B)348.57º15.33%53.73%-
XYZ19.9519.1720.42-
YUV122.74126.46138.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=36.73%
G=31.10%
B=32.17%

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
Decimal13711612000.150.120.46348.578.349.61
Hex8974780FC2E15d832
Octal21116417001714565351062
Binary10001001111010011110000111111001011101010111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897478; }

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

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

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

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

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

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

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

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