COLOR #8C776B

HEX: #8C776B
RGB: (140,119,107)

Color info

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

RGB color model

#8C776B color RGB value is (140,119,107).

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

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 107 of 255 = 42%

140
119
107

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 107 = 366 (100%)
R 140 of 366 ~ 38.25%
G 119 of 366 ~ 32.51%
B 107 of 366 ~ 29.23%

%38.25
%32.51
%29.23

CMYK color model

#8C776B color CMYK value is (0,15,24,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 23.57%
  • key color value is 45.10%
CMYK:
(0,15,24,45)
C0M15Y24K45 
(0%,15%,24%,45%)
(0.00/0.15/0.24/0.45)	

CMYK percentages

%0
%15
%23.57
%45.1

Codes

Color #8C776B in popluar color models

8C776B
RGB140119107
HSL22°13.36%48.43%
HSB/HSV22°23.57%54.90%
CMYK0.00%15.00%23.57%
45.10%

Color #8C776B in popluar number systems.

HEX8C776B
Decimal140119107
Binary1000110011101111101011
Octal214167153

Shades and tints

Shades of #8C776B

#8C776B
(140,119,107)
#806D62
(128,109,98)
#746359
(116,99,89)
#685950
(104,89,80)
#5C4F47
(92,79,71)
#50453E
(80,69,62)
#443B35
(68,59,53)
#38312C
(56,49,44)
#2C2723
(44,39,35)
#201D1A
(32,29,26)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #8C776B

#8C776B
(140,119,107)
#968378
(150,131,120)
#A08F85
(160,143,133)
#AA9B92
(170,155,146)
#B4A79F
(180,167,159)
#BEB3AC
(190,179,172)
#C8BFB9
(200,191,185)
#D2CBC6
(210,203,198)
#DCD7D3
(220,215,211)
#E6E3E0
(230,227,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C776B color. Also use rgb(140,119,107) instead hex code.

Text Font Color

.myTextColor { color: #8C776B; }

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

This text font color is #8C776B.


Background Color

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

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

This div background color is #8C776B.


Border color

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

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

This div border color is #8C776B.


Opacity

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

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

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

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

This text has shadow with #8C776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C776B on black background.


Color preview on white background

This text has color #8C776B on white background.



Black color preview on #8C776B background

This text has black color on #8C776B background.


White color preview on #8C776B background

This text has white color on #8C776B background.