#886070

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

Shades of Mauve Taupe #886070

Tints of Mauve Taupe #886070

Color information

#886070 (or 0x886070) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 70. RGB value is (136,96,112). Sum of RGB (Red+Green+Blue) = 136+96+112=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886070 is #779F8F. Grayscale: #6D6D6D. Windows color (decimal): -7839632 or 7364744. OLE color: 7364744.

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

Color convert

RGB13696112-
CMYK00.290.180.47
HSL336º17.24%45.49%-
HSV(B)336º29.41%53.33%-
XYZ17.2614.7717.27-
YUV109.78129.25146.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=39.53%
G=27.91%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369611200.290.180.4733617.2445.49
Hex88607001D122F150112d
Octal21014016003522575202155
Binary10001000110000011100000111011001010111110101000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886070; }

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

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

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

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

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

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

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

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