#876271

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

Shades of Mauve Taupe #876271

Tints of Mauve Taupe #876271

Color information

#876271 (or 0x876271) is unknown color: approx Mauve Taupe. HEX triplet: 87, 62 and 71. RGB value is (135,98,113). Sum of RGB (Red+Green+Blue) = 135+98+113=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #876271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876271 is #789D8E. Grayscale: #6E6E6E. Windows color (decimal): -7904655 or 7430791. OLE color: 7430791.

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

Color convert

RGB13598113-
CMYK00.270.160.47
HSL335.68º15.88%45.69%-
HSV(B)335.68º27.41%52.94%-
XYZ17.3415.0817.62-
YUV110.77129.26145.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=39.02%
G=28.32%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359811300.270.160.47335.6815.8845.69
Hex87627101B102F150102e
Octal20714216103320575202056
Binary10000111110001011100010110111000010111110101000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876271; }

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

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

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

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

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

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

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

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