#8E6075

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

Shades of Mauve Taupe #8E6075

Tints of Mauve Taupe #8E6075

Color information

#8E6075 (or 0x8E6075) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 75. RGB value is (142,96,117). Sum of RGB (Red+Green+Blue) = 142+96+117=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6075 is #719F8A. Grayscale: #707070. Windows color (decimal): -7446411 or 7692430. OLE color: 7692430.

HSL color Cylindrical-coordinate representation of color #8E6075: hue angle of 332.61º 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 #8E6075 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14296117-
CMYK00.320.180.44
HSL332.61º19.33%46.67%-
HSV(B)332.61º32.39%55.69%-
XYZ18.5515.418.82-
YUV112.15130.74149.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=40%
G=27.04%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429611700.320.180.44332.6119.3346.67
Hex8E6075020122C14d132f
Octal21614016504022545152357
Binary100011101100000111010101000001001010110010100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,117); }

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

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

 a { background-color: rgb(142,96,117); }

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

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

 span { border-color: rgb(142,96,117); }

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