Html Css Color HEX #8E5672 Mauve Taupe

📋 copy color: '#8E5672'

red 142 ◦ green 86 ◦ blue 114

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

Shades of Mauve Taupe #8E5672

Tints of Mauve Taupe #8E5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.15%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 41.52%
G = 25.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E5672 (or 0x8E5672) is known color: Mauve Taupe. HEX triplet: 8E, 56 and 72. RGB value is (142,86,114). Sum of RGB (Red+Green+Blue) = 142+86+114=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5672 is #71A98D. Grayscale: #696969. Windows color (decimal): -7448974 or 7493262. OLE color: 7493262.

HSL color Cylindrical-coordinate representation of color #8E5672: hue angle of 330º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5672 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 86 114 -
CMYK 0 0.39 0.20 0.44
HSL 330º 0.25% 0.45% -
HSV(B) 330º 0.39% 0.56% -
XYZ 17.52 13.62 17.63 -
YUV 105.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 142 86 114 0 0.39 0.20 0.44 330 0.25 0.45
Hex 8E 56 72 0 27 14 2C 14A 19 2D
Octal 216 126 162 0 47 24 54 512 31 55
Binary 10001110 1010110 1110010 0 100111 10100 101100 101001010 11001 101101

Color Harmonies of #8E5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5672

Black with #8E5672

Text Example


Text Example

White with #8E5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,86,114); }

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

background-color css

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

 a { background-color: rgb(142,86,114); }

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

border-color css

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

 span { border-color: rgb(142,86,114); }

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