#876172

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

Shades of Mauve Taupe #876172

Tints of Mauve Taupe #876172

Color information

#876172 (or 0x876172) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 72. RGB value is (135,97,114). Sum of RGB (Red+Green+Blue) = 135+97+114=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #876172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876172 is #789E8D. Grayscale: #6E6E6E. Windows color (decimal): -7904910 or 7496071. OLE color: 7496071.

HSL color Cylindrical-coordinate representation of color #876172: hue angle of 333.16º 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 #876172 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13597114-
CMYK00.280.160.47
HSL333.16º16.38%45.49%-
HSV(B)333.16º28.15%52.94%-
XYZ17.314.9217.89-
YUV110.3130.09145.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=39.02%
G=28.03%
B=32.95%

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
Decimal1359711400.280.160.47333.1616.3845.49
Hex87617201C102F14d102d
Octal20714116203420575152055
Binary10000111110000111100100111001000010111110100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876172; }

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

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

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

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

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

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

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

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