#876872

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

Shades of Mauve Taupe #876872

Tints of Mauve Taupe #876872

Color information

#876872 (or 0x876872) is unknown color: approx Mauve Taupe. HEX triplet: 87, 68 and 72. RGB value is (135,104,114). Sum of RGB (Red+Green+Blue) = 135+104+114=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876872 is #78978D. Grayscale: #727272. Windows color (decimal): -7903118 or 7497863. OLE color: 7497863.

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

Color convert

RGB135104114-
CMYK00.230.160.47
HSL340.65º12.97%46.86%-
HSV(B)340.65º22.96%52.94%-
XYZ17.9816.2718.11-
YUV114.41127.77142.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=38.24%
G=29.46%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510411400.230.160.47340.6512.9746.86
Hex876872017102F155d2f
Octal20715016202720575251557
Binary1000011111010001110010010111100001011111010101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876872; }

 p { color: rgb(135,104,114); }

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

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

 a { background-color: rgb(135,104,114); }

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

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

 span { border-color: rgb(135,104,114); }

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