COLOR #8C787C

HEX: #8C787C
RGB: (140,120,124)

Color info

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

RGB color model

#8C787C color RGB value is (140,120,124).

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

RGB channels and saturation

R 140 of 255 = 55%
G 120 of 255 = 47%
B 124 of 255 = 49%

140
120
124

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

Portions of RGB colors in percentages

R + G + B =
140 + 120 + 124 = 384 (100%)
R 140 of 384 ~ 36.46%
G 120 of 384 ~ 31.25%
B 124 of 384 ~ 32.29%

%36.46
%31.25
%32.29

CMYK color model

#8C787C color CMYK value is (0,14,11,45).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(0,14,11,45)
C0M14Y11K45 
(0%,14%,11%,45%)
(0.00/0.14/0.11/0.45)	

CMYK percentages

%0
%14.29
%11.43
%45.1

Codes

Color #8C787C in popluar color models

8C787C
RGB140120124
HSL348°8.00%50.98%
HSB/HSV348°14.29%54.90%
CMYK0.00%14.29%11.43%
45.10%

Color #8C787C in popluar number systems.

HEX8C787C
Decimal140120124
Binary1000110011110001111100
Octal214170174

Shades and tints

Shades of #8C787C

#8C787C
(140,120,124)
#806E71
(128,110,113)
#746466
(116,100,102)
#685A5B
(104,90,91)
#5C5050
(92,80,80)
#504645
(80,70,69)
#443C3A
(68,60,58)
#38322F
(56,50,47)
#2C2824
(44,40,36)
#201E19
(32,30,25)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #8C787C

#8C787C
(140,120,124)
#968487
(150,132,135)
#A09092
(160,144,146)
#AA9C9D
(170,156,157)
#B4A8A8
(180,168,168)
#BEB4B3
(190,180,179)
#C8C0BE
(200,192,190)
#D2CCC9
(210,204,201)
#DCD8D4
(220,216,212)
#E6E4DF
(230,228,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C787C; }

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

This text font color is #8C787C.


Background Color

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

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

This div background color is #8C787C.


Border color

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

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

This div border color is #8C787C.


Opacity

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

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

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

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

This text has shadow with #8C787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C787C on black background.


Color preview on white background

This text has color #8C787C on white background.



Black color preview on #8C787C background

This text has black color on #8C787C background.


White color preview on #8C787C background

This text has white color on #8C787C background.