COLOR #8B776A

HEX: #8B776A
RGB: (139,119,106)

Color info

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

RGB color model

#8B776A color RGB value is (139,119,106).

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

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 106 of 255 = 42%

139
119
106

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

Portions of RGB colors in percentages

R + G + B =
139 + 119 + 106 = 364 (100%)
R 139 of 364 ~ 38.19%
G 119 of 364 ~ 32.69%
B 106 of 364 ~ 29.12%

%38.19
%32.69
%29.12

CMYK color model

#8B776A color CMYK value is (0,14,24,45).

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(0,14,24,45)
C0M14Y24K45 
(0%,14%,24%,45%)
(0.00/0.14/0.24/0.45)	

CMYK percentages

%0
%14.39
%23.74
%45.49

Codes

Color #8B776A in popluar color models

8B776A
RGB139119106
HSL24°13.47%48.04%
HSB/HSV24°23.74%54.51%
CMYK0.00%14.39%23.74%
45.49%

Color #8B776A in popluar number systems.

HEX8B776A
Decimal139119106
Binary1000101111101111101010
Octal213167152

Shades and tints

Shades of #8B776A

#8B776A
(139,119,106)
#7F6D61
(127,109,97)
#736358
(115,99,88)
#67594F
(103,89,79)
#5B4F46
(91,79,70)
#4F453D
(79,69,61)
#433B34
(67,59,52)
#37312B
(55,49,43)
#2B2722
(43,39,34)
#1F1D19
(31,29,25)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #8B776A

#8B776A
(139,119,106)
#958377
(149,131,119)
#9F8F84
(159,143,132)
#A99B91
(169,155,145)
#B3A79E
(179,167,158)
#BDB3AB
(189,179,171)
#C7BFB8
(199,191,184)
#D1CBC5
(209,203,197)
#DBD7D2
(219,215,210)
#E5E3DF
(229,227,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B776A; }

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

This text font color is #8B776A.


Background Color

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

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

This div background color is #8B776A.


Border color

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

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

This div border color is #8B776A.


Opacity

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

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

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

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

This text has shadow with #8B776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B776A on black background.


Color preview on white background

This text has color #8B776A on white background.



Black color preview on #8B776A background

This text has black color on #8B776A background.


White color preview on #8B776A background

This text has white color on #8B776A background.