#87626D

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

Shades of Mauve Taupe #87626D

Tints of Mauve Taupe #87626D

Color information

#87626D (or 0x87626D) is unknown color: approx Mauve Taupe. HEX triplet: 87, 62 and 6D. RGB value is (135,98,109). Sum of RGB (Red+Green+Blue) = 135+98+109=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87626D is #789D92. Grayscale: #6E6E6E. Windows color (decimal): -7904659 or 7168647. OLE color: 7168647.

HSL color Cylindrical-coordinate representation of color #87626D: hue angle of 342.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87626D is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13598109-
CMYK00.270.190.47
HSL342.16º15.88%45.69%-
HSV(B)342.16º27.41%52.94%-
XYZ17.1214.9916.46-
YUV110.32127.26145.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=39.47%
G=28.65%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359810900.270.190.47342.1615.8845.69
Hex87626D01B132F156102e
Octal20714215503323575262056
Binary10000111110001011011010110111001110111110101011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87626D; }

 p { color: rgb(135,98,109); }

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

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

 a { background-color: rgb(135,98,109); }

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

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

 span { border-color: rgb(135,98,109); }

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