COLOR #8C7C75

HEX: #8C7C75
RGB: (140,124,117)

Color info

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

RGB color model

#8C7C75 color RGB value is (140,124,117).

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

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 117 of 255 = 46%

140
124
117

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

Portions of RGB colors in percentages

R + G + B =
140 + 124 + 117 = 381 (100%)
R 140 of 381 ~ 36.75%
G 124 of 381 ~ 32.55%
B 117 of 381 ~ 30.71%

%36.75
%32.55
%30.71

CMYK color model

#8C7C75 color CMYK value is (0,11,16,45).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 16.43%
  • key color value is 45.10%
CMYK:
(0,11,16,45)
C0M11Y16K45 
(0%,11%,16%,45%)
(0.00/0.11/0.16/0.45)	

CMYK percentages

%0
%11.43
%16.43
%45.1

Codes

Color #8C7C75 in popluar color models

8C7C75
RGB140124117
HSL18°9.09%50.39%
HSB/HSV18°16.43%54.90%
CMYK0.00%11.43%16.43%
45.10%

Color #8C7C75 in popluar number systems.

HEX8C7C75
Decimal140124117
Binary1000110011111001110101
Octal214174165

Shades and tints

Shades of #8C7C75

#8C7C75
(140,124,117)
#80716B
(128,113,107)
#746661
(116,102,97)
#685B57
(104,91,87)
#5C504D
(92,80,77)
#504543
(80,69,67)
#443A39
(68,58,57)
#382F2F
(56,47,47)
#2C2425
(44,36,37)
#20191B
(32,25,27)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8C7C75

#8C7C75
(140,124,117)
#968781
(150,135,129)
#A0928D
(160,146,141)
#AA9D99
(170,157,153)
#B4A8A5
(180,168,165)
#BEB3B1
(190,179,177)
#C8BEBD
(200,190,189)
#D2C9C9
(210,201,201)
#DCD4D5
(220,212,213)
#E6DFE1
(230,223,225)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7C75; }

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

This text font color is #8C7C75.


Background Color

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

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

This div background color is #8C7C75.


Border color

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

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

This div border color is #8C7C75.


Opacity

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

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

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

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

This text has shadow with #8C7C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7C75 on black background.


Color preview on white background

This text has color #8C7C75 on white background.



Black color preview on #8C7C75 background

This text has black color on #8C7C75 background.


White color preview on #8C7C75 background

This text has white color on #8C7C75 background.