#8E6072

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

Shades of Mauve Taupe #8E6072

Tints of Mauve Taupe #8E6072

Color information

#8E6072 (or 0x8E6072) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 72. RGB value is (142,96,114). Sum of RGB (Red+Green+Blue) = 142+96+114=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6072 is #719F8D. Grayscale: #6F6F6F. Windows color (decimal): -7446414 or 7495822. OLE color: 7495822.

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

Color convert

RGB14296114-
CMYK00.320.200.44
HSL336.52º19.33%46.67%-
HSV(B)336.52º32.39%55.69%-
XYZ18.3815.3317.91-
YUV111.81129.24149.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=40.34%
G=27.27%
B=32.39%

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
Decimal1429611400.320.200.44336.5219.3346.67
Hex8E6072020142C151132f
Octal21614016204024545212357
Binary100011101100000111001001000001010010110010101000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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