#876873

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

Shades of Mauve Taupe #876873

Tints of Mauve Taupe #876873

Color information

#876873 (or 0x876873) is unknown color: approx Mauve Taupe. HEX triplet: 87, 68 and 73. RGB value is (135,104,115). Sum of RGB (Red+Green+Blue) = 135+104+115=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876873 is #78978C. Grayscale: #727272. Windows color (decimal): -7903117 or 7563399. OLE color: 7563399.

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

Color convert

RGB135104115-
CMYK00.230.150.47
HSL338.71º12.97%46.86%-
HSV(B)338.71º22.96%52.94%-
XYZ18.0416.2918.41-
YUV114.52128.27142.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=38.14%
G=29.38%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510411500.230.150.47338.7112.9746.86
Hex876873017F2F153d2f
Octal20715016302717575231557
Binary100001111101000111001101011111111011111010100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876873; }

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

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

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

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

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

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

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

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