#876373

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

Shades of Mauve Taupe #876373

Tints of Mauve Taupe #876373

Color information

#876373 (or 0x876373) is unknown color: approx Mauve Taupe. HEX triplet: 87, 63 and 73. RGB value is (135,99,115). Sum of RGB (Red+Green+Blue) = 135+99+115=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #876373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876373 is #789C8C. Grayscale: #6F6F6F. Windows color (decimal): -7904397 or 7562119. OLE color: 7562119.

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

Color convert

RGB13599115-
CMYK00.270.150.47
HSL333.33º15.38%45.88%-
HSV(B)333.33º26.67%52.94%-
XYZ17.5515.3118.25-
YUV111.59129.93144.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=38.68%
G=28.37%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359911500.270.150.47333.3315.3845.88
Hex87637301BF2F14df2e
Octal20714316303317575151756
Binary100001111100011111001101101111111011111010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876373; }

 p { color: rgb(135,99,115); }

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

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

 a { background-color: rgb(135,99,115); }

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

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

 span { border-color: rgb(135,99,115); }

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