#87666F

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

Shades of Mauve Taupe #87666F

Tints of Mauve Taupe #87666F

Color information

#87666F (or 0x87666F) is unknown color: approx Mauve Taupe. HEX triplet: 87, 66 and 6F. RGB value is (135,102,111). Sum of RGB (Red+Green+Blue) = 135+102+111=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #87666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87666F is #789990. Grayscale: #707070. Windows color (decimal): -7903633 or 7300743. OLE color: 7300743.

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

Color convert

RGB135102111-
CMYK00.240.180.47
HSL343.64º13.92%46.47%-
HSV(B)343.64º24.44%52.94%-
XYZ17.6115.817.16-
YUV112.89126.93143.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=38.79%
G=29.31%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510211100.240.180.47343.6413.9246.47
Hex87666F018122F158e2e
Octal20714615703022575301656
Binary1000011111001101101111011000100101011111010110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87666F; }

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

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

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

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

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

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

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

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