#897075

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

Shades of Empress #897075

Tints of Empress #897075

Color information

#897075 (or 0x897075) is unknown color: approx Empress. HEX triplet: 89, 70 and 75. RGB value is (137,112,117). Sum of RGB (Red+Green+Blue) = 137+112+117=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #897075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897075 is #768F8A. Grayscale: #787878. Windows color (decimal): -7769995 or 7696521. OLE color: 7696521.

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

Color convert

RGB137112117-
CMYK00.180.150.46
HSL348º10.04%48.82%-
HSV(B)348º18.25%53.73%-
XYZ19.3218.1919.32-
YUV120.04126.28140.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=37.43%
G=30.60%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711211700.180.150.4634810.0448.82
Hex897075012F2E15ca31
Octal21116016502217565341261
Binary100010011110000111010101001011111011101010111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897075; }

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

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

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

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

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

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

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

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