#8D7489

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

Shades of Taupe Grey #8D7489

Tints of Taupe Grey #8D7489

Color information

#8D7489 (or 0x8D7489) is unknown color: approx Taupe Grey. HEX triplet: 8D, 74 and 89. RGB value is (141,116,137). Sum of RGB (Red+Green+Blue) = 141+116+137=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7489 is #728B76. Grayscale: #7D7D7D. Windows color (decimal): -7506807 or 9008269. OLE color: 9008269.

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

Color convert

RGB141116137-
CMYK00.180.030.45
HSL309.6º9.88%50.39%-
HSV(B)309.6º17.73%55.29%-
XYZ21.7519.9626.37-
YUV125.87134.28138.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=35.79%
G=29.44%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111613700.180.030.45309.69.8850.39
Hex8D748901232D136a32
Octal2151642110223554661262
Binary10001101111010010001001010010111011011001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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