#875872

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

Shades of Mauve Taupe #875872

Tints of Mauve Taupe #875872

Color information

#875872 (or 0x875872) is unknown color: approx Mauve Taupe. HEX triplet: 87, 58 and 72. RGB value is (135,88,114). Sum of RGB (Red+Green+Blue) = 135+88+114=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875872 is #78A78D. Grayscale: #686868. Windows color (decimal): -7907214 or 7493767. OLE color: 7493767.

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

Color convert

RGB13588114-
CMYK00.350.160.47
HSL326.81º21.08%43.73%-
HSV(B)326.81º34.81%52.94%-
XYZ16.5213.3517.62-
YUV105.02133.07149.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=40.06%
G=26.11%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358811400.350.160.47326.8121.0843.73
Hex875872023102F147152c
Octal20713016204320575072554
Binary100001111011000111001001000111000010111110100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875872; }

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

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

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

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

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

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

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

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