#8D6B76

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

Shades of Mauve Taupe #8D6B76

Tints of Mauve Taupe #8D6B76

Color information

#8D6B76 (or 0x8D6B76) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 6B and 76. RGB value is (141,107,118). Sum of RGB (Red+Green+Blue) = 141+107+118=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B76 is #729489. Grayscale: #767676. Windows color (decimal): -7509130 or 7760781. OLE color: 7760781.

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

Color convert

RGB141107118-
CMYK00.240.160.45
HSL340.59º13.71%48.63%-
HSV(B)340.59º24.11%55.29%-
XYZ19.5117.4919.49-
YUV118.42127.76144.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=38.52%
G=29.23%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110711800.240.160.45340.5913.7148.63
Hex8D6B76018102D155e31
Octal21515316603020555251661
Binary1000110111010111110110011000100001011011010101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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