COLOR #8C757C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
117
124

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

Portions of RGB colors in percentages

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

%36.75
%30.71
%32.55

CMYK color model

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

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

CMYK percentages

%0
%16.43
%11.43
%45.1

Codes

Color #8C757C in popluar color models

8C757C
RGB140117124
HSL342°9.09%50.39%
HSB/HSV342°16.43%54.90%
CMYK0.00%16.43%11.43%
45.10%

Color #8C757C in popluar number systems.

HEX8C757C
Decimal140117124
Binary1000110011101011111100
Octal214165174

Shades and tints

Shades of #8C757C

#8C757C
(140,117,124)
#806B71
(128,107,113)
#746166
(116,97,102)
#68575B
(104,87,91)
#5C4D50
(92,77,80)
#504345
(80,67,69)
#44393A
(68,57,58)
#382F2F
(56,47,47)
#2C2524
(44,37,36)
#201B19
(32,27,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #8C757C

#8C757C
(140,117,124)
#968187
(150,129,135)
#A08D92
(160,141,146)
#AA999D
(170,153,157)
#B4A5A8
(180,165,168)
#BEB1B3
(190,177,179)
#C8BDBE
(200,189,190)
#D2C9C9
(210,201,201)
#DCD5D4
(220,213,212)
#E6E1DF
(230,225,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C757C; }

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

This text font color is #8C757C.


Background Color

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

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

This div background color is #8C757C.


Border color

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

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

This div border color is #8C757C.


Opacity

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

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

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

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

This text has shadow with #8C757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C757C on black background.


Color preview on white background

This text has color #8C757C on white background.



Black color preview on #8C757C background

This text has black color on #8C757C background.


White color preview on #8C757C background

This text has white color on #8C757C background.