#876572

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

Shades of Mauve Taupe #876572

Tints of Mauve Taupe #876572

Color information

#876572 (or 0x876572) is unknown color: approx Mauve Taupe. HEX triplet: 87, 65 and 72. RGB value is (135,101,114). Sum of RGB (Red+Green+Blue) = 135+101+114=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876572 is #789A8D. Grayscale: #707070. Windows color (decimal): -7903886 or 7497095. OLE color: 7497095.

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

Color convert

RGB135101114-
CMYK00.250.160.47
HSL337.06º14.41%46.27%-
HSV(B)337.06º25.19%52.94%-
XYZ17.6815.6718.01-
YUV112.65128.76143.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=38.57%
G=28.86%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510111400.250.160.47337.0614.4146.27
Hex876572019102F151e2e
Octal20714516203120575211656
Binary1000011111001011110010011001100001011111010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876572; }

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

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

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

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

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

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

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

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