COLOR #8B776F

HEX: #8B776F
RGB: (139,119,111)

Color info

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

RGB color model

#8B776F color RGB value is (139,119,111).

  • red value is 139;
  • green value is 119;
  • blue value is 111.
RGB:
(139,119,111)
(55%,47%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 111 of 255 = 44%

139
119
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 119 + 111 = 369 (100%)
R 139 of 369 ~ 37.67%
G 119 of 369 ~ 32.25%
B 111 of 369 ~ 30.08%

%37.67
%32.25
%30.08

CMYK color model

#8B776F color CMYK value is (0,14,20,45).

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,14,20,45)
C0M14Y20K45 
(0%,14%,20%,45%)
(0.00/0.14/0.20/0.45)	

CMYK percentages

%0
%14.39
%20.14
%45.49

Codes

Color #8B776F in popluar color models

8B776F
RGB139119111
HSL17°11.20%49.02%
HSB/HSV17°20.14%54.51%
CMYK0.00%14.39%20.14%
45.49%

Color #8B776F in popluar number systems.

HEX8B776F
Decimal139119111
Binary1000101111101111101111
Octal213167157

Shades and tints

Shades of #8B776F

#8B776F
(139,119,111)
#7F6D65
(127,109,101)
#73635B
(115,99,91)
#675951
(103,89,81)
#5B4F47
(91,79,71)
#4F453D
(79,69,61)
#433B33
(67,59,51)
#373129
(55,49,41)
#2B271F
(43,39,31)
#1F1D15
(31,29,21)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #8B776F

#8B776F
(139,119,111)
#95837C
(149,131,124)
#9F8F89
(159,143,137)
#A99B96
(169,155,150)
#B3A7A3
(179,167,163)
#BDB3B0
(189,179,176)
#C7BFBD
(199,191,189)
#D1CBCA
(209,203,202)
#DBD7D7
(219,215,215)
#E5E3E4
(229,227,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B776F; }

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

This text font color is #8B776F.


Background Color

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

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

This div background color is #8B776F.


Border color

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

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

This div border color is #8B776F.


Opacity

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

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

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

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

This text has shadow with #8B776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B776F on black background.


Color preview on white background

This text has color #8B776F on white background.



Black color preview on #8B776F background

This text has black color on #8B776F background.


White color preview on #8B776F background

This text has white color on #8B776F background.