#8E6977

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

Shades of Mauve Taupe #8E6977

Tints of Mauve Taupe #8E6977

Color information

#8E6977 (or 0x8E6977) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 69 and 77. RGB value is (142,105,119). Sum of RGB (Red+Green+Blue) = 142+105+119=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6977 is #719688. Grayscale: #757575. Windows color (decimal): -7444105 or 7825806. OLE color: 7825806.

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

Color convert

RGB142105119-
CMYK00.260.160.44
HSL337.3º14.98%48.43%-
HSV(B)337.3º26.06%55.69%-
XYZ19.5417.1919.74-
YUV117.66128.76145.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=38.80%
G=28.69%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210511900.260.160.44337.314.9848.43
Hex8E697701A102C151f30
Octal21615116703220545211760
Binary1000111011010011110111011010100001011001010100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,119); }

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

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

 a { background-color: rgb(142,105,119); }

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

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

 span { border-color: rgb(142,105,119); }

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