#886775

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

Shades of Mauve Taupe #886775

Tints of Mauve Taupe #886775

Color information

#886775 (or 0x886775) is unknown color: approx Mauve Taupe. HEX triplet: 88, 67 and 75. RGB value is (136,103,117). Sum of RGB (Red+Green+Blue) = 136+103+117=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886775 is #77988A. Grayscale: #727272. Windows color (decimal): -7837835 or 7694216. OLE color: 7694216.

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

Color convert

RGB136103117-
CMYK00.240.140.47
HSL334.55º13.81%46.86%-
HSV(B)334.55º24.26%53.33%-
XYZ18.2116.2219-
YUV114.46129.43143.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=38.20%
G=28.93%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610311700.240.140.47334.5513.8146.86
Hex886775018E2F14fe2f
Octal21014716503016575171657
Binary100010001100111111010101100011101011111010011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886775; }

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

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

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

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

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

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

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

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