Html Css Color HEX #8E6074 Mauve Taupe

📋 copy color: '#8E6074'

red 142 ◦ green 96 ◦ blue 116

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

Shades of Mauve Taupe #8E6074

Tints of Mauve Taupe #8E6074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 40.11%
G = 27.12%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E6074 (or 0x8E6074) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 74. RGB value is (142,96,116). Sum of RGB (Red+Green+Blue) = 142+96+116=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6074 is #719F8B. Grayscale: #707070. Windows color (decimal): -7446412 or 7626894. OLE color: 7626894.

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

Color convert

RGB 142 96 116 -
CMYK 0 0.32 0.18 0.44
HSL 333.91º 0.19% 0.47% -
HSV(B) 333.91º 0.32% 0.56% -
XYZ 18.49 15.38 18.52 -
YUV 112.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 142 96 116 0 0.32 0.18 0.44 333.91 0.19 0.47
Hex 8E 60 74 0 20 12 2C 14E 13 2F
Octal 216 140 164 0 40 22 54 516 23 57
Binary 10001110 1100000 1110100 0 100000 10010 101100 101001110 10011 101111

Color Harmonies of #8E6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6074

Black with #8E6074

Text Example


Text Example

White with #8E6074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,116); }

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

background-color css

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

 a { background-color: rgb(142,96,116); }

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

border-color css

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

 span { border-color: rgb(142,96,116); }

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