#886975

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

Shades of Mauve Taupe #886975

Tints of Mauve Taupe #886975

Color information

#886975 (or 0x886975) is unknown color: approx Mauve Taupe. HEX triplet: 88, 69 and 75. RGB value is (136,105,117). Sum of RGB (Red+Green+Blue) = 136+105+117=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #886975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886975 is #77968A. Grayscale: #737373. Windows color (decimal): -7837323 or 7694728. OLE color: 7694728.

HSL color Cylindrical-coordinate representation of color #886975: hue angle of 336.77º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886975 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB136105117-
CMYK00.230.140.47
HSL336.77º12.86%47.25%-
HSV(B)336.77º22.79%53.33%-
XYZ18.4216.6219.07-
YUV115.64128.77142.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=37.99%
G=29.33%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610511700.230.140.47336.7712.8647.25
Hex886975017E2F151d2f
Octal21015116502716575211557
Binary100010001101001111010101011111101011111010100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886975; }

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

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

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

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

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

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

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

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