Html Css Color HEX #886172 Mauve Taupe

📋 copy color: '#886172'

red 136 ◦ green 97 ◦ blue 114

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

Shades of Mauve Taupe #886172

Tints of Mauve Taupe #886172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 39.19%
G = 27.95%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#886172 (or 0x886172) is known color: Mauve Taupe. HEX triplet: 88, 61 and 72. RGB value is (136,97,114). Sum of RGB (Red+Green+Blue) = 136+97+114=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886172 is #779E8D. Grayscale: #6E6E6E. Windows color (decimal): -7839374 or 7496072. OLE color: 7496072.

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

Color convert

RGB 136 97 114 -
CMYK 0 0.29 0.16 0.47
HSL 333.85º 0.17% 0.46% -
HSV(B) 333.85º 0.29% 0.53% -
XYZ 17.47 15 17.89 -
YUV 110.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 136 97 114 0 0.29 0.16 0.47 333.85 0.17 0.46
Hex 88 61 72 0 1D 10 2F 14E 11 2E
Octal 210 141 162 0 35 20 57 516 21 56
Binary 10001000 1100001 1110010 0 11101 10000 101111 101001110 10001 101110

Color Harmonies of #886172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886172

Black with #886172

Text Example


Text Example

White with #886172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886172; }

 p { color: rgb(136,97,114); }

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

background-color css

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

 a { background-color: rgb(136,97,114); }

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

border-color css

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

 span { border-color: rgb(136,97,114); }

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