COLOR #7A8979

HEX: #7A8979
RGB: (122,137,121)

Color info

#7A8979 contains red, green and blue colors in about the same proportion. Web safe color of #7A8979 is #669966 (or #696).

RGB color model

#7A8979 color RGB value is (122,137,121).

  • red value is 122;
  • green value is 137;
  • blue value is 121.
RGB:
(122,137,121)
(48%,54%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 137 of 255 = 54%
B 121 of 255 = 47%

122
137
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 137 + 121 = 380 (100%)
R 122 of 380 ~ 32.11%
G 137 of 380 ~ 36.05%
B 121 of 380 ~ 31.84%

%32.11
%36.05
%31.84

CMYK color model

#7A8979 color CMYK value is (11,0,12,46).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(11,0,12,46)
C11M0Y12K46 
(11%,0%,12%,46%)
(0.11/0.00/0.12/0.46)	

CMYK percentages

%10.95
%0
%11.68
%46.27

Codes

Color #7A8979 in popluar color models

7A8979
RGB122137121
HSL116°6.35%50.59%
HSB/HSV116°11.68%53.73%
CMYK10.95%0.00%11.68%
46.27%

Color #7A8979 in popluar number systems.

HEX7A8979
Decimal122137121
Binary1111010100010011111001
Octal172211171

Shades and tints

Shades of #7A8979

#7A8979
(122,137,121)
#6F7D6E
(111,125,110)
#647163
(100,113,99)
#596558
(89,101,88)
#4E594D
(78,89,77)
#434D42
(67,77,66)
#384137
(56,65,55)
#2D352C
(45,53,44)
#222921
(34,41,33)
#171D16
(23,29,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #7A8979

#7A8979
(122,137,121)
#869385
(134,147,133)
#929D91
(146,157,145)
#9EA79D
(158,167,157)
#AAB1A9
(170,177,169)
#B6BBB5
(182,187,181)
#C2C5C1
(194,197,193)
#CECFCD
(206,207,205)
#DAD9D9
(218,217,217)
#E6E3E5
(230,227,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8979 color. Also use rgb(122,137,121) instead hex code.

Text Font Color

.myTextColor { color: #7A8979; }

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

This text font color is #7A8979.


Background Color

.myBgColor { background-color: #7A8979; }

<div style="background-color:#7A8979">Inner text</div>

This div background color is #7A8979.


Border color

.myBorderColor { border: 1px solid #7A8979; }

<div style="border:3px solid #7A8979">Div</div>

This div border color is #7A8979.


Opacity

.myOpacity80 { color: #7A8979; opacity: 0.8; }

<p style="color:#7A8979;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A8979 color.

.textShadow {text-shadow: 3px 3px 1px #7A8979, 3px 3px 1px red;}

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

This text has shadow with #7A8979 primary color and red secondary color.


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

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

This text has shadow with #7A8979 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8979 on black background.


Color preview on white background

This text has color #7A8979 on white background.



Black color preview on #7A8979 background

This text has black color on #7A8979 background.


White color preview on #7A8979 background

This text has white color on #7A8979 background.