COLOR #8B7C77

HEX: #8B7C77 RGB: (139,124,119)

Color info

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

RGB color model

#8B7C77 color RGB value is (139,124,119).

RGB: (139,124,119) (55%, 49%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 119 of 255 = 47%

139
124
119

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

Portions of RGB colors in percentages

R + G + B = 139 + 124 + 119 = 382 (100%)
R 139 of 382 ~ 36.39%
G 124 of 382 ~ 32.46%
B 119 of 382 ~ 31.15'%

%36.39
%32.46
%31.15

CMYK color model

#8B7C77 color CMYK value is (0,11,14,45).

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

CMYK: (0,11,14,45)
C0M11Y14K45 (0%, 11%, 14%, 45%)
(0.00 / 0.11 / 0.14 / 0.45)

CMYK percentages

%0
%10.79
%14.39
%45.49

Codes

Color #8B7C77 in popluar color models

8B 7C 77
RGB 139 124 119
HSL 15° 7.94% 50.59%
HSB/HSV 15° 14.39% 54.51%
CMYK 0.00% 10.79% 14.39%
45.49%

Color #8B7C77 in popluar number systems.

HEX 8B 7C 77
Decimal 139 124 119
Binary 10001011 1111100 1110111
Octal 213 174 167

Shades and tints

Shades of #8B7C77

#8B7C77
(139,124,119)
#7F716D
(127,113,109)
#736663
(115,102,99)
#675B59
(103,91,89)
#5B504F
(91,80,79)
#4F4545
(79,69,69)
#433A3B
(67,58,59)
#372F31
(55,47,49)
#2B2427
(43,36,39)
#1F191D
(31,25,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #8B7C77

#8B7C77
(139,124,119)
#958783
(149,135,131)
#9F928F
(159,146,143)
#A99D9B
(169,157,155)
#B3A8A7
(179,168,167)
#BDB3B3
(189,179,179)
#C7BEBF
(199,190,191)
#D1C9CB
(209,201,203)
#DBD4D7
(219,212,215)
#E5DFE3
(229,223,227)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7C77; }

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

This text font color is #8B7C77.

Background Color

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

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

This div background color is #8B7C77.

Border color

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

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

This div border color is #8B7C77.

Opacity

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

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

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

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

This text has shadow with #8B7C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7C77.

Preview

Color preview on black background

This text has color #8B7C77 on black background.


Color preview on white background

This text has color #8B7C77 on white background.


Black color preview on #8B7C77 background

This text has black color on #8B7C77 background.


White color preview on #8B7C77 background

This text has white color on #8B7C77 background.


Related colors

Complementary color

Complementary color for #hex is #748388.


I love getcolorcode.com

Triadic colors

1 #778B7C and #7C778B with #8B7C77 are triadic colors.

2 #777C8B and #7C8B77 with #8B7C77 are triadic colors.