#898089

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

Shades of Taupe Grey #898089

Tints of Taupe Grey #898089

Color information

#898089 (or 0x898089) is unknown color: approx Taupe Grey. HEX triplet: 89, 80 and 89. RGB value is (137,128,137). Sum of RGB (Red+Green+Blue) = 137+128+137=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #898089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898089 is #767F76. Grayscale: #838383. Windows color (decimal): -7765879 or 9011337. OLE color: 9011337.

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

Color convert

RGB137128137-
CMYK00.0700.46
HSL300º3.67%51.96%-
HSV(B)300º6.57%53.73%-
XYZ22.5522.5626.83-
YUV131.72130.98131.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=34.08%
G=31.84%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712813700.0700.463003.6751.96
Hex8980890702E12c434
Octal21120021107056454464
Binary10001001100000001000100101110101110100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898089; }

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

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

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

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

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

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

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

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