#87656C

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

Shades of Mauve Taupe #87656C

Tints of Mauve Taupe #87656C

Color information

#87656C (or 0x87656C) is unknown color: approx Mauve Taupe. HEX triplet: 87, 65 and 6C. RGB value is (135,101,108). Sum of RGB (Red+Green+Blue) = 135+101+108=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87656C is #789A93. Grayscale: #6F6F6F. Windows color (decimal): -7903892 or 7103879. OLE color: 7103879.

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

Color convert

RGB135101108-
CMYK00.250.20.47
HSL347.65º14.41%46.27%-
HSV(B)347.65º25.19%52.94%-
XYZ17.3515.5416.27-
YUV111.96125.76144.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=39.24%
G=29.36%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510110800.250.20.47347.6514.4146.27
Hex87656C019142F15ce2e
Octal20714515403124575341656
Binary1000011111001011101100011001101001011111010111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87656C; }

 p { color: rgb(135,101,108); }

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

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

 a { background-color: rgb(135,101,108); }

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

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

 span { border-color: rgb(135,101,108); }

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