COLOR #8B7C76

HEX: #8B7C76 RGB: (139,124,118)

Color info

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

RGB color model

#8B7C76 color RGB value is (139,124,118).

RGB: (139,124,118) (55%, 49%, 46%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 118 of 255 = 46%

139
124
118

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

Portions of RGB colors in percentages

R + G + B = 139 + 124 + 118 = 381 (100%)
R 139 of 381 ~ 36.48%
G 124 of 381 ~ 32.55%
B 118 of 381 ~ 30.97'%

%36.48
%32.55
%30.97

CMYK color model

#8B7C76 color CMYK value is (0,11,15,45).

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

CMYK: (0,11,15,45)
C0M11Y15K45 (0%, 11%, 15%, 45%)
(0.00 / 0.11 / 0.15 / 0.45)

CMYK percentages

%0
%10.79
%15.11
%45.49

Codes

Color #8B7C76 in popluar color models

8B 7C 76
RGB 139 124 118
HSL 17° 8.30% 50.39%
HSB/HSV 17° 15.11% 54.51%
CMYK 0.00% 10.79% 15.11%
45.49%

Color #8B7C76 in popluar number systems.

HEX 8B 7C 76
Decimal 139 124 118
Binary 10001011 1111100 1110110
Octal 213 174 166

Shades and tints

Shades of #8B7C76

#8B7C76
(139,124,118)
#7F716C
(127,113,108)
#736662
(115,102,98)
#675B58
(103,91,88)
#5B504E
(91,80,78)
#4F4544
(79,69,68)
#433A3A
(67,58,58)
#372F30
(55,47,48)
#2B2426
(43,36,38)
#1F191C
(31,25,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #8B7C76

#8B7C76
(139,124,118)
#958782
(149,135,130)
#9F928E
(159,146,142)
#A99D9A
(169,157,154)
#B3A8A6
(179,168,166)
#BDB3B2
(189,179,178)
#C7BEBE
(199,190,190)
#D1C9CA
(209,201,202)
#DBD4D6
(219,212,214)
#E5DFE2
(229,223,226)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7C76; }

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

This text font color is #8B7C76.

Background Color

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

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

This div background color is #8B7C76.

Border color

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

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

This div border color is #8B7C76.

Opacity

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

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

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

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

This text has shadow with #8B7C76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7C76.

Preview

Color preview on black background

This text has color #8B7C76 on black background.


Color preview on white background

This text has color #8B7C76 on white background.


Black color preview on #8B7C76 background

This text has black color on #8B7C76 background.


White color preview on #8B7C76 background

This text has white color on #8B7C76 background.


Related colors

Complementary color

Complementary color for #hex is #748389.


I love getcolorcode.com

Triadic colors

1 #768B7C and #7C768B with #8B7C76 are triadic colors.

2 #767C8B and #7C8B76 with #8B7C76 are triadic colors.