#87626E

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

Shades of Mauve Taupe #87626E

Tints of Mauve Taupe #87626E

Color information

#87626E (or 0x87626E) is unknown color: approx Mauve Taupe. HEX triplet: 87, 62 and 6E. RGB value is (135,98,110). Sum of RGB (Red+Green+Blue) = 135+98+110=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87626E is #789D91. Grayscale: #6E6E6E. Windows color (decimal): -7904658 or 7234183. OLE color: 7234183.

HSL color Cylindrical-coordinate representation of color #87626E: hue angle of 340.54º 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 #87626E is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13598110-
CMYK00.270.190.47
HSL340.54º15.88%45.69%-
HSV(B)340.54º27.41%52.94%-
XYZ17.1715.0116.74-
YUV110.43127.76145.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=39.36%
G=28.57%
B=32.07%

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
Decimal1359811000.270.190.47340.5415.8845.69
Hex87626E01B132F155102e
Octal20714215603323575252056
Binary10000111110001011011100110111001110111110101010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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