#897E7D

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

Shades of Grey #897E7D

Tints of Grey #897E7D

Color information

#897E7D (or 0x897E7D) is unknown color: approx Grey. HEX triplet: 89, 7E and 7D. RGB value is (137,126,125). Sum of RGB (Red+Green+Blue) = 137+126+125=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E7D is #768182. Grayscale: #818181. Windows color (decimal): -7766403 or 8224393. OLE color: 8224393.

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

Color convert

RGB137126125-
CMYK00.080.090.46
HSL4.84%51.37%-
HSV(B)8.76%53.73%-
XYZ21.4821.7222.46-
YUV129.17125.64133.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=35.31%
G=32.47%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712612500.080.090.4654.8451.37
Hex897E7D0892E5533
Octal21117617501011565563
Binary1000100111111101111101010001001101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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