#8E6472

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

Shades of Mauve Taupe #8E6472

Tints of Mauve Taupe #8E6472

Color information

#8E6472 (or 0x8E6472) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 64 and 72. RGB value is (142,100,114). Sum of RGB (Red+Green+Blue) = 142+100+114=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6472 is #719B8D. Grayscale: #727272. Windows color (decimal): -7445390 or 7496846. OLE color: 7496846.

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

Color convert

RGB142100114-
CMYK00.300.200.44
HSL340º17.36%47.45%-
HSV(B)340º29.58%55.69%-
XYZ18.7516.0818.04-
YUV114.15127.91147.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=39.89%
G=28.09%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210011400.300.200.4434017.3647.45
Hex8E647201E142C154112f
Octal21614416203624545242157
Binary10001110110010011100100111101010010110010101010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,114); }

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

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

 a { background-color: rgb(142,100,114); }

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

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

 span { border-color: rgb(142,100,114); }

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