#8D8589

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

Shades of Taupe Grey #8D8589

Tints of Taupe Grey #8D8589

Color information

#8D8589 (or 0x8D8589) is unknown color: approx Taupe Grey. HEX triplet: 8D, 85 and 89. RGB value is (141,133,137). Sum of RGB (Red+Green+Blue) = 141+133+137=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8589 is #727A76. Grayscale: #878787. Windows color (decimal): -7502455 or 9012621. OLE color: 9012621.

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

Color convert

RGB141133137-
CMYK00.060.030.45
HSL330º3.39%53.73%-
HSV(B)330º5.67%55.29%-
XYZ23.8924.2427.09-
YUV135.85128.65131.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=34.31%
G=32.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113313700.060.030.453303.3953.73
Hex8D85890632D14a336
Octal21520521106355512366
Binary10001101100001011000100101101110110110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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