COLOR #8C797B

HEX: #8C797B RGB: (140,121,123)

Color info

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

RGB color model

#8C797B color RGB value is (140,121,123).

RGB: (140,121,123) (55%, 47%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 121 of 255 = 47%
B 123 of 255 = 48%

140
121
123

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

Portions of RGB colors in percentages

R + G + B = 140 + 121 + 123 = 384 (100%)
R 140 of 384 ~ 36.46%
G 121 of 384 ~ 31.51%
B 123 of 384 ~ 32.03'%

%36.46
%31.51
%32.03

CMYK color model

#8C797B color CMYK value is (0,14,12,45).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 12.14%
  • key color value is 45.10%

CMYK: (0,14,12,45)
C0M14Y12K45 (0%, 14%, 12%, 45%)
(0.00 / 0.14 / 0.12 / 0.45)

CMYK percentages

%0
%13.57
%12.14
%45.1

Codes

Color #8C797B in popluar color models

8C 79 7B
RGB 140 121 123
HSL 354° 7.63% 51.18%
HSB/HSV 354° 13.57% 54.90%
CMYK 0.00% 13.57% 12.14%
45.10%

Color #8C797B in popluar number systems.

HEX 8C 79 7B
Decimal 140 121 123
Binary 10001100 1111001 1111011
Octal 214 171 173

Shades and tints

Shades of #8C797B

#8C797B
(140,121,123)
#806E70
(128,110,112)
#746365
(116,99,101)
#68585A
(104,88,90)
#5C4D4F
(92,77,79)
#504244
(80,66,68)
#443739
(68,55,57)
#382C2E
(56,44,46)
#2C2123
(44,33,35)
#201618
(32,22,24)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #8C797B

#8C797B
(140,121,123)
#968587
(150,133,135)
#A09193
(160,145,147)
#AA9D9F
(170,157,159)
#B4A9AB
(180,169,171)
#BEB5B7
(190,181,183)
#C8C1C3
(200,193,195)
#D2CDCF
(210,205,207)
#DCD9DB
(220,217,219)
#E6E5E7
(230,229,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C797B; }

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

This text font color is #8C797B.

Background Color

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

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

This div background color is #8C797B.

Border color

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

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

This div border color is #8C797B.

Opacity

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

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

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

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

This text has shadow with #8C797B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C797B.

Preview

Color preview on black background

This text has color #8C797B on black background.


Color preview on white background

This text has color #8C797B on white background.


Black color preview on #8C797B background

This text has black color on #8C797B background.


White color preview on #8C797B background

This text has white color on #8C797B background.


Related colors

Complementary color

Complementary color for #hex is #738684.


I love getcolorcode.com

Triadic colors

1 #7B8C79 and #797B8C with #8C797B are triadic colors.

2 #7B798C and #798C7B with #8C797B are triadic colors.