COLOR #8E797C

HEX: #8E797C RGB: (142,121,124)

Color info

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

RGB color model

#8E797C color RGB value is (142,121,124).

RGB: (142,121,124) (56%, 47%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 124 of 255 = 49%

142
121
124

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

Portions of RGB colors in percentages

R + G + B = 142 + 121 + 124 = 387 (100%)
R 142 of 387 ~ 36.69%
G 121 of 387 ~ 31.27%
B 124 of 387 ~ 32.04'%

%36.69
%31.27
%32.04

CMYK color model

#8E797C color CMYK value is (0,15,13,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 12.68%
  • key color value is 44.31%
CMYK: (0,15,13,44) C0M15Y13K44 (0%,15%,13%,44%) (0.00/0.15/0.13/0.44) 

CMYK percentages

%0
%14.79
%12.68
%44.31

Codes

Color #8E797C in popluar color models

8E 79 7C
RGB 142 121 124
HSL 351° 8.50% 51.57%
HSB/HSV 351° 14.79% 55.69%
CMYK 0.00% 14.79% 12.68%
44.31%

Color #8E797C in popluar number systems.

HEX 8E 79 7C
Decimal 142 121 124
Binary 10001110 1111001 1111100
Octal 216 171 174

Shades and tints

Shades of #8E797C

#8E797C
(142,121,124)
#826E71
(130,110,113)
#766366
(118,99,102)
#6A585B
(106,88,91)
#5E4D50
(94,77,80)
#524245
(82,66,69)
#46373A
(70,55,58)
#3A2C2F
(58,44,47)
#2E2124
(46,33,36)
#221619
(34,22,25)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #8E797C

#8E797C
(142,121,124)
#988587
(152,133,135)
#A29192
(162,145,146)
#AC9D9D
(172,157,157)
#B6A9A8
(182,169,168)
#C0B5B3
(192,181,179)
#CAC1BE
(202,193,190)
#D4CDC9
(212,205,201)
#DED9D4
(222,217,212)
#E8E5DF
(232,229,223)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E797C color. Also use rgb(142,121,124) instead hex code.

Text Font Color

.myTextColor { color: #8E797C; }

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

This text font color is #8E797C.

Background Color

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

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

This div background color is #8E797C.

Border color

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

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

This div border color is #8E797C.

Opacity

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

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

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

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

This text has shadow with #8E797C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E797C.

Preview

Color preview on black background

This text has color #8E797C on black background.


Color preview on white background

This text has color #8E797C on white background.


Black color preview on #8E797C background

This text has black color on #8E797C background.


White color preview on #8E797C background

This text has white color on #8E797C background.


Related colors

Complementary color

Complementary color for #hex is #718683.


I love getcolorcode.com

Triadic colors

1 #7C8E79 and #797C8E with #8E797C are triadic colors.

2 #7C798E and #798E7C with #8E797C are triadic colors.