#876173

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

Shades of Mauve Taupe #876173

Tints of Mauve Taupe #876173

Color information

#876173 (or 0x876173) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 73. RGB value is (135,97,115). Sum of RGB (Red+Green+Blue) = 135+97+115=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #876173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876173 is #789E8C. Grayscale: #6E6E6E. Windows color (decimal): -7904909 or 7561607. OLE color: 7561607.

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

Color convert

RGB13597115-
CMYK00.280.150.47
HSL331.58º16.38%45.49%-
HSV(B)331.58º28.15%52.94%-
XYZ17.3614.9418.19-
YUV110.41130.59145.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=38.90%
G=27.95%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359711500.280.150.47331.5816.3845.49
Hex87617301CF2F14c102d
Octal20714116303417575142055
Binary1000011111000011110011011100111110111110100110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876173; }

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

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

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

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

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

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

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

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