#8D8089

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

Shades of Taupe Grey #8D8089

Tints of Taupe Grey #8D8089

Color information

#8D8089 (or 0x8D8089) is unknown color: approx Taupe Grey. HEX triplet: 8D, 80 and 89. RGB value is (141,128,137). Sum of RGB (Red+Green+Blue) = 141+128+137=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8089 is #727F76. Grayscale: #848484. Windows color (decimal): -7503735 or 9011341. OLE color: 9011341.

HSL color Cylindrical-coordinate representation of color #8D8089: hue angle of 318.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8089 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB141128137-
CMYK00.090.030.45
HSL318.46º5.39%52.75%-
HSV(B)318.46º9.22%55.29%-
XYZ23.2222.9126.86-
YUV132.91130.31133.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=34.73%
G=31.53%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112813700.090.030.45318.465.3952.75
Hex8D80890932D13e535
Octal215200211011355476565
Binary1000110110000000100010010100111101101100111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8089; }

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

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

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

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

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

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

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

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