Html Css Color HEX #8E6B76 Mauve Taupe

📋 copy color: '#8E6B76'

red 142 ◦ green 107 ◦ blue 118

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

Shades of Mauve Taupe #8E6B76

Tints of Mauve Taupe #8E6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 38.69%
G = 29.16%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E6B76 (or 0x8E6B76) is known color: Mauve Taupe. HEX triplet: 8E, 6B and 76. RGB value is (142,107,118). Sum of RGB (Red+Green+Blue) = 142+107+118=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B76 is #719489. Grayscale: #767676. Windows color (decimal): -7443594 or 7760782. OLE color: 7760782.

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

Color convert

RGB 142 107 118 -
CMYK 0 0.25 0.17 0.44
HSL 341.14º 0.14% 0.49% -
HSV(B) 341.14º 0.25% 0.56% -
XYZ 19.68 17.57 19.49 -
YUV 118.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 142 107 118 0 0.25 0.17 0.44 341.14 0.14 0.49
Hex 8E 6B 76 0 19 11 2C 155 E 31
Octal 216 153 166 0 31 21 54 525 16 61
Binary 10001110 1101011 1110110 0 11001 10001 101100 101010101 1110 110001

Color Harmonies of #8E6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6B76

Black with #8E6B76

Text Example


Text Example

White with #8E6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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