COLOR #8C776F

HEX: #8C776F
RGB: (140,119,111)

Color info

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

RGB color model

#8C776F color RGB value is (140,119,111).

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

RGB channels and saturation

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

140
119
111

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 111 = 370 (100%)
R 140 of 370 ~ 37.84%
G 119 of 370 ~ 32.16%
B 111 of 370 ~ 30%

%37.84
%32.16
%30

CMYK color model

#8C776F color CMYK value is (0,15,21,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK:
(0,15,21,45)
C0M15Y21K45 
(0%,15%,21%,45%)
(0.00/0.15/0.21/0.45)	

CMYK percentages

%0
%15
%20.71
%45.1

Codes

Color #8C776F in popluar color models

8C776F
RGB140119111
HSL17°11.55%49.22%
HSB/HSV17°20.71%54.90%
CMYK0.00%15.00%20.71%
45.10%

Color #8C776F in popluar number systems.

HEX8C776F
Decimal140119111
Binary1000110011101111101111
Octal214167157

Shades and tints

Shades of #8C776F

#8C776F
(140,119,111)
#806D65
(128,109,101)
#74635B
(116,99,91)
#685951
(104,89,81)
#5C4F47
(92,79,71)
#50453D
(80,69,61)
#443B33
(68,59,51)
#383129
(56,49,41)
#2C271F
(44,39,31)
#201D15
(32,29,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #8C776F

#8C776F
(140,119,111)
#96837C
(150,131,124)
#A08F89
(160,143,137)
#AA9B96
(170,155,150)
#B4A7A3
(180,167,163)
#BEB3B0
(190,179,176)
#C8BFBD
(200,191,189)
#D2CBCA
(210,203,202)
#DCD7D7
(220,215,215)
#E6E3E4
(230,227,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C776F; }

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

This text font color is #8C776F.


Background Color

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

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

This div background color is #8C776F.


Border color

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

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

This div border color is #8C776F.


Opacity

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

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

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

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

This text has shadow with #8C776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C776F on black background.


Color preview on white background

This text has color #8C776F on white background.



Black color preview on #8C776F background

This text has black color on #8C776F background.


White color preview on #8C776F background

This text has white color on #8C776F background.