#876170

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

Shades of Mauve Taupe #876170

Tints of Mauve Taupe #876170

Color information

#876170 (or 0x876170) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 70. RGB value is (135,97,112). Sum of RGB (Red+Green+Blue) = 135+97+112=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #876170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876170 is #789E8F. Grayscale: #6E6E6E. Windows color (decimal): -7904912 or 7364999. OLE color: 7364999.

HSL color Cylindrical-coordinate representation of color #876170: hue angle of 336.32º 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 #876170 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13597112-
CMYK00.280.170.47
HSL336.32º16.38%45.49%-
HSV(B)336.32º28.15%52.94%-
XYZ17.1914.8717.29-
YUV110.07129.09145.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=39.24%
G=28.20%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359711200.280.170.47336.3216.3845.49
Hex87617001C112F150102d
Octal20714116003421575202055
Binary10000111110000111100000111001000110111110101000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876170; }

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

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

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

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

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

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

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

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