#875F72

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

Shades of Mauve Taupe #875F72

Tints of Mauve Taupe #875F72

Color information

#875F72 (or 0x875F72) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5F and 72. RGB value is (135,95,114). Sum of RGB (Red+Green+Blue) = 135+95+114=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #875F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F72 is #78A08D. Grayscale: #6D6D6D. Windows color (decimal): -7905422 or 7495559. OLE color: 7495559.

HSL color Cylindrical-coordinate representation of color #875F72: hue angle of 331.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875F72 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13595114-
CMYK00.300.160.47
HSL331.5º17.39%45.1%-
HSV(B)331.5º29.63%52.94%-
XYZ17.1214.5517.83-
YUV109.13130.75146.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=39.24%
G=27.62%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359511400.300.160.47331.517.3945.1
Hex875F7201E102F14c112d
Octal20713716203620575142155
Binary10000111101111111100100111101000010111110100110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F72; }

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

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

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

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

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

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

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

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