COLOR #87766F

HEX: #87766F
RGB: (135,118,111)

Color info

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

RGB color model

#87766F color RGB value is (135,118,111).

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

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 111 of 255 = 44%

135
118
111

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 111 = 364 (100%)
R 135 of 364 ~ 37.09%
G 118 of 364 ~ 32.42%
B 111 of 364 ~ 30.49%

%37.09
%32.42
%30.49

CMYK color model

#87766F color CMYK value is (0,13,18,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(0,13,18,47)
C0M13Y18K47 
(0%,13%,18%,47%)
(0.00/0.13/0.18/0.47)	

CMYK percentages

%0
%12.59
%17.78
%47.06

Codes

Color #87766F in popluar color models

87766F
RGB135118111
HSL18°9.76%48.24%
HSB/HSV18°17.78%52.94%
CMYK0.00%12.59%17.78%
47.06%

Color #87766F in popluar number systems.

HEX87766F
Decimal135118111
Binary1000011111101101101111
Octal207166157

Shades and tints

Shades of #87766F

#87766F
(135,118,111)
#7B6C65
(123,108,101)
#6F625B
(111,98,91)
#635851
(99,88,81)
#574E47
(87,78,71)
#4B443D
(75,68,61)
#3F3A33
(63,58,51)
#333029
(51,48,41)
#27261F
(39,38,31)
#1B1C15
(27,28,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #87766F

#87766F
(135,118,111)
#91827C
(145,130,124)
#9B8E89
(155,142,137)
#A59A96
(165,154,150)
#AFA6A3
(175,166,163)
#B9B2B0
(185,178,176)
#C3BEBD
(195,190,189)
#CDCACA
(205,202,202)
#D7D6D7
(215,214,215)
#E1E2E4
(225,226,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87766F; }

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

This text font color is #87766F.


Background Color

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

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

This div background color is #87766F.


Border color

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

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

This div border color is #87766F.


Opacity

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

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

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

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

This text has shadow with #87766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87766F on black background.


Color preview on white background

This text has color #87766F on white background.



Black color preview on #87766F background

This text has black color on #87766F background.


White color preview on #87766F background

This text has white color on #87766F background.