COLOR #8B7E7C

HEX: #8B7E7C RGB: (139,126,124)

Color info

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

RGB color model

#8B7E7C color RGB value is (139,126,124).

RGB: (139,126,124) (55%, 49%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 126 of 255 = 49%
B 124 of 255 = 49%

139
126
124

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

Portions of RGB colors in percentages

R + G + B = 139 + 126 + 124 = 389 (100%)
R 139 of 389 ~ 35.73%
G 126 of 389 ~ 32.39%
B 124 of 389 ~ 31.88'%

%35.73
%32.39
%31.88

CMYK color model

#8B7E7C color CMYK value is (0,9,11,45).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 10.79%
  • key color value is 45.49%

CMYK: (0,9,11,45)
C0M9Y11K45 (0%, 9%, 11%, 45%)
(0.00 / 0.09 / 0.11 / 0.45)

CMYK percentages

%0
%9.35
%10.79
%45.49

Codes

Color #8B7E7C in popluar color models

8B 7E 7C
RGB 139 126 124
HSL 6.07% 51.57%
HSB/HSV 10.79% 54.51%
CMYK 0.00% 9.35% 10.79%
45.49%

Color #8B7E7C in popluar number systems.

HEX 8B 7E 7C
Decimal 139 126 124
Binary 10001011 1111110 1111100
Octal 213 176 174

Shades and tints

Shades of #8B7E7C

#8B7E7C
(139,126,124)
#7F7371
(127,115,113)
#736866
(115,104,102)
#675D5B
(103,93,91)
#5B5250
(91,82,80)
#4F4745
(79,71,69)
#433C3A
(67,60,58)
#37312F
(55,49,47)
#2B2624
(43,38,36)
#1F1B19
(31,27,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B7E7C

#8B7E7C
(139,126,124)
#958987
(149,137,135)
#9F9492
(159,148,146)
#A99F9D
(169,159,157)
#B3AAA8
(179,170,168)
#BDB5B3
(189,181,179)
#C7C0BE
(199,192,190)
#D1CBC9
(209,203,201)
#DBD6D4
(219,214,212)
#E5E1DF
(229,225,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7E7C; }

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

This text font color is #8B7E7C.

Background Color

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

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

This div background color is #8B7E7C.

Border color

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

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

This div border color is #8B7E7C.

Opacity

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

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

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

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

This text has shadow with #8B7E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7E7C.

Preview

Color preview on black background

This text has color #8B7E7C on black background.


Color preview on white background

This text has color #8B7E7C on white background.


Black color preview on #8B7E7C background

This text has black color on #8B7E7C background.


White color preview on #8B7E7C background

This text has white color on #8B7E7C background.


Related colors

Complementary color

Complementary color for #hex is #748183.


I love getcolorcode.com

Triadic colors

1 #7C8B7E and #7E7C8B with #8B7E7C are triadic colors.

2 #7C7E8B and #7E8B7C with #8B7E7C are triadic colors.