#876774

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

Shades of Mauve Taupe #876774

Tints of Mauve Taupe #876774

Color information

#876774 (or 0x876774) is unknown color: approx Mauve Taupe. HEX triplet: 87, 67 and 74. RGB value is (135,103,116). Sum of RGB (Red+Green+Blue) = 135+103+116=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876774 is #78988B. Grayscale: #727272. Windows color (decimal): -7903372 or 7628679. OLE color: 7628679.

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

Color convert

RGB135103116-
CMYK00.240.140.47
HSL335.62º13.45%46.67%-
HSV(B)335.62º23.7%52.94%-
XYZ17.9916.1118.68-
YUV114.05129.1142.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=38.14%
G=29.10%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510311600.240.140.47335.6213.4546.67
Hex876774018E2F150d2f
Octal20714716403016575201557
Binary100001111100111111010001100011101011111010100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876774; }

 p { color: rgb(135,103,116); }

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

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

 a { background-color: rgb(135,103,116); }

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

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

 span { border-color: rgb(135,103,116); }

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