Html Css Color HEX #8D5772 Mauve Taupe

📋 copy color: '#8D5772'

red 141 ◦ green 87 ◦ blue 114

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

Shades of Mauve Taupe #8D5772

Tints of Mauve Taupe #8D5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.44%

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

R = 41.23%
G = 25.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D5772 (or 0x8D5772) is known color: Mauve Taupe. HEX triplet: 8D, 57 and 72. RGB value is (141,87,114). Sum of RGB (Red+Green+Blue) = 141+87+114=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5772 is #72A88D. Grayscale: #6A6A6A. Windows color (decimal): -7514254 or 7493517. OLE color: 7493517.

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

Color convert

RGB 141 87 114 -
CMYK 0 0.38 0.19 0.45
HSL 330º 0.24% 0.45% -
HSV(B) 330º 0.38% 0.55% -
XYZ 17.43 13.69 17.64 -
YUV 106.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 141 87 114 0 0.38 0.19 0.45 330 0.24 0.45
Hex 8D 57 72 0 26 13 2D 14A 18 2D
Octal 215 127 162 0 46 23 55 512 30 55
Binary 10001101 1010111 1110010 0 100110 10011 101101 101001010 11000 101101

Color Harmonies of #8D5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5772

Black with #8D5772

Text Example


Text Example

White with #8D5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,87,114); }

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

background-color css

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

 a { background-color: rgb(141,87,114); }

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

border-color css

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

 span { border-color: rgb(141,87,114); }

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