#876171

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

Shades of Mauve Taupe #876171

Tints of Mauve Taupe #876171

Color information

#876171 (or 0x876171) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 71. RGB value is (135,97,113). Sum of RGB (Red+Green+Blue) = 135+97+113=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876171 is #789E8E. Grayscale: #6E6E6E. Windows color (decimal): -7904911 or 7430535. OLE color: 7430535.

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

Color convert

RGB13597113-
CMYK00.280.160.47
HSL334.74º16.38%45.49%-
HSV(B)334.74º28.15%52.94%-
XYZ17.2514.8917.59-
YUV110.19129.59145.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=39.13%
G=28.12%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359711300.280.160.47334.7416.3845.49
Hex87617101C102F14f102d
Octal20714116103420575172055
Binary10000111110000111100010111001000010111110100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876171; }

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

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

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

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

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

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

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

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