#876973

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

Shades of Mauve Taupe #876973

Tints of Mauve Taupe #876973

Color information

#876973 (or 0x876973) is unknown color: approx Mauve Taupe. HEX triplet: 87, 69 and 73. RGB value is (135,105,115). Sum of RGB (Red+Green+Blue) = 135+105+115=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #876973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876973 is #78968C. Grayscale: #737373. Windows color (decimal): -7902861 or 7563655. OLE color: 7563655.

HSL color Cylindrical-coordinate representation of color #876973: hue angle of 340º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876973 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB135105115-
CMYK00.220.150.47
HSL340º12.5%47.06%-
HSV(B)340º22.22%52.94%-
XYZ18.1416.4918.45-
YUV115.11127.94142.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=38.03%
G=29.58%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510511500.220.150.4734012.547.06
Hex876973016F2F154d2f
Octal20715116302617575241557
Binary100001111101001111001101011011111011111010101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876973; }

 p { color: rgb(135,105,115); }

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

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

 a { background-color: rgb(135,105,115); }

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

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

 span { border-color: rgb(135,105,115); }

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