COLOR #87656C

HEX: #87656C RGB: (135,101,108)

Color info

#87656C contains red, green and blue colors in about the same proportion. Web safe color of #87656C is #996666 (or #966).

RGB color model

#87656C color RGB value is (135,101,108).

RGB: (135,101,108) (53%, 40%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 108 of 255 = 42%

135
101
108

R + G + B ~ 45%. #87656C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 101 + 108 = 344 (100%)
R 135 of 344 ~ 39.24%
G 101 of 344 ~ 29.36%
B 108 of 344 ~ 31.4'%

%39.24
%29.36
%31.4

CMYK color model

#87656C color CMYK value is (0,25,20,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 20.00%
  • key color value is 47.06%

CMYK: (0,25,20,47)
C0M25Y20K47 (0%, 25%, 20%, 47%)
(0.00 / 0.25 / 0.20 / 0.47)

CMYK percentages

%0
%25.19
%20
%47.06

Codes

Color #87656C in popluar color models

87 65 6C
RGB 135 101 108
HSL 348° 14.41% 46.27%
HSB/HSV 348° 25.19% 52.94%
CMYK 0.00% 25.19% 20.00%
47.06%

Color #87656C in popluar number systems.

HEX 87 65 6C
Decimal 135 101 108
Binary 10000111 1100101 1101100
Octal 207 145 154

Shades and tints

Shades of #87656C

#87656C
(135,101,108)
#7B5C63
(123,92,99)
#6F535A
(111,83,90)
#634A51
(99,74,81)
#574148
(87,65,72)
#4B383F
(75,56,63)
#3F2F36
(63,47,54)
#33262D
(51,38,45)
#271D24
(39,29,36)
#1B141B
(27,20,27)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #87656C

#87656C
(135,101,108)
#917379
(145,115,121)
#9B8186
(155,129,134)
#A58F93
(165,143,147)
#AF9DA0
(175,157,160)
#B9ABAD
(185,171,173)
#C3B9BA
(195,185,186)
#CDC7C7
(205,199,199)
#D7D5D4
(215,213,212)
#E1E3E1
(225,227,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87656C color. Also use rgb(135,101,108) instead hex code.

Text Font Color

.myTextColor { color: #87656C; }

<p style="color:#87656C">This sample text font color is #87656C.</p>

This text font color is #87656C.

Background Color

.myBgColor { background-color: #87656C; }

<div style="background-color:#87656C">Inner text</div>

This div background color is #87656C.

Border color

.myBorderColor { border: 1px solid #87656C; }

<div style="border:3px solid #87656C">Div</div>

This div border color is #87656C.

Opacity

.myOpacity80 { color: #87656C; opacity: 0.8; }

<p style="color:#87656C;opacity:0.8;">80%</p>

Text with #87656C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87656C;}

<p style="text-shadow: 3px 3px 1px #87656C">Text here.</p>

This text has shadow with #87656C color.


.textShadow {text-shadow: 3px 3px 1px #87656C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87656C, 5px 5px 20px red">Text here.</p>

This text has shadow with #87656C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87656C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87656C, Direction=45, Strength=4)">Text</p>

This text has shadow with #87656C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87656C;
-webkit-box-shadow: 1px 1px 3px 2px #87656C;
box-shadow: 1px 1px 3px 2px #87656C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87656C; -webkit-box-shadow: 1px 1px 3px 2px #87656C; box-shadow:1px 1px 3px 2px #87656C;">
Div content here
</div>

This div box has shadow with color #87656C.

Preview

Color preview on black background

This text has color #87656C on black background.


Color preview on white background

This text has color #87656C on white background.


Black color preview on #87656C background

This text has black color on #87656C background.


White color preview on #87656C background

This text has white color on #87656C background.


Related colors

Complementary color

Complementary color for #hex is #789A93.


I love getcolorcode.com

Triadic colors

1 #6C8765 and #656C87 with #87656C are triadic colors.

2 #6C6587 and #65876C with #87656C are triadic colors.