Html Css Color HEX #886871 Mauve Taupe

📋 copy color: '#886871'

red 136 ◦ green 104 ◦ blue 113

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

Shades of Mauve Taupe #886871

Tints of Mauve Taupe #886871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

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

R = 38.53%
G = 29.46%
B = 32.01%

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

#886871 (or 0x886871) is known color: Mauve Taupe. HEX triplet: 88, 68 and 71. RGB value is (136,104,113). Sum of RGB (Red+Green+Blue) = 136+104+113=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886871 is #77978E. Grayscale: #727272. Windows color (decimal): -7837583 or 7432328. OLE color: 7432328.

HSL color Cylindrical-coordinate representation of color #886871: hue angle of 343.12º degrees, saturation: 0.13, 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 #886871 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 104 113 -
CMYK 0 0.24 0.17 0.47
HSL 343.13º 0.13% 0.47% -
HSV(B) 343.13º 0.24% 0.53% -
XYZ 18.08 16.33 17.82 -
YUV 114.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 136 104 113 0 0.24 0.17 0.47 343.13 0.13 0.47
Hex 88 68 71 0 18 11 2F 157 D 2F
Octal 210 150 161 0 30 21 57 527 15 57
Binary 10001000 1101000 1110001 0 11000 10001 101111 101010111 1101 101111

Color Harmonies of #886871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886871

Black with #886871

Text Example


Text Example

White with #886871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886871; }

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

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

background-color css

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

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

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

border-color css

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

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

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