#8D7586

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

Shades of Taupe Grey #8D7586

Tints of Taupe Grey #8D7586

Color information

#8D7586 (or 0x8D7586) is unknown color: approx Taupe Grey. HEX triplet: 8D, 75 and 86. RGB value is (141,117,134). Sum of RGB (Red+Green+Blue) = 141+117+134=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7586 is #728A79. Grayscale: #7E7E7E. Windows color (decimal): -7506554 or 8811917. OLE color: 8811917.

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

Color convert

RGB141117134-
CMYK00.170.050.45
HSL317.5º9.52%50.59%-
HSV(B)317.5º17.02%55.29%-
XYZ21.6520.1125.29-
YUV126.11132.45138.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=35.97%
G=29.85%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111713400.170.050.45317.59.5250.59
Hex8D758601152D13ea33
Octal2151652060215554761263
Binary100011011110101100001100100011011011011001111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,134); }

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

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

 a { background-color: rgb(141,117,134); }

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

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

 span { border-color: rgb(141,117,134); }

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