Html Css Color HEX #885E71 Mauve Taupe

📋 copy color: '#885E71'

red 136 ◦ green 94 ◦ blue 113

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

Shades of Mauve Taupe #885E71

Tints of Mauve Taupe #885E71

RGB

 RED value IS 136 (53.52% from 255) = 39.65%

 GREEN value IS 94 (37.11% from 255) = 27.41%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 39.65%
G = 27.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#885E71 (or 0x885E71) is known color: Mauve Taupe. HEX triplet: 88, 5E and 71. RGB value is (136,94,113). Sum of RGB (Red+Green+Blue) = 136+94+113=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #885E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E71 is #77A18E. Grayscale: #6C6C6C. Windows color (decimal): -7840143 or 7429768. OLE color: 7429768.

HSL color Cylindrical-coordinate representation of color #885E71: hue angle of 332.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #885E71 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 113 -
CMYK 0 0.31 0.17 0.47
HSL 332.86º 0.18% 0.45% -
HSV(B) 332.86º 0.31% 0.53% -
XYZ 17.14 14.43 17.51 -
YUV 108.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 136 94 113 0 0.31 0.17 0.47 332.86 0.18 0.45
Hex 88 5E 71 0 1F 11 2F 14D 12 2D
Octal 210 136 161 0 37 21 57 515 22 55
Binary 10001000 1011110 1110001 0 11111 10001 101111 101001101 10010 101101

Color Harmonies of #885E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E71

Black with #885E71

Text Example


Text Example

White with #885E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E71; }

 p { color: rgb(136,94,113); }

 H1.HeaderClassName
 {
   color: #885E71;
 }
 .AnyTagClassName
 {
   color: #885E71;
 }
</style>

background-color css

<style>
 a { background-color: #885E71; }

 a { background-color: rgb(136,94,113); }

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

border-color css

<style>
 span { border-color: #885E71; }

 span { border-color: rgb(136,94,113); }

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