#8E5E70

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

Shades of Mauve Taupe #8E5E70

Tints of Mauve Taupe #8E5E70

Color information

#8E5E70 (or 0x8E5E70) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5E and 70. RGB value is (142,94,112). Sum of RGB (Red+Green+Blue) = 142+94+112=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E70 is #71A18F. Grayscale: #6E6E6E. Windows color (decimal): -7446928 or 7364238. OLE color: 7364238.

HSL color Cylindrical-coordinate representation of color #8E5E70: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E5E70 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB14294112-
CMYK00.340.210.44
HSL337.5º20.34%46.27%-
HSV(B)337.5º33.8%55.69%-
XYZ18.0814.9317.26-
YUV110.4128.9150.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=40.80%
G=27.01%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429411200.340.210.44337.520.3446.27
Hex8E5E70022152C152142e
Octal21613616004225545222456
Binary100011101011110111000001000101010110110010101001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,112); }

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

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

 a { background-color: rgb(142,94,112); }

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

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

 span { border-color: rgb(142,94,112); }

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