COLOR #8B727A

HEX: #8B727A RGB: (139,114,122)

Color info

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

RGB color model

#8B727A color RGB value is (139,114,122).

RGB: (139,114,122) (55%, 45%, 48%)

RGB channels and saturation

R 139 of 255 = 55%
G 114 of 255 = 45%
B 122 of 255 = 48%

139
114
122

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

Portions of RGB colors in percentages

R + G + B = 139 + 114 + 122 = 375 (100%)
R 139 of 375 ~ 37.07%
G 114 of 375 ~ 30.4%
B 122 of 375 ~ 32.53'%

%37.07
%30.4
%32.53

CMYK color model

#8B727A color CMYK value is (0,18,12,45).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 12.23%
  • key color value is 45.49%

CMYK: (0,18,12,45)
C0M18Y12K45 (0%, 18%, 12%, 45%)
(0.00 / 0.18 / 0.12 / 0.45)

CMYK percentages

%0
%17.99
%12.23
%45.49

Codes

Color #8B727A in popluar color models

8B 72 7A
RGB 139 114 122
HSL 341° 9.88% 49.61%
HSB/HSV 341° 17.99% 54.51%
CMYK 0.00% 17.99% 12.23%
45.49%

Color #8B727A in popluar number systems.

HEX 8B 72 7A
Decimal 139 114 122
Binary 10001011 1110010 1111010
Octal 213 162 172

Shades and tints

Shades of #8B727A

#8B727A
(139,114,122)
#7F686F
(127,104,111)
#735E64
(115,94,100)
#675459
(103,84,89)
#5B4A4E
(91,74,78)
#4F4043
(79,64,67)
#433638
(67,54,56)
#372C2D
(55,44,45)
#2B2222
(43,34,34)
#1F1817
(31,24,23)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #8B727A

#8B727A
(139,114,122)
#957E86
(149,126,134)
#9F8A92
(159,138,146)
#A9969E
(169,150,158)
#B3A2AA
(179,162,170)
#BDAEB6
(189,174,182)
#C7BAC2
(199,186,194)
#D1C6CE
(209,198,206)
#DBD2DA
(219,210,218)
#E5DEE6
(229,222,230)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B727A; }

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

This text font color is #8B727A.

Background Color

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

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

This div background color is #8B727A.

Border color

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

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

This div border color is #8B727A.

Opacity

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

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

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

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

This text has shadow with #8B727A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B727A.

Preview

Color preview on black background

This text has color #8B727A on black background.


Color preview on white background

This text has color #8B727A on white background.


Black color preview on #8B727A background

This text has black color on #8B727A background.


White color preview on #8B727A background

This text has white color on #8B727A background.


Related colors

Complementary color

Complementary color for #hex is #748D85.


I love getcolorcode.com

Triadic colors

1 #7A8B72 and #727A8B with #8B727A are triadic colors.

2 #7A728B and #728B7A with #8B727A are triadic colors.