#897A88

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

Shades of Taupe Grey #897A88

Tints of Taupe Grey #897A88

Color information

#897A88 (or 0x897A88) is unknown color: approx Taupe Grey. HEX triplet: 89, 7A and 88. RGB value is (137,122,136). Sum of RGB (Red+Green+Blue) = 137+122+136=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #897A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A88 is #768577. Grayscale: #808080. Windows color (decimal): -7767416 or 8944265. OLE color: 8944265.

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

Color convert

RGB137122136-
CMYK00.110.010.46
HSL304º5.98%50.78%-
HSV(B)304º10.95%53.73%-
XYZ21.7221.0226.2-
YUV128.08132.47134.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=34.68%
G=30.89%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712213600.110.010.463045.9850.78
Hex897A880B12E130633
Octal211172210013156460663
Binary10001001111101010001000010111101110100110000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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