#897D85

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

Shades of Taupe Grey #897D85

Tints of Taupe Grey #897D85

Color information

#897D85 (or 0x897D85) is unknown color: approx Taupe Grey. HEX triplet: 89, 7D and 85. RGB value is (137,125,133). Sum of RGB (Red+Green+Blue) = 137+125+133=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #897D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D85 is #76827A. Grayscale: #818181. Windows color (decimal): -7766651 or 8748425. OLE color: 8748425.

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

Color convert

RGB137125133-
CMYK00.090.030.46
HSL320º4.84%51.37%-
HSV(B)320º8.76%53.73%-
XYZ21.8821.6825.22-
YUV129.5129.98133.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=34.68%
G=31.65%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712513300.090.030.463204.8451.37
Hex897D850932E140533
Octal211175205011356500563
Binary100010011111101100001010100111101110101000000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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