Html Css Color HEX #898088 Taupe Grey

📋 copy color: '#898088'

red 137 ◦ green 128 ◦ blue 136

#898088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #898088

Tints of Taupe Grey #898088

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 value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#898088 (or 0x898088) is known color: 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

RGB 137 128 136 -
CMYK 0 0.07 0.01 0.46
HSL 306.67º 0.04% 0.52% -
HSV(B) 306.67º 0.07% 0.54% -
XYZ 22.48 22.53 26.46 -
YUV 131.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 137 128 136 0 0.07 0.01 0.46 306.67 0.04 0.52
Hex 89 80 88 0 7 1 2E 133 4 34
Octal 211 200 210 0 7 1 56 463 4 64
Binary 10001001 10000000 10001000 0 111 1 101110 100110011 100 110100

Color Harmonies of #898088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898088

Black with #898088

Text Example


Text Example

White with #898088

Text Example


Text Example

HTML Codes & Css Web 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>