COLOR #87716A

HEX: #87716A
RGB: (135,113,106)

Color info

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

RGB color model

#87716A color RGB value is (135,113,106).

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

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 106 of 255 = 42%

135
113
106

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

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 106 = 354 (100%)
R 135 of 354 ~ 38.14%
G 113 of 354 ~ 31.92%
B 106 of 354 ~ 29.94%

%38.14
%31.92
%29.94

CMYK color model

#87716A color CMYK value is (0,16,21,47).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK:
(0,16,21,47)
C0M16Y21K47 
(0%,16%,21%,47%)
(0.00/0.16/0.21/0.47)	

CMYK percentages

%0
%16.3
%21.48
%47.06

Codes

Color #87716A in popluar color models

87716A
RGB135113106
HSL14°12.03%47.25%
HSB/HSV14°21.48%52.94%
CMYK0.00%16.30%21.48%
47.06%

Color #87716A in popluar number systems.

HEX87716A
Decimal135113106
Binary1000011111100011101010
Octal207161152

Shades and tints

Shades of #87716A

#87716A
(135,113,106)
#7B6761
(123,103,97)
#6F5D58
(111,93,88)
#63534F
(99,83,79)
#574946
(87,73,70)
#4B3F3D
(75,63,61)
#3F3534
(63,53,52)
#332B2B
(51,43,43)
#272122
(39,33,34)
#1B1719
(27,23,25)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #87716A

#87716A
(135,113,106)
#917D77
(145,125,119)
#9B8984
(155,137,132)
#A59591
(165,149,145)
#AFA19E
(175,161,158)
#B9ADAB
(185,173,171)
#C3B9B8
(195,185,184)
#CDC5C5
(205,197,197)
#D7D1D2
(215,209,210)
#E1DDDF
(225,221,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87716A; }

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

This text font color is #87716A.


Background Color

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

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

This div background color is #87716A.


Border color

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

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

This div border color is #87716A.


Opacity

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

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

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

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

This text has shadow with #87716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87716A on black background.


Color preview on white background

This text has color #87716A on white background.



Black color preview on #87716A background

This text has black color on #87716A background.


White color preview on #87716A background

This text has white color on #87716A background.