#87676E

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

Shades of Mauve Taupe #87676E

Tints of Mauve Taupe #87676E

Color information

#87676E (or 0x87676E) is unknown color: approx Mauve Taupe. HEX triplet: 87, 67 and 6E. RGB value is (135,103,110). Sum of RGB (Red+Green+Blue) = 135+103+110=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #87676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87676E is #789891. Grayscale: #717171. Windows color (decimal): -7903378 or 7235463. OLE color: 7235463.

HSL color Cylindrical-coordinate representation of color #87676E: hue angle of 346.88º 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 #87676E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135103110-
CMYK00.240.190.47
HSL346.88º13.45%46.67%-
HSV(B)346.88º23.7%52.94%-
XYZ17.6615.9816.91-
YUV113.37126.1143.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=38.79%
G=29.60%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510311000.240.190.47346.8813.4546.67
Hex87676E018132F15bd2f
Octal20714715603023575331557
Binary1000011111001111101110011000100111011111010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87676E; }

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

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

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

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

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

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

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

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