#897475

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

Shades of Empress #897475

Tints of Empress #897475

Color information

#897475 (or 0x897475) is unknown color: approx Empress. HEX triplet: 89, 74 and 75. RGB value is (137,116,117). Sum of RGB (Red+Green+Blue) = 137+116+117=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #897475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897475 is #768B8A. Grayscale: #7A7A7A. Windows color (decimal): -7768971 or 7697545. OLE color: 7697545.

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

Color convert

RGB137116117-
CMYK00.150.150.46
HSL357.14º8.3%49.61%-
HSV(B)357.14º15.33%53.73%-
XYZ19.7719.0919.47-
YUV122.39124.96138.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=37.03%
G=31.35%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711611700.150.150.46357.148.349.61
Hex8974750FF2E165832
Octal21116416501717565451062
Binary10001001111010011101010111111111011101011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897475; }

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

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

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

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

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

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

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

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