#876071

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

Shades of Mauve Taupe #876071

Tints of Mauve Taupe #876071

Color information

#876071 (or 0x876071) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 71. RGB value is (135,96,113). Sum of RGB (Red+Green+Blue) = 135+96+113=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #876071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876071 is #789F8E. Grayscale: #6D6D6D. Windows color (decimal): -7905167 or 7430279. OLE color: 7430279.

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

Color convert

RGB13596113-
CMYK00.290.160.47
HSL333.85º16.88%45.29%-
HSV(B)333.85º28.89%52.94%-
XYZ17.1614.7117.56-
YUV109.6129.92146.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=39.24%
G=27.91%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359611300.290.160.47333.8516.8845.29
Hex87607101D102F14e112d
Octal20714016103520575162155
Binary10000111110000011100010111011000010111110100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876071; }

 p { color: rgb(135,96,113); }

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

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

 a { background-color: rgb(135,96,113); }

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

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

 span { border-color: rgb(135,96,113); }

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