#8E6A76

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

Shades of Mauve Taupe #8E6A76

Tints of Mauve Taupe #8E6A76

Color information

#8E6A76 (or 0x8E6A76) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 6A and 76. RGB value is (142,106,118). Sum of RGB (Red+Green+Blue) = 142+106+118=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A76 is #719589. Grayscale: #767676. Windows color (decimal): -7443850 or 7760526. OLE color: 7760526.

HSL color Cylindrical-coordinate representation of color #8E6A76: hue angle of 340º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6A76 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB142106118-
CMYK00.250.170.44
HSL340º14.52%48.63%-
HSV(B)340º25.35%55.69%-
XYZ19.5817.3719.46-
YUV118.13127.93145.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=38.80%
G=28.96%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210611800.250.170.4434014.5248.63
Hex8E6A76019112C154f31
Octal21615216603121545241761
Binary1000111011010101110110011001100011011001010101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,118); }

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

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

 a { background-color: rgb(142,106,118); }

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

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

 span { border-color: rgb(142,106,118); }

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