COLOR #8B7E72

HEX: #8B7E72
RGB: (139,126,114)

Color info

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

RGB color model

#8B7E72 color RGB value is (139,126,114).

  • red value is 139;
  • green value is 126;
  • blue value is 114.
RGB:
(139,126,114)
(55%,49%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 126 of 255 = 49%
B 114 of 255 = 45%

139
126
114

R + G + B ~ 50%. #8B7E72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 126 + 114 = 379 (100%)
R 139 of 379 ~ 36.68%
G 126 of 379 ~ 33.25%
B 114 of 379 ~ 30.08%

%36.68
%33.25
%30.08

CMYK color model

#8B7E72 color CMYK value is (0,9,18,45).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 17.99%
  • key color value is 45.49%
CMYK:
(0,9,18,45)
C0M9Y18K45 
(0%,9%,18%,45%)
(0.00/0.09/0.18/0.45)	

CMYK percentages

%0
%9.35
%17.99
%45.49

Codes

Color #8B7E72 in popluar color models

8B7E72
RGB139126114
HSL29°9.88%49.61%
HSB/HSV29°17.99%54.51%
CMYK0.00%9.35%17.99%
45.49%

Color #8B7E72 in popluar number systems.

HEX8B7E72
Decimal139126114
Binary1000101111111101110010
Octal213176162

Shades and tints

Shades of #8B7E72

#8B7E72
(139,126,114)
#7F7368
(127,115,104)
#73685E
(115,104,94)
#675D54
(103,93,84)
#5B524A
(91,82,74)
#4F4740
(79,71,64)
#433C36
(67,60,54)
#37312C
(55,49,44)
#2B2622
(43,38,34)
#1F1B18
(31,27,24)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B7E72

#8B7E72
(139,126,114)
#95897E
(149,137,126)
#9F948A
(159,148,138)
#A99F96
(169,159,150)
#B3AAA2
(179,170,162)
#BDB5AE
(189,181,174)
#C7C0BA
(199,192,186)
#D1CBC6
(209,203,198)
#DBD6D2
(219,214,210)
#E5E1DE
(229,225,222)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7E72 color. Also use rgb(139,126,114) instead hex code.

Text Font Color

.myTextColor { color: #8B7E72; }

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

This text font color is #8B7E72.


Background Color

.myBgColor { background-color: #8B7E72; }

<div style="background-color:#8B7E72">Inner text</div>

This div background color is #8B7E72.


Border color

.myBorderColor { border: 1px solid #8B7E72; }

<div style="border:3px solid #8B7E72">Div</div>

This div border color is #8B7E72.


Opacity

.myOpacity80 { color: #8B7E72; opacity: 0.8; }

<p style="color:#8B7E72;opacity:0.8;">80%</p>

Text with #8B7E72 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 #8B7E72;}

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

This text has shadow with #8B7E72 color.

.textShadow {text-shadow: 3px 3px 1px #8B7E72, 3px 3px 1px red;}

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

This text has shadow with #8B7E72 primary color and red secondary color.


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

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

This text has shadow with #8B7E72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7E72 on black background.


Color preview on white background

This text has color #8B7E72 on white background.



Black color preview on #8B7E72 background

This text has black color on #8B7E72 background.


White color preview on #8B7E72 background

This text has white color on #8B7E72 background.