#897C7D

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

Shades of Empress #897C7D

Tints of Empress #897C7D

Color information

#897C7D (or 0x897C7D) is unknown color: approx Empress. HEX triplet: 89, 7C and 7D. RGB value is (137,124,125). Sum of RGB (Red+Green+Blue) = 137+124+125=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C7D is #768382. Grayscale: #808080. Windows color (decimal): -7766915 or 8223881. OLE color: 8223881.

HSL color Cylindrical-coordinate representation of color #897C7D: hue angle of 355.38º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897C7D is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB137124125-
CMYK00.090.090.46
HSL355.38º5.22%51.18%-
HSV(B)355.38º9.49%53.73%-
XYZ21.2321.2122.38-
YUV128126.31134.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=35.49%
G=32.12%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712412500.090.090.46355.385.2251.18
Hex897C7D0992E163533
Octal2111741750111156543563
Binary1000100111111001111101010011001101110101100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897C7D; }

 p { color: rgb(137,124,125); }

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

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

 a { background-color: rgb(137,124,125); }

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

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

 span { border-color: rgb(137,124,125); }

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