#8D7488

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

Shades of Taupe Grey #8D7488

Tints of Taupe Grey #8D7488

Color information

#8D7488 (or 0x8D7488) is unknown color: approx Taupe Grey. HEX triplet: 8D, 74 and 88. RGB value is (141,116,136). Sum of RGB (Red+Green+Blue) = 141+116+136=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7488 is #728B77. Grayscale: #7D7D7D. Windows color (decimal): -7506808 or 8942733. OLE color: 8942733.

HSL color Cylindrical-coordinate representation of color #8D7488: hue angle of 312º 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 #8D7488 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB141116136-
CMYK00.180.040.45
HSL312º9.88%50.39%-
HSV(B)312º17.73%55.29%-
XYZ21.6719.9326-
YUV125.76133.78138.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=35.88%
G=29.52%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111613600.180.040.453129.8850.39
Hex8D748801242D138a32
Octal2151642100224554701262
Binary100011011110100100010000100101001011011001110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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