#8E6576

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

Shades of Mauve Taupe #8E6576

Tints of Mauve Taupe #8E6576

Color information

#8E6576 (or 0x8E6576) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 65 and 76. RGB value is (142,101,118). Sum of RGB (Red+Green+Blue) = 142+101+118=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6576 is #719A89. Grayscale: #737373. Windows color (decimal): -7445130 or 7759246. OLE color: 7759246.

HSL color Cylindrical-coordinate representation of color #8E6576: hue angle of 335.12º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E6576 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB142101118-
CMYK00.290.170.44
HSL335.12º16.87%47.65%-
HSV(B)335.12º28.87%55.69%-
XYZ19.0816.3719.29-
YUV115.2129.58147.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=39.34%
G=27.98%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210111800.290.170.44335.1216.8747.65
Hex8E657601D112C14f1130
Octal21614516603521545172160
Binary10001110110010111101100111011000110110010100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,118); }

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

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

 a { background-color: rgb(142,101,118); }

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

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

 span { border-color: rgb(142,101,118); }

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