#876070

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

Shades of Mauve Taupe #876070

Tints of Mauve Taupe #876070

Color information

#876070 (or 0x876070) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 70. RGB value is (135,96,112). Sum of RGB (Red+Green+Blue) = 135+96+112=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #876070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876070 is #789F8F. Grayscale: #6D6D6D. Windows color (decimal): -7905168 or 7364743. OLE color: 7364743.

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

Color convert

RGB13596112-
CMYK00.290.170.47
HSL335.38º16.88%45.29%-
HSV(B)335.38º28.89%52.94%-
XYZ17.114.6917.26-
YUV109.48129.42146.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=39.36%
G=27.99%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359611200.290.170.47335.3816.8845.29
Hex87607001D112F14f112d
Octal20714016003521575172155
Binary10000111110000011100000111011000110111110100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876070; }

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

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

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

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

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

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

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

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