COLOR #8A797C

HEX: #8A797C RGB: (138,121,124)

Color info

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

RGB color model

#8A797C color RGB value is (138,121,124).

RGB: (138,121,124) (54%, 47%, 49%)

RGB channels and saturation

R 138 of 255 = 54%
G 121 of 255 = 47%
B 124 of 255 = 49%

138
121
124

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

Portions of RGB colors in percentages

R + G + B = 138 + 121 + 124 = 383 (100%)
R 138 of 383 ~ 36.03%
G 121 of 383 ~ 31.59%
B 124 of 383 ~ 32.38'%

%36.03
%31.59
%32.38

CMYK color model

#8A797C color CMYK value is (0,12,10,46).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 10.14%
  • key color value is 45.88%

CMYK: (0,12,10,46)
C0M12Y10K46 (0%, 12%, 10%, 46%)
(0.00 / 0.12 / 0.10 / 0.46)

CMYK percentages

%0
%12.32
%10.14
%45.88

Codes

Color #8A797C in popluar color models

8A 79 7C
RGB 138 121 124
HSL 349° 6.77% 50.78%
HSB/HSV 349° 12.32% 54.12%
CMYK 0.00% 12.32% 10.14%
45.88%

Color #8A797C in popluar number systems.

HEX 8A 79 7C
Decimal 138 121 124
Binary 10001010 1111001 1111100
Octal 212 171 174

Shades and tints

Shades of #8A797C

#8A797C
(138,121,124)
#7E6E71
(126,110,113)
#726366
(114,99,102)
#66585B
(102,88,91)
#5A4D50
(90,77,80)
#4E4245
(78,66,69)
#42373A
(66,55,58)
#362C2F
(54,44,47)
#2A2124
(42,33,36)
#1E1619
(30,22,25)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #8A797C

#8A797C
(138,121,124)
#948587
(148,133,135)
#9E9192
(158,145,146)
#A89D9D
(168,157,157)
#B2A9A8
(178,169,168)
#BCB5B3
(188,181,179)
#C6C1BE
(198,193,190)
#D0CDC9
(208,205,201)
#DAD9D4
(218,217,212)
#E4E5DF
(228,229,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A797C; }

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

This text font color is #8A797C.

Background Color

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

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

This div background color is #8A797C.

Border color

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

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

This div border color is #8A797C.

Opacity

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

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

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

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

This text has shadow with #8A797C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A797C.

Preview

Color preview on black background

This text has color #8A797C on black background.


Color preview on white background

This text has color #8A797C on white background.


Black color preview on #8A797C background

This text has black color on #8A797C background.


White color preview on #8A797C background

This text has white color on #8A797C background.


Related colors

Complementary color

Complementary color for #hex is #758683.


I love getcolorcode.com

Triadic colors

1 #7C8A79 and #797C8A with #8A797C are triadic colors.

2 #7C798A and #798A7C with #8A797C are triadic colors.