#886772

Color #886772 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #886772

Tints of Mauve Taupe #886772

Color information

#886772 (or 0x886772) is unknown color: approx Mauve Taupe. HEX triplet: 88, 67 and 72. RGB value is (136,103,114). Sum of RGB (Red+Green+Blue) = 136+103+114=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886772 is #77988D. Grayscale: #727272. Windows color (decimal): -7837838 or 7497608. OLE color: 7497608.

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

Color convert

RGB136103114-
CMYK00.240.160.47
HSL340º13.81%46.86%-
HSV(B)340º24.26%53.33%-
XYZ18.0416.1518.09-
YUV114.12127.93143.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=38.53%
G=29.18%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610311400.240.160.4734013.8146.86
Hex886772018102F154e2f
Octal21014716203020575241657
Binary1000100011001111110010011000100001011111010101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886772; }

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

 H1.HeaderClassName
 {
   color: #886772;
 }
 .AnyTagClassName
 {
   color: #886772;
 }
</style>
background-color css

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

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

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

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

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

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