Html Css Color HEX #8E6D76 Mauve Taupe

📋 copy color: '#8E6D76'

red 142 ◦ green 109 ◦ blue 118

#8E6D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #8E6D76

Tints of Mauve Taupe #8E6D76

RGB

 RED value IS 142 (55.86% from 255) = 38.48%

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 38.48%
G = 29.54%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E6D76 (or 0x8E6D76) is known color: Mauve Taupe. HEX triplet: 8E, 6D and 76. RGB value is (142,109,118). Sum of RGB (Red+Green+Blue) = 142+109+118=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D76 is #719289. Grayscale: #777777. Windows color (decimal): -7443082 or 7761294. OLE color: 7761294.

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

Color convert

RGB 142 109 118 -
CMYK 0 0.23 0.17 0.44
HSL 343.64º 0.13% 0.49% -
HSV(B) 343.64º 0.23% 0.56% -
XYZ 19.89 18 19.56 -
YUV 119.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 142 109 118 0 0.23 0.17 0.44 343.64 0.13 0.49
Hex 8E 6D 76 0 17 11 2C 158 D 31
Octal 216 155 166 0 27 21 54 530 15 61
Binary 10001110 1101101 1110110 0 10111 10001 101100 101011000 1101 110001

Color Harmonies of #8E6D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D76

Black with #8E6D76

Text Example


Text Example

White with #8E6D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6D76;
 }
 .AnyTagClassName
 {
   color: #8E6D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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