COLOR #8C7B66

HEX: #8C7B66 RGB: (140,123,102)

Color info

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

RGB color model

#8C7B66 color RGB value is (140,123,102).

RGB: (140,123,102) (55%, 48%, 40%)

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 102 of 255 = 40%

140
123
102

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

Portions of RGB colors in percentages

R + G + B = 140 + 123 + 102 = 365 (100%)
R 140 of 365 ~ 38.36%
G 123 of 365 ~ 33.7%
B 102 of 365 ~ 27.95'%

%38.36
%33.7
%27.95

CMYK color model

#8C7B66 color CMYK value is (0,12,27,45).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 27.14%
  • key color value is 45.10%

CMYK: (0,12,27,45)
C0M12Y27K45 (0%, 12%, 27%, 45%)
(0.00 / 0.12 / 0.27 / 0.45)

CMYK percentages

%0
%12.14
%27.14
%45.1

Codes

Color #8C7B66 in popluar color models

8C 7B 66
RGB 140 123 102
HSL 33° 15.70% 47.45%
HSB/HSV 33° 27.14% 54.90%
CMYK 0.00% 12.14% 27.14%
45.10%

Color #8C7B66 in popluar number systems.

HEX 8C 7B 66
Decimal 140 123 102
Binary 10001100 1111011 1100110
Octal 214 173 146

Shades and tints

Shades of #8C7B66

#8C7B66
(140,123,102)
#80705D
(128,112,93)
#746554
(116,101,84)
#685A4B
(104,90,75)
#5C4F42
(92,79,66)
#504439
(80,68,57)
#443930
(68,57,48)
#382E27
(56,46,39)
#2C231E
(44,35,30)
#201815
(32,24,21)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #8C7B66

#8C7B66
(140,123,102)
#968773
(150,135,115)
#A09380
(160,147,128)
#AA9F8D
(170,159,141)
#B4AB9A
(180,171,154)
#BEB7A7
(190,183,167)
#C8C3B4
(200,195,180)
#D2CFC1
(210,207,193)
#DCDBCE
(220,219,206)
#E6E7DB
(230,231,219)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7B66 color. Also use rgb(140,123,102) instead hex code.

Text Font Color

.myTextColor { color: #8C7B66; }

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

This text font color is #8C7B66.

Background Color

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

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

This div background color is #8C7B66.

Border color

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

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

This div border color is #8C7B66.

Opacity

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

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

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

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

This text has shadow with #8C7B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7B66.

Preview

Color preview on black background

This text has color #8C7B66 on black background.


Color preview on white background

This text has color #8C7B66 on white background.


Black color preview on #8C7B66 background

This text has black color on #8C7B66 background.


White color preview on #8C7B66 background

This text has white color on #8C7B66 background.


Related colors

Complementary color

Complementary color for #hex is #738499.


I love getcolorcode.com

Triadic colors

1 #668C7B and #7B668C with #8C7B66 are triadic colors.

2 #667B8C and #7B8C66 with #8C7B66 are triadic colors.