COLOR #8C766A

HEX: #8C766A
RGB: (140,118,106)

Color info

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

RGB color model

#8C766A color RGB value is (140,118,106).

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

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 106 of 255 = 42%

140
118
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 118 + 106 = 364 (100%)
R 140 of 364 ~ 38.46%
G 118 of 364 ~ 32.42%
B 106 of 364 ~ 29.12%

%38.46
%32.42
%29.12

CMYK color model

#8C766A color CMYK value is (0,16,24,45).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(0,16,24,45)
C0M16Y24K45 
(0%,16%,24%,45%)
(0.00/0.16/0.24/0.45)	

CMYK percentages

%0
%15.71
%24.29
%45.1

Codes

Color #8C766A in popluar color models

8C766A
RGB140118106
HSL21°13.82%48.24%
HSB/HSV21°24.29%54.90%
CMYK0.00%15.71%24.29%
45.10%

Color #8C766A in popluar number systems.

HEX8C766A
Decimal140118106
Binary1000110011101101101010
Octal214166152

Shades and tints

Shades of #8C766A

#8C766A
(140,118,106)
#806C61
(128,108,97)
#746258
(116,98,88)
#68584F
(104,88,79)
#5C4E46
(92,78,70)
#50443D
(80,68,61)
#443A34
(68,58,52)
#38302B
(56,48,43)
#2C2622
(44,38,34)
#201C19
(32,28,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #8C766A

#8C766A
(140,118,106)
#968277
(150,130,119)
#A08E84
(160,142,132)
#AA9A91
(170,154,145)
#B4A69E
(180,166,158)
#BEB2AB
(190,178,171)
#C8BEB8
(200,190,184)
#D2CAC5
(210,202,197)
#DCD6D2
(220,214,210)
#E6E2DF
(230,226,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C766A; }

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

This text font color is #8C766A.


Background Color

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

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

This div background color is #8C766A.


Border color

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

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

This div border color is #8C766A.


Opacity

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

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

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

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

This text has shadow with #8C766A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C766A on black background.


Color preview on white background

This text has color #8C766A on white background.



Black color preview on #8C766A background

This text has black color on #8C766A background.


White color preview on #8C766A background

This text has white color on #8C766A background.