Html Css Color HEX #886771 Mauve Taupe

📋 copy color: '#886771'

red 136 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #886771

Tints of Mauve Taupe #886771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 38.64%
G = 29.26%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#886771 (or 0x886771) is known color: Mauve Taupe. HEX triplet: 88, 67 and 71. RGB value is (136,103,113). Sum of RGB (Red+Green+Blue) = 136+103+113=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886771 is #77988E. Grayscale: #727272. Windows color (decimal): -7837839 or 7432072. OLE color: 7432072.

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

Color convert

RGB 136 103 113 -
CMYK 0 0.24 0.17 0.47
HSL 341.82º 0.14% 0.47% -
HSV(B) 341.82º 0.24% 0.53% -
XYZ 17.98 16.13 17.79 -
YUV 114.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 136 103 113 0 0.24 0.17 0.47 341.82 0.14 0.47
Hex 88 67 71 0 18 11 2F 156 E 2F
Octal 210 147 161 0 30 21 57 526 16 57
Binary 10001000 1100111 1110001 0 11000 10001 101111 101010110 1110 101111

Color Harmonies of #886771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886771

Black with #886771

Text Example


Text Example

White with #886771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886771; }

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

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

background-color css

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

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

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

border-color css

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

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

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