Html Css Color HEX #8E626D Mauve Taupe

📋 copy color: '#8E626D'

red 142 ◦ green 98 ◦ blue 109

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

Shades of Mauve Taupe #8E626D

Tints of Mauve Taupe #8E626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.08%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 40.69%
G = 28.08%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E626D (or 0x8E626D) is known color: Mauve Taupe. HEX triplet: 8E, 62 and 6D. RGB value is (142,98,109). Sum of RGB (Red+Green+Blue) = 142+98+109=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E626D is #719D92. Grayscale: #707070. Windows color (decimal): -7445907 or 7168654. OLE color: 7168654.

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

Color convert

RGB 142 98 109 -
CMYK 0 0.31 0.23 0.44
HSL 345º 0.18% 0.47% -
HSV(B) 345º 0.31% 0.56% -
XYZ 18.28 15.59 16.51 -
YUV 112.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 142 98 109 0 0.31 0.23 0.44 345 0.18 0.47
Hex 8E 62 6D 0 1F 17 2C 159 12 2F
Octal 216 142 155 0 37 27 54 531 22 57
Binary 10001110 1100010 1101101 0 11111 10111 101100 101011001 10010 101111

Color Harmonies of #8E626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E626D

Black with #8E626D

Text Example


Text Example

White with #8E626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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