#898289

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

Shades of Taupe Grey #898289

Tints of Taupe Grey #898289

Color information

#898289 (or 0x898289) is unknown color: approx Taupe Grey. HEX triplet: 89, 82 and 89. RGB value is (137,130,137). Sum of RGB (Red+Green+Blue) = 137+130+137=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #898289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898289 is #767D76. Grayscale: #848484. Windows color (decimal): -7765367 or 9011849. OLE color: 9011849.

HSL color Cylindrical-coordinate representation of color #898289: hue angle of 300º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898289 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB137130137-
CMYK00.0500.46
HSL300º2.88%52.35%-
HSV(B)300º5.11%53.73%-
XYZ22.8123.0926.92-
YUV132.89130.32130.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=33.91%
G=32.18%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713013700.0500.463002.8852.35
Hex8982890502E12c334
Octal21120221105056454364
Binary1000100110000010100010010101010111010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898289; }

 p { color: rgb(137,130,137); }

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

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

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

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

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

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

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