COLOR #87726B

HEX: #87726B
RGB: (135,114,107)

Color info

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

RGB color model

#87726B color RGB value is (135,114,107).

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

RGB channels and saturation

R 135 of 255 = 53%
G 114 of 255 = 45%
B 107 of 255 = 42%

135
114
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 107 = 356 (100%)
R 135 of 356 ~ 37.92%
G 114 of 356 ~ 32.02%
B 107 of 356 ~ 30.06%

%37.92
%32.02
%30.06

CMYK color model

#87726B color CMYK value is (0,16,21,47).

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

Codes

Color #87726B in popluar color models

87726B
RGB135114107
HSL15°11.57%47.45%
HSB/HSV15°20.74%52.94%
CMYK0.00%15.56%20.74%
47.06%

Color #87726B in popluar number systems.

HEX87726B
Decimal135114107
Binary1000011111100101101011
Octal207162153

Shades and tints

Shades of #87726B

#87726B
(135,114,107)
#7B6862
(123,104,98)
#6F5E59
(111,94,89)
#635450
(99,84,80)
#574A47
(87,74,71)
#4B403E
(75,64,62)
#3F3635
(63,54,53)
#332C2C
(51,44,44)
#272223
(39,34,35)
#1B181A
(27,24,26)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #87726B

#87726B
(135,114,107)
#917E78
(145,126,120)
#9B8A85
(155,138,133)
#A59692
(165,150,146)
#AFA29F
(175,162,159)
#B9AEAC
(185,174,172)
#C3BAB9
(195,186,185)
#CDC6C6
(205,198,198)
#D7D2D3
(215,210,211)
#E1DEE0
(225,222,224)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87726B; }

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

This text font color is #87726B.


Background Color

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

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

This div background color is #87726B.


Border color

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

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

This div border color is #87726B.


Opacity

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

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

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

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

This text has shadow with #87726B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87726B on black background.


Color preview on white background

This text has color #87726B on white background.



Black color preview on #87726B background

This text has black color on #87726B background.


White color preview on #87726B background

This text has white color on #87726B background.