#876473

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

Shades of Mauve Taupe #876473

Tints of Mauve Taupe #876473

Color information

#876473 (or 0x876473) is unknown color: approx Mauve Taupe. HEX triplet: 87, 64 and 73. RGB value is (135,100,115). Sum of RGB (Red+Green+Blue) = 135+100+115=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876473 is #789B8C. Grayscale: #707070. Windows color (decimal): -7904141 or 7562375. OLE color: 7562375.

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

Color convert

RGB135100115-
CMYK00.260.150.47
HSL334.29º14.89%46.08%-
HSV(B)334.29º25.93%52.94%-
XYZ17.6415.518.28-
YUV112.18129.6144.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=38.57%
G=28.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510011500.260.150.47334.2914.8946.08
Hex87647301AF2F14ef2e
Octal20714416303217575161756
Binary100001111100100111001101101011111011111010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876473; }

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

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

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

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

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

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

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

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