COLOR #87736D

HEX: #87736D RGB: (135,115,109)

Color info

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

RGB color model

#87736D color RGB value is (135,115,109).

RGB: (135,115,109) (53%, 45%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 109 of 255 = 43%

135
115
109

R + G + B ~ 47%. #87736D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 115 + 109 = 359 (100%)
R 135 of 359 ~ 37.6%
G 115 of 359 ~ 32.03%
B 109 of 359 ~ 30.36'%

%37.6
%32.03
%30.36

CMYK color model

#87736D color CMYK value is (0,15,19,47).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 19.26%
  • key color value is 47.06%

CMYK: (0,15,19,47)
C0M15Y19K47 (0%, 15%, 19%, 47%)
(0.00 / 0.15 / 0.19 / 0.47)

CMYK percentages

%0
%14.81
%19.26
%47.06

Codes

Color #87736D in popluar color models

87 73 6D
RGB 135 115 109
HSL 14° 10.66% 47.84%
HSB/HSV 14° 19.26% 52.94%
CMYK 0.00% 14.81% 19.26%
47.06%

Color #87736D in popluar number systems.

HEX 87 73 6D
Decimal 135 115 109
Binary 10000111 1110011 1101101
Octal 207 163 155

Shades and tints

Shades of #87736D

#87736D
(135,115,109)
#7B6964
(123,105,100)
#6F5F5B
(111,95,91)
#635552
(99,85,82)
#574B49
(87,75,73)
#4B4140
(75,65,64)
#3F3737
(63,55,55)
#332D2E
(51,45,46)
#272325
(39,35,37)
#1B191C
(27,25,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #87736D

#87736D
(135,115,109)
#917F7A
(145,127,122)
#9B8B87
(155,139,135)
#A59794
(165,151,148)
#AFA3A1
(175,163,161)
#B9AFAE
(185,175,174)
#C3BBBB
(195,187,187)
#CDC7C8
(205,199,200)
#D7D3D5
(215,211,213)
#E1DFE2
(225,223,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87736D color. Also use rgb(135,115,109) instead hex code.

Text Font Color

.myTextColor { color: #87736D; }

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

This text font color is #87736D.

Background Color

.myBgColor { background-color: #87736D; }

<div style="background-color:#87736D">Inner text</div>

This div background color is #87736D.

Border color

.myBorderColor { border: 1px solid #87736D; }

<div style="border:3px solid #87736D">Div</div>

This div border color is #87736D.

Opacity

.myOpacity80 { color: #87736D; opacity: 0.8; }

<p style="color:#87736D;opacity:0.8;">80%</p>

Text with #87736D 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 #87736D;}

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

This text has shadow with #87736D color.


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

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

This text has shadow with #87736D primary color and red secondary color.


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

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

This text has shadow with #87736D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87736D.

Preview

Color preview on black background

This text has color #87736D on black background.


Color preview on white background

This text has color #87736D on white background.


Black color preview on #87736D background

This text has black color on #87736D background.


White color preview on #87736D background

This text has white color on #87736D background.


Related colors

Complementary color

Complementary color for #hex is #788C92.


I love getcolorcode.com

Triadic colors

1 #6D8773 and #736D87 with #87736D are triadic colors.

2 #6D7387 and #73876D with #87736D are triadic colors.