#876670

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

Shades of Mauve Taupe #876670

Tints of Mauve Taupe #876670

Color information

#876670 (or 0x876670) is unknown color: approx Mauve Taupe. HEX triplet: 87, 66 and 70. RGB value is (135,102,112). Sum of RGB (Red+Green+Blue) = 135+102+112=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #876670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876670 is #78998F. Grayscale: #717171. Windows color (decimal): -7903632 or 7366279. OLE color: 7366279.

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

Color convert

RGB135102112-
CMYK00.240.170.47
HSL341.82º13.92%46.47%-
HSV(B)341.82º24.44%52.94%-
XYZ17.6715.8217.45-
YUV113.01127.43143.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=38.68%
G=29.23%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510211200.240.170.47341.8213.9246.47
Hex876670018112F156e2e
Octal20714616003021575261656
Binary1000011111001101110000011000100011011111010101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876670; }

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

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

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

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

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

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

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

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