COLOR #8C756E

HEX: #8C756E
RGB: (140,117,110)

Color info

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

RGB color model

#8C756E color RGB value is (140,117,110).

  • red value is 140;
  • green value is 117;
  • blue value is 110.
RGB:
(140,117,110)
(55%,46%,43%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 110 of 255 = 43%

140
117
110

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

Portions of RGB colors in percentages

R + G + B =
140 + 117 + 110 = 367 (100%)
R 140 of 367 ~ 38.15%
G 117 of 367 ~ 31.88%
B 110 of 367 ~ 29.97%

%38.15
%31.88
%29.97

CMYK color model

#8C756E color CMYK value is (0,16,21,45).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 21.43%
  • key color value is 45.10%
CMYK:
(0,16,21,45)
C0M16Y21K45 
(0%,16%,21%,45%)
(0.00/0.16/0.21/0.45)	

CMYK percentages

%0
%16.43
%21.43
%45.1

Codes

Color #8C756E in popluar color models

8C756E
RGB140117110
HSL14°12.00%49.02%
HSB/HSV14°21.43%54.90%
CMYK0.00%16.43%21.43%
45.10%

Color #8C756E in popluar number systems.

HEX8C756E
Decimal140117110
Binary1000110011101011101110
Octal214165156

Shades and tints

Shades of #8C756E

#8C756E
(140,117,110)
#806B64
(128,107,100)
#74615A
(116,97,90)
#685750
(104,87,80)
#5C4D46
(92,77,70)
#50433C
(80,67,60)
#443932
(68,57,50)
#382F28
(56,47,40)
#2C251E
(44,37,30)
#201B14
(32,27,20)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #8C756E

#8C756E
(140,117,110)
#96817B
(150,129,123)
#A08D88
(160,141,136)
#AA9995
(170,153,149)
#B4A5A2
(180,165,162)
#BEB1AF
(190,177,175)
#C8BDBC
(200,189,188)
#D2C9C9
(210,201,201)
#DCD5D6
(220,213,214)
#E6E1E3
(230,225,227)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C756E color. Also use rgb(140,117,110) instead hex code.

Text Font Color

.myTextColor { color: #8C756E; }

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

This text font color is #8C756E.


Background Color

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

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

This div background color is #8C756E.


Border color

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

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

This div border color is #8C756E.


Opacity

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

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

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

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

This text has shadow with #8C756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C756E on black background.


Color preview on white background

This text has color #8C756E on white background.



Black color preview on #8C756E background

This text has black color on #8C756E background.


White color preview on #8C756E background

This text has white color on #8C756E background.