#886875

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

Shades of Mauve Taupe #886875

Tints of Mauve Taupe #886875

Color information

#886875 (or 0x886875) is unknown color: approx Mauve Taupe. HEX triplet: 88, 68 and 75. RGB value is (136,104,117). Sum of RGB (Red+Green+Blue) = 136+104+117=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886875 is #77978A. Grayscale: #737373. Windows color (decimal): -7837579 or 7694472. OLE color: 7694472.

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

Color convert

RGB136104117-
CMYK00.240.140.47
HSL335.62º13.33%47.06%-
HSV(B)335.62º23.53%53.33%-
XYZ18.3116.4219.03-
YUV115.05129.1142.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=38.10%
G=29.13%
B=32.77%

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
Decimal13610411700.240.140.47335.6213.3347.06
Hex886875018E2F150d2f
Octal21015016503016575201557
Binary100010001101000111010101100011101011111010100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886875; }

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

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

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

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

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

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

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

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