#897C88

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

Shades of Taupe Grey #897C88

Tints of Taupe Grey #897C88

Color information

#897C88 (or 0x897C88) is unknown color: approx Taupe Grey. HEX triplet: 89, 7C and 88. RGB value is (137,124,136). Sum of RGB (Red+Green+Blue) = 137+124+136=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 137 - color contains mainly: red. Hex color #897C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C88 is #768377. Grayscale: #818181. Windows color (decimal): -7766904 or 8944777. OLE color: 8944777.

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

Color convert

RGB137124136-
CMYK00.090.010.46
HSL304.62º5.22%51.18%-
HSV(B)304.62º9.49%53.73%-
XYZ21.9721.5126.29-
YUV129.26131.81133.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.51%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=34.51%
G=31.23%
B=34.26%

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
Decimal13712413600.090.010.46304.625.2251.18
Hex897C880912E131533
Octal211174210011156461563
Binary10001001111110010001000010011101110100110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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