COLOR #8C776A

HEX: #8C776A
RGB: (140,119,106)

Color info

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

RGB color model

#8C776A color RGB value is (140,119,106).

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

RGB channels and saturation

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

140
119
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 106 = 365 (100%)
R 140 of 365 ~ 38.36%
G 119 of 365 ~ 32.6%
B 106 of 365 ~ 29.04%

%38.36
%32.6
%29.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 24.29%
  • 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
%24.29
%45.1

Codes

Color #8C776A in popluar color models

8C776A
RGB140119106
HSL23°13.82%48.24%
HSB/HSV23°24.29%54.90%
CMYK0.00%15.00%24.29%
45.10%

Color #8C776A in popluar number systems.

HEX8C776A
Decimal140119106
Binary1000110011101111101010
Octal214167152

Shades and tints

Shades of #8C776A

#8C776A
(140,119,106)
#806D61
(128,109,97)
#746358
(116,99,88)
#68594F
(104,89,79)
#5C4F46
(92,79,70)
#50453D
(80,69,61)
#443B34
(68,59,52)
#38312B
(56,49,43)
#2C2722
(44,39,34)
#201D19
(32,29,25)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #8C776A

#8C776A
(140,119,106)
#968377
(150,131,119)
#A08F84
(160,143,132)
#AA9B91
(170,155,145)
#B4A79E
(180,167,158)
#BEB3AB
(190,179,171)
#C8BFB8
(200,191,184)
#D2CBC5
(210,203,197)
#DCD7D2
(220,215,210)
#E6E3DF
(230,227,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C776A; }

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

This text font color is #8C776A.


Background Color

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

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

This div background color is #8C776A.


Border color

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

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

This div border color is #8C776A.


Opacity

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

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

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

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

This text has shadow with #8C776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C776A on black background.


Color preview on white background

This text has color #8C776A on white background.



Black color preview on #8C776A background

This text has black color on #8C776A background.


White color preview on #8C776A background

This text has white color on #8C776A background.