COLOR #8B727E

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

Color info

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

RGB color model

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

RGB: (139,114,126) (55%, 45%, 49%)

RGB channels and saturation

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

139
114
126

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

Portions of RGB colors in percentages

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

%36.68
%30.08
%33.25

CMYK color model

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

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

CMYK percentages

%0
%17.99
%9.35
%45.49

Codes

Color #8B727E in popluar color models

8B 72 7E
RGB 139 114 126
HSL 331° 9.88% 49.61%
HSB/HSV 331° 17.99% 54.51%
CMYK 0.00% 17.99% 9.35%
45.49%

Color #8B727E in popluar number systems.

HEX 8B 72 7E
Decimal 139 114 126
Binary 10001011 1110010 1111110
Octal 213 162 176

Shades and tints

Shades of #8B727E

#8B727E
(139,114,126)
#7F6873
(127,104,115)
#735E68
(115,94,104)
#67545D
(103,84,93)
#5B4A52
(91,74,82)
#4F4047
(79,64,71)
#43363C
(67,54,60)
#372C31
(55,44,49)
#2B2226
(43,34,38)
#1F181B
(31,24,27)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #8B727E

#8B727E
(139,114,126)
#957E89
(149,126,137)
#9F8A94
(159,138,148)
#A9969F
(169,150,159)
#B3A2AA
(179,162,170)
#BDAEB5
(189,174,181)
#C7BAC0
(199,186,192)
#D1C6CB
(209,198,203)
#DBD2D6
(219,210,214)
#E5DEE1
(229,222,225)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B727E; }

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

This text font color is #8B727E.

Background Color

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

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

This div background color is #8B727E.

Border color

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

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

This div border color is #8B727E.

Opacity

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

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

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

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

This text has shadow with #8B727E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B727E.

Preview

Color preview on black background

This text has color #8B727E on black background.


Color preview on white background

This text has color #8B727E on white background.


Black color preview on #8B727E background

This text has black color on #8B727E background.


White color preview on #8B727E background

This text has white color on #8B727E background.


Related colors

Complementary color

Complementary color for #hex is #748D81.


I love getcolorcode.com

Triadic colors

1 #7E8B72 and #727E8B with #8B727E are triadic colors.

2 #7E728B and #728B7E with #8B727E are triadic colors.