#87686F

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

Shades of Mauve Taupe #87686F

Tints of Mauve Taupe #87686F

Color information

#87686F (or 0x87686F) is unknown color: approx Mauve Taupe. HEX triplet: 87, 68 and 6F. RGB value is (135,104,111). Sum of RGB (Red+Green+Blue) = 135+104+111=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #87686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87686F is #789790. Grayscale: #727272. Windows color (decimal): -7903121 or 7301255. OLE color: 7301255.

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

Color convert

RGB135104111-
CMYK00.230.180.47
HSL346.45º12.97%46.86%-
HSV(B)346.45º22.96%52.94%-
XYZ17.8116.217.23-
YUV114.07126.27142.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=38.57%
G=29.71%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510411100.230.180.47346.4512.9746.86
Hex87686F017122F15ad2f
Octal20715015702722575321557
Binary1000011111010001101111010111100101011111010110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87686F; }

 p { color: rgb(135,104,111); }

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

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

 a { background-color: rgb(135,104,111); }

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

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

 span { border-color: rgb(135,104,111); }

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