Html Css Color HEX #898089 Taupe Grey

📋 copy color: '#898089'

red 137 ◦ green 128 ◦ blue 137

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

Shades of Taupe Grey #898089

Tints of Taupe Grey #898089

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

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

RGB 137 128 137 -
CMYK 0 0.07 0 0.46
HSL 300º 0.04% 0.52% -
HSV(B) 300º 0.07% 0.54% -
XYZ 22.55 22.56 26.83 -
YUV 131.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 137 128 137 0 0.07 0 0.46 300 0.04 0.52
Hex 89 80 89 0 7 0 2E 12C 4 34
Octal 211 200 211 0 7 0 56 454 4 64
Binary 10001001 10000000 10001001 0 111 0 101110 100101100 100 110100

Color Harmonies of #898089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898089

Black with #898089

Text Example


Text Example

White with #898089

Text Example


Text Example

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