#898088

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

Shades of Taupe Grey #898088

Tints of Taupe Grey #898088

Color information

#898088 (or 0x898088) is unknown color: approx Taupe Grey. HEX triplet: 89, 80 and 88. RGB value is (137,128,136). Sum of RGB (Red+Green+Blue) = 137+128+136=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 137 - color contains mainly: red. Hex color #898088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898088 is #767F77. Grayscale: #838383. Windows color (decimal): -7765880 or 8945801. OLE color: 8945801.

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

Color convert

RGB137128136-
CMYK00.070.010.46
HSL306.67º3.67%51.96%-
HSV(B)306.67º6.57%53.73%-
XYZ22.4822.5326.46-
YUV131.6130.48131.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=34.16%
G=31.92%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712813600.070.010.46306.673.6751.96
Hex8980880712E133434
Octal21120021007156463464
Binary10001001100000001000100001111101110100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898088; }

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

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

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

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

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

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

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

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