#8E6172

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

Shades of Mauve Taupe #8E6172

Tints of Mauve Taupe #8E6172

Color information

#8E6172 (or 0x8E6172) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 61 and 72. RGB value is (142,97,114). Sum of RGB (Red+Green+Blue) = 142+97+114=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6172 is #719E8D. Grayscale: #707070. Windows color (decimal): -7446158 or 7496078. OLE color: 7496078.

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

Color convert

RGB14297114-
CMYK00.320.200.44
HSL337.33º18.83%46.86%-
HSV(B)337.33º31.69%55.69%-
XYZ18.4715.5217.94-
YUV112.39128.91149.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=40.23%
G=27.48%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429711400.320.200.44337.3318.8346.86
Hex8E6172020142C151132f
Octal21614116204024545212357
Binary100011101100001111001001000001010010110010101000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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