#8e5770

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

Shades of Mauve Taupe #8E5770

Tints of Mauve Taupe #8E5770

Color information

#8E5770 (or 0x8E5770) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 57 and 70. RGB value is (142,87,112). Sum of RGB (Red+Green+Blue) = 142+87+112=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5770 is #71A88F. Grayscale: #6A6A6A. Windows color (decimal): -7448720 or 7362446. OLE color: 7362446.

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

Color convert

RGB14287112-
CMYK00.390.210.44
HSL332.73º24.02%44.9%-
HSV(B)332.73º38.73%55.69%-
XYZ17.4913.7417.06-
YUV106.29131.22153.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=41.64%
G=25.51%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428711200.390.210.44332.7324.0244.9
Hex8E5770027152C14d182d
Octal21612716004725545153055
Binary100011101010111111000001001111010110110010100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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