#897988

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

Shades of Taupe Grey #897988

Tints of Taupe Grey #897988

Color information

#897988 (or 0x897988) is unknown color: approx Taupe Grey. HEX triplet: 89, 79 and 88. RGB value is (137,121,136). Sum of RGB (Red+Green+Blue) = 137+121+136=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #897988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897988 is #768677. Grayscale: #7F7F7F. Windows color (decimal): -7767672 or 8944009. OLE color: 8944009.

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

Color convert

RGB137121136-
CMYK00.120.010.46
HSL303.75º6.35%50.59%-
HSV(B)303.75º11.68%53.73%-
XYZ21.620.7726.16-
YUV127.49132.8134.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=34.77%
G=30.71%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712113600.120.010.46303.756.3550.59
Hex8979880C12E130633
Octal211171210014156460663
Binary10001001111100110001000011001101110100110000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897988; }

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

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

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

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

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

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

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

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