Html Css Color HEX #8D5770 Mauve Taupe

📋 copy color: '#8D5770'

red 141 ◦ green 87 ◦ blue 112

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

Shades of Mauve Taupe #8D5770

Tints of Mauve Taupe #8D5770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 41.47%
G = 25.59%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D5770 (or 0x8D5770) is known color: Mauve Taupe. HEX triplet: 8D, 57 and 70. RGB value is (141,87,112). Sum of RGB (Red+Green+Blue) = 141+87+112=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5770 is #72A88F. Grayscale: #696969. Windows color (decimal): -7514256 or 7362445. OLE color: 7362445.

HSL color Cylindrical-coordinate representation of color #8D5770: hue angle of 332.22º 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 #8D5770 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 87 112 -
CMYK 0 0.38 0.21 0.45
HSL 332.22º 0.24% 0.45% -
HSV(B) 332.22º 0.38% 0.55% -
XYZ 17.32 13.65 17.05 -
YUV 106 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 141 87 112 0 0.38 0.21 0.45 332.22 0.24 0.45
Hex 8D 57 70 0 26 15 2D 14C 18 2D
Octal 215 127 160 0 46 25 55 514 30 55
Binary 10001101 1010111 1110000 0 100110 10101 101101 101001100 11000 101101

Color Harmonies of #8D5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5770

Black with #8D5770

Text Example


Text Example

White with #8D5770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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