#897879

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

Shades of Empress #897879

Tints of Empress #897879

Color information

#897879 (or 0x897879) is unknown color: approx Empress. HEX triplet: 89, 78 and 79. RGB value is (137,120,121). Sum of RGB (Red+Green+Blue) = 137+120+121=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #897879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897879 is #768786. Grayscale: #7D7D7D. Windows color (decimal): -7767943 or 7960713. OLE color: 7960713.

HSL color Cylindrical-coordinate representation of color #897879: hue angle of 356.47º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897879 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB137120121-
CMYK00.120.120.46
HSL356.47º6.72%50.39%-
HSV(B)356.47º12.41%53.73%-
XYZ20.4820.1320.9-
YUV125.2125.63136.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=36.24%
G=31.75%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712012100.120.120.46356.476.7250.39
Hex8978790CC2E164732
Octal2111701710141456544762
Binary1000100111110001111001011001100101110101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897879; }

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

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

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

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

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

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

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

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