COLOR #8C797D

HEX: #8C797D
RGB: (140,121,125)

Color info

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

RGB color model

#8C797D color RGB value is (140,121,125).

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

RGB channels and saturation

R 140 of 255 = 55%
G 121 of 255 = 47%
B 125 of 255 = 49%

140
121
125

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

Portions of RGB colors in percentages

R + G + B =
140 + 121 + 125 = 386 (100%)
R 140 of 386 ~ 36.27%
G 121 of 386 ~ 31.35%
B 125 of 386 ~ 32.38%

%36.27
%31.35
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 10.71%
  • 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
%13.57
%10.71
%45.1

Codes

Color #8C797D in popluar color models

8C797D
RGB140121125
HSL347°7.63%51.18%
HSB/HSV347°13.57%54.90%
CMYK0.00%13.57%10.71%
45.10%

Color #8C797D in popluar number systems.

HEX8C797D
Decimal140121125
Binary1000110011110011111101
Octal214171175

Shades and tints

Shades of #8C797D

#8C797D
(140,121,125)
#806E72
(128,110,114)
#746367
(116,99,103)
#68585C
(104,88,92)
#5C4D51
(92,77,81)
#504246
(80,66,70)
#44373B
(68,55,59)
#382C30
(56,44,48)
#2C2125
(44,33,37)
#20161A
(32,22,26)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #8C797D

#8C797D
(140,121,125)
#968588
(150,133,136)
#A09193
(160,145,147)
#AA9D9E
(170,157,158)
#B4A9A9
(180,169,169)
#BEB5B4
(190,181,180)
#C8C1BF
(200,193,191)
#D2CDCA
(210,205,202)
#DCD9D5
(220,217,213)
#E6E5E0
(230,229,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C797D color. Also use rgb(140,121,125) instead hex code.

Text Font Color

.myTextColor { color: #8C797D; }

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

This text font color is #8C797D.


Background Color

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

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

This div background color is #8C797D.


Border color

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

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

This div border color is #8C797D.


Opacity

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

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

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

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

This text has shadow with #8C797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C797D on black background.


Color preview on white background

This text has color #8C797D on white background.



Black color preview on #8C797D background

This text has black color on #8C797D background.


White color preview on #8C797D background

This text has white color on #8C797D background.