#876272

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

Shades of Mauve Taupe #876272

Tints of Mauve Taupe #876272

Color information

#876272 (or 0x876272) is unknown color: approx Mauve Taupe. HEX triplet: 87, 62 and 72. RGB value is (135,98,114). Sum of RGB (Red+Green+Blue) = 135+98+114=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #876272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876272 is #789D8D. Grayscale: #6E6E6E. Windows color (decimal): -7904654 or 7496327. OLE color: 7496327.

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

Color convert

RGB13598114-
CMYK00.270.160.47
HSL334.05º15.88%45.69%-
HSV(B)334.05º27.41%52.94%-
XYZ17.415.117.92-
YUV110.89129.76145.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=38.90%
G=28.24%
B=32.85%

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
Decimal1359811400.270.160.47334.0515.8845.69
Hex87627201B102F14e102e
Octal20714216203320575162056
Binary10000111110001011100100110111000010111110100111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876272; }

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

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

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

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

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

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

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

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