Html Css Color HEX #8E626E Mauve Taupe

📋 copy color: '#8E626E'

red 142 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #8E626E

Tints of Mauve Taupe #8E626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 40.57%
G = 28%
B = 31.43%

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

#8E626E (or 0x8E626E) is known color: Mauve Taupe. HEX triplet: 8E, 62 and 6E. RGB value is (142,98,110). Sum of RGB (Red+Green+Blue) = 142+98+110=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E626E is #719D91. Grayscale: #707070. Windows color (decimal): -7445906 or 7234190. OLE color: 7234190.

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

Color convert

RGB 142 98 110 -
CMYK 0 0.31 0.23 0.44
HSL 343.64º 0.18% 0.47% -
HSV(B) 343.64º 0.31% 0.56% -
XYZ 18.34 15.61 16.8 -
YUV 112.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 142 98 110 0 0.31 0.23 0.44 343.64 0.18 0.47
Hex 8E 62 6E 0 1F 17 2C 158 12 2F
Octal 216 142 156 0 37 27 54 530 22 57
Binary 10001110 1100010 1101110 0 11111 10111 101100 101011000 10010 101111

Color Harmonies of #8E626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E626E

Black with #8E626E

Text Example


Text Example

White with #8E626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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