#876971

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

Shades of Mauve Taupe #876971

Tints of Mauve Taupe #876971

Color information

#876971 (or 0x876971) is unknown color: approx Mauve Taupe. HEX triplet: 87, 69 and 71. RGB value is (135,105,113). Sum of RGB (Red+Green+Blue) = 135+105+113=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876971 is #78968E. Grayscale: #727272. Windows color (decimal): -7902863 or 7432583. OLE color: 7432583.

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

Color convert

RGB135105113-
CMYK00.220.160.47
HSL344º12.5%47.06%-
HSV(B)344º22.22%52.94%-
XYZ18.0216.4517.85-
YUV114.88126.94142.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=38.24%
G=29.75%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510511300.220.160.4734412.547.06
Hex876971016102F158d2f
Octal20715116102620575301557
Binary1000011111010011110001010110100001011111010110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876971; }

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

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

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

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

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

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

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

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