#886773

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

Shades of Mauve Taupe #886773

Tints of Mauve Taupe #886773

Color information

#886773 (or 0x886773) is unknown color: approx Mauve Taupe. HEX triplet: 88, 67 and 73. RGB value is (136,103,115). Sum of RGB (Red+Green+Blue) = 136+103+115=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886773 is #77988C. Grayscale: #727272. Windows color (decimal): -7837837 or 7563144. OLE color: 7563144.

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

Color convert

RGB136103115-
CMYK00.240.150.47
HSL338.18º13.81%46.86%-
HSV(B)338.18º24.26%53.33%-
XYZ18.116.1718.39-
YUV114.24128.43143.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=38.42%
G=29.10%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610311500.240.150.47338.1813.8146.86
Hex886773018F2F152e2f
Octal21014716303017575221657
Binary100010001100111111001101100011111011111010100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886773; }

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

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

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

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

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

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

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

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