Html Css Color HEX #885F71 Mauve Taupe

📋 copy color: '#885F71'

red 136 ◦ green 95 ◦ blue 113

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

Shades of Mauve Taupe #885F71

Tints of Mauve Taupe #885F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

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

R = 39.53%
G = 27.62%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#885F71 (or 0x885F71) is known color: Mauve Taupe. HEX triplet: 88, 5F and 71. RGB value is (136,95,113). Sum of RGB (Red+Green+Blue) = 136+95+113=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #885F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F71 is #77A08E. Grayscale: #6D6D6D. Windows color (decimal): -7839887 or 7430024. OLE color: 7430024.

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

Color convert

RGB 136 95 113 -
CMYK 0 0.30 0.17 0.47
HSL 333.66º 0.18% 0.45% -
HSV(B) 333.66º 0.3% 0.53% -
XYZ 17.23 14.61 17.54 -
YUV 109.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 136 95 113 0 0.30 0.17 0.47 333.66 0.18 0.45
Hex 88 5F 71 0 1E 11 2F 14E 12 2D
Octal 210 137 161 0 36 21 57 516 22 55
Binary 10001000 1011111 1110001 0 11110 10001 101111 101001110 10010 101101

Color Harmonies of #885F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F71

Black with #885F71

Text Example


Text Example

White with #885F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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