COLOR #87766A

HEX: #87766A
RGB: (135,118,106)

Color info

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

RGB color model

#87766A color RGB value is (135,118,106).

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

RGB channels and saturation

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

135
118
106

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 106 = 359 (100%)
R 135 of 359 ~ 37.6%
G 118 of 359 ~ 32.87%
B 106 of 359 ~ 29.53%

%37.6
%32.87
%29.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 21.48%
  • 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
%21.48
%47.06

Codes

Color #87766A in popluar color models

87766A
RGB135118106
HSL25°12.03%47.25%
HSB/HSV25°21.48%52.94%
CMYK0.00%12.59%21.48%
47.06%

Color #87766A in popluar number systems.

HEX87766A
Decimal135118106
Binary1000011111101101101010
Octal207166152

Shades and tints

Shades of #87766A

#87766A
(135,118,106)
#7B6C61
(123,108,97)
#6F6258
(111,98,88)
#63584F
(99,88,79)
#574E46
(87,78,70)
#4B443D
(75,68,61)
#3F3A34
(63,58,52)
#33302B
(51,48,43)
#272622
(39,38,34)
#1B1C19
(27,28,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #87766A

#87766A
(135,118,106)
#918277
(145,130,119)
#9B8E84
(155,142,132)
#A59A91
(165,154,145)
#AFA69E
(175,166,158)
#B9B2AB
(185,178,171)
#C3BEB8
(195,190,184)
#CDCAC5
(205,202,197)
#D7D6D2
(215,214,210)
#E1E2DF
(225,226,223)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87766A; }

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

This text font color is #87766A.


Background Color

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

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

This div background color is #87766A.


Border color

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

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

This div border color is #87766A.


Opacity

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

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

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

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

This text has shadow with #87766A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87766A on black background.


Color preview on white background

This text has color #87766A on white background.



Black color preview on #87766A background

This text has black color on #87766A background.


White color preview on #87766A background

This text has white color on #87766A background.