Html Css Color HEX #8D6074 Mauve Taupe

📋 copy color: '#8D6074'

red 141 ◦ green 96 ◦ blue 116

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

Shades of Mauve Taupe #8D6074

Tints of Mauve Taupe #8D6074

RGB

 RED value IS 141 (55.47% from 255) = 39.94%

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

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

R = 39.94%
G = 27.2%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D6074 (or 0x8D6074) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 74. RGB value is (141,96,116). Sum of RGB (Red+Green+Blue) = 141+96+116=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6074 is #729F8B. Grayscale: #6F6F6F. Windows color (decimal): -7511948 or 7626893. OLE color: 7626893.

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

Color convert

RGB 141 96 116 -
CMYK 0 0.32 0.18 0.45
HSL 333.33º 0.19% 0.46% -
HSV(B) 333.33º 0.32% 0.55% -
XYZ 18.32 15.29 18.51 -
YUV 111.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 141 96 116 0 0.32 0.18 0.45 333.33 0.19 0.46
Hex 8D 60 74 0 20 12 2D 14D 13 2E
Octal 215 140 164 0 40 22 55 515 23 56
Binary 10001101 1100000 1110100 0 100000 10010 101101 101001101 10011 101110

Color Harmonies of #8D6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6074

Black with #8D6074

Text Example


Text Example

White with #8D6074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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