#8D6E77

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

Shades of Mauve Taupe #8D6E77

Tints of Mauve Taupe #8D6E77

Color information

#8D6E77 (or 0x8D6E77) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 6E and 77. RGB value is (141,110,119). Sum of RGB (Red+Green+Blue) = 141+110+119=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E77 is #729188. Grayscale: #787878. Windows color (decimal): -7508361 or 7827085. OLE color: 7827085.

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

Color convert

RGB141110119-
CMYK00.220.160.45
HSL342.58º12.35%49.22%-
HSV(B)342.58º21.99%55.29%-
XYZ19.8918.1519.91-
YUV120.29127.27142.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=38.11%
G=29.73%
B=32.16%

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
Decimal14111011900.220.160.45342.5812.3549.22
Hex8D6E77016102D157c31
Octal21515616702620555271461
Binary1000110111011101110111010110100001011011010101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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