#87616C

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

Shades of Mauve Taupe #87616C

Tints of Mauve Taupe #87616C

Color information

#87616C (or 0x87616C) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 6C. RGB value is (135,97,108). Sum of RGB (Red+Green+Blue) = 135+97+108=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87616C is #789E93. Grayscale: #6D6D6D. Windows color (decimal): -7904916 or 7102855. OLE color: 7102855.

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

Color convert

RGB13597108-
CMYK00.280.20.47
HSL342.63º16.38%45.49%-
HSV(B)342.63º28.15%52.94%-
XYZ16.9714.7816.15-
YUV109.62127.09146.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=39.71%
G=28.53%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359710800.280.20.47342.6316.3845.49
Hex87616C01C142F157102d
Octal20714115403424575272055
Binary10000111110000111011000111001010010111110101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87616C; }

 p { color: rgb(135,97,108); }

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

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

 a { background-color: rgb(135,97,108); }

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

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

 span { border-color: rgb(135,97,108); }

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