#897D88

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

Shades of Taupe Grey #897D88

Tints of Taupe Grey #897D88

Color information

#897D88 (or 0x897D88) is unknown color: approx Taupe Grey. HEX triplet: 89, 7D and 88. RGB value is (137,125,136). Sum of RGB (Red+Green+Blue) = 137+125+136=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #897D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D88 is #768277. Grayscale: #818181. Windows color (decimal): -7766648 or 8945033. OLE color: 8945033.

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

Color convert

RGB137125136-
CMYK00.090.010.46
HSL305º4.84%51.37%-
HSV(B)305º8.76%53.73%-
XYZ22.0921.7626.33-
YUV129.84131.48133.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=34.42%
G=31.41%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712513600.090.010.463054.8451.37
Hex897D880912E131533
Octal211175210011156461563
Binary10001001111110110001000010011101110100110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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