#876A73

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

Shades of Mauve Taupe #876A73

Tints of Mauve Taupe #876A73

Color information

#876A73 (or 0x876A73) is unknown color: approx Mauve Taupe. HEX triplet: 87, 6A and 73. RGB value is (135,106,115). Sum of RGB (Red+Green+Blue) = 135+106+115=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A73 is #78958C. Grayscale: #737373. Windows color (decimal): -7902605 or 7563911. OLE color: 7563911.

HSL color Cylindrical-coordinate representation of color #876A73: hue angle of 341.38º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876A73 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB135106115-
CMYK00.210.150.47
HSL341.38º12.03%47.25%-
HSV(B)341.38º21.48%52.94%-
XYZ18.2416.718.48-
YUV115.7127.61141.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=37.92%
G=29.78%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510611500.210.150.47341.3812.0347.25
Hex876A73015F2F155c2f
Octal20715216302517575251457
Binary100001111101010111001101010111111011111010101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876A73; }

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

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

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

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

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

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

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

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