#8D6E76

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

Shades of Mauve Taupe #8D6E76

Tints of Mauve Taupe #8D6E76

Color information

#8D6E76 (or 0x8D6E76) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 6E and 76. RGB value is (141,110,118). Sum of RGB (Red+Green+Blue) = 141+110+118=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E76 is #729189. Grayscale: #787878. Windows color (decimal): -7508362 or 7761549. OLE color: 7761549.

HSL color Cylindrical-coordinate representation of color #8D6E76: hue angle of 344.52º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D6E76 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB141110118-
CMYK00.220.160.45
HSL344.52º12.35%49.22%-
HSV(B)344.52º21.99%55.29%-
XYZ19.8318.1219.59-
YUV120.18126.77142.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=38.21%
G=29.81%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111011800.220.160.45344.5212.3549.22
Hex8D6E76016102D159c31
Octal21515616602620555311461
Binary1000110111011101110110010110100001011011010110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,118); }

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

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

 a { background-color: rgb(141,110,118); }

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

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

 span { border-color: rgb(141,110,118); }

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