#876072

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

Shades of Mauve Taupe #876072

Tints of Mauve Taupe #876072

Color information

#876072 (or 0x876072) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 72. RGB value is (135,96,114). Sum of RGB (Red+Green+Blue) = 135+96+114=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876072 is #789F8D. Grayscale: #6D6D6D. Windows color (decimal): -7905166 or 7495815. OLE color: 7495815.

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

Color convert

RGB13596114-
CMYK00.290.160.47
HSL332.31º16.88%45.29%-
HSV(B)332.31º28.89%52.94%-
XYZ17.2114.7317.86-
YUV109.71130.42146.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=39.13%
G=27.83%
B=33.04%

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
Decimal1359611400.290.160.47332.3116.8845.29
Hex87607201D102F14c112d
Octal20714016203520575142155
Binary10000111110000011100100111011000010111110100110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876072; }

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

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

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

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

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

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

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

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