Html Css Color HEX #8E676C Mauve Taupe

📋 copy color: '#8E676C'

red 142 ◦ green 103 ◦ blue 108

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

Shades of Mauve Taupe #8E676C

Tints of Mauve Taupe #8E676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 40.23%
G = 29.18%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E676C (or 0x8E676C) is known color: Mauve Taupe. HEX triplet: 8E, 67 and 6C. RGB value is (142,103,108). Sum of RGB (Red+Green+Blue) = 142+103+108=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E676C is #719893. Grayscale: #737373. Windows color (decimal): -7444628 or 7104398. OLE color: 7104398.

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

Color convert

RGB 142 103 108 -
CMYK 0 0.27 0.24 0.44
HSL 352.31º 0.16% 0.48% -
HSV(B) 352.31º 0.27% 0.56% -
XYZ 18.71 16.53 16.39 -
YUV 115.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 142 103 108 0 0.27 0.24 0.44 352.31 0.16 0.48
Hex 8E 67 6C 0 1B 18 2C 160 10 30
Octal 216 147 154 0 33 30 54 540 20 60
Binary 10001110 1100111 1101100 0 11011 11000 101100 101100000 10000 110000

Color Harmonies of #8E676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E676C

Black with #8E676C

Text Example


Text Example

White with #8E676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,103,108); }

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

background-color css

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

 a { background-color: rgb(142,103,108); }

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

border-color css

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

 span { border-color: rgb(142,103,108); }

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