COLOR #87766B

HEX: #87766B
RGB: (135,118,107)

Color info

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

RGB color model

#87766B color RGB value is (135,118,107).

  • red value is 135;
  • green value is 118;
  • blue value is 107.
RGB: (135,118,107) (53%,46%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 107 of 255 = 42%

135
118
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 107 = 360 (100%)
R 135 of 360 ~ 37.5%
G 118 of 360 ~ 32.78%
B 107 of 360 ~ 29.72%

%37.5
%32.78
%29.72

CMYK color model

#87766B color CMYK value is (0,13,21,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK: (0,13,21,47) C0M13Y21K47 (0%,13%,21%,47%) (0.00/0.13/0.21/0.47)

CMYK percentages

%0
%12.59
%20.74
%47.06

Codes

Color #87766B in popluar color models

87766B
RGB135118107
HSL24°11.57%47.45%
HSB/HSV24°20.74%52.94%
CMYK0.00%12.59%20.74%
47.06%

Color #87766B in popluar number systems.

HEX87766B
Decimal135118107
Binary1000011111101101101011
Octal207166153

Shades and tints

Shades of #87766B

#87766B
(135,118,107)
#7B6C62
(123,108,98)
#6F6259
(111,98,89)
#635850
(99,88,80)
#574E47
(87,78,71)
#4B443E
(75,68,62)
#3F3A35
(63,58,53)
#33302C
(51,48,44)
#272623
(39,38,35)
#1B1C1A
(27,28,26)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #87766B

#87766B
(135,118,107)
#918278
(145,130,120)
#9B8E85
(155,142,133)
#A59A92
(165,154,146)
#AFA69F
(175,166,159)
#B9B2AC
(185,178,172)
#C3BEB9
(195,190,185)
#CDCAC6
(205,202,198)
#D7D6D3
(215,214,211)
#E1E2E0
(225,226,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87766B color. Also use rgb(135,118,107) instead hex code.

Text Font Color

.myTextColor { color: #87766B; }

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

This text font color is #87766B.


Background Color

.myBgColor { background-color: #87766B; }

<div style="background-color:#87766B">Inner text</div>

This div background color is #87766B.


Border color

.myBorderColor { border: 1px solid #87766B; }

<div style="border:3px solid #87766B">Div</div>

This div border color is #87766B.


Opacity

.myOpacity80 { color: #87766B; opacity: 0.8; }

<p style="color:#87766B;opacity:0.8;">80%</p>

Text with #87766B 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 #87766B;}

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

This text has shadow with #87766B color.

.textShadow {text-shadow: 3px 3px 1px #87766B, 3px 3px 1px red;}

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

This text has shadow with #87766B primary color and red secondary color.


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

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

This text has shadow with #87766B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #87766B; -webkit-box-shadow:	1px 1px 3px 2px #87766B; box-shadow:	1px 1px 3px 2px #87766B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87766B; -webkit-box-shadow: 1px 1px 3px 2px #87766B; box-shadow:1px 1px 3px 2px #87766B;">
Div content here</div>
This div box has shadow with color #87766B.

Preview

Color preview on black background

This text has color #87766B on black background.


Color preview on white background

This text has color #87766B on white background.



Black color preview on #87766B background

This text has black color on #87766B background.


White color preview on #87766B background

This text has white color on #87766B background.