#8E6B77

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

Shades of Mauve Taupe #8E6B77

Tints of Mauve Taupe #8E6B77

Color information

#8E6B77 (or 0x8E6B77) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 6B and 77. RGB value is (142,107,119). Sum of RGB (Red+Green+Blue) = 142+107+119=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B77 is #719488. Grayscale: #767676. Windows color (decimal): -7443593 or 7826318. OLE color: 7826318.

HSL color Cylindrical-coordinate representation of color #8E6B77: hue angle of 339.43º degrees, saturation: 0.14, 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 #8E6B77 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB142107119-
CMYK00.250.160.44
HSL339.43º14.06%48.82%-
HSV(B)339.43º24.65%55.69%-
XYZ19.7417.619.81-
YUV118.83128.1144.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=38.59%
G=29.08%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210711900.250.160.44339.4314.0648.82
Hex8E6B77019102C153e31
Octal21615316703120545231661
Binary1000111011010111110111011001100001011001010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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