COLOR #87726A

HEX: #87726A
RGB: (135,114,106)

Color info

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

RGB color model

#87726A color RGB value is (135,114,106).

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

RGB channels and saturation

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

135
114
106

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 106 = 355 (100%)
R 135 of 355 ~ 38.03%
G 114 of 355 ~ 32.11%
B 106 of 355 ~ 29.86%

%38.03
%32.11
%29.86

CMYK color model

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

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

Codes

Color #87726A in popluar color models

87726A
RGB135114106
HSL17°12.03%47.25%
HSB/HSV17°21.48%52.94%
CMYK0.00%15.56%21.48%
47.06%

Color #87726A in popluar number systems.

HEX87726A
Decimal135114106
Binary1000011111100101101010
Octal207162152

Shades and tints

Shades of #87726A

#87726A
(135,114,106)
#7B6861
(123,104,97)
#6F5E58
(111,94,88)
#63544F
(99,84,79)
#574A46
(87,74,70)
#4B403D
(75,64,61)
#3F3634
(63,54,52)
#332C2B
(51,44,43)
#272222
(39,34,34)
#1B1819
(27,24,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #87726A

#87726A
(135,114,106)
#917E77
(145,126,119)
#9B8A84
(155,138,132)
#A59691
(165,150,145)
#AFA29E
(175,162,158)
#B9AEAB
(185,174,171)
#C3BAB8
(195,186,184)
#CDC6C5
(205,198,197)
#D7D2D2
(215,210,210)
#E1DEDF
(225,222,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87726A; }

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

This text font color is #87726A.


Background Color

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

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

This div background color is #87726A.


Border color

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

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

This div border color is #87726A.


Opacity

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

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

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

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

This text has shadow with #87726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87726A on black background.


Color preview on white background

This text has color #87726A on white background.



Black color preview on #87726A background

This text has black color on #87726A background.


White color preview on #87726A background

This text has white color on #87726A background.