#886072

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

Shades of Mauve Taupe #886072

Tints of Mauve Taupe #886072

Color information

#886072 (or 0x886072) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 72. RGB value is (136,96,114). Sum of RGB (Red+Green+Blue) = 136+96+114=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886072 is #779F8D. Grayscale: #6D6D6D. Windows color (decimal): -7839630 or 7495816. OLE color: 7495816.

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

Color convert

RGB13696114-
CMYK00.290.160.47
HSL333º17.24%45.49%-
HSV(B)333º29.41%53.33%-
XYZ17.3714.8117.86-
YUV110.01130.25146.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=39.31%
G=27.75%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369611400.290.160.4733317.2445.49
Hex88607201D102F14d112d
Octal21014016203520575152155
Binary10001000110000011100100111011000010111110100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886072; }

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

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

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

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

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

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

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

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