COLOR #7A9979

HEX: #7A9979
RGB: (122,153,121)

Color info

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

RGB color model

#7A9979 color RGB value is (122,153,121).

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

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 121 of 255 = 47%

122
153
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 153 + 121 = 396 (100%)
R 122 of 396 ~ 30.81%
G 153 of 396 ~ 38.64%
B 121 of 396 ~ 30.56%

%30.81
%38.64
%30.56

CMYK color model

#7A9979 color CMYK value is (20,0,21,40).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 40.00%
CMYK:
(20,0,21,40)
C20M0Y21K40 
(20%,0%,21%,40%)
(0.20/0.00/0.21/0.40)	

CMYK percentages

%20.26
%0
%20.92
%40

Codes

Color #7A9979 in popluar color models

7A9979
RGB122153121
HSL118°13.56%53.73%
HSB/HSV118°20.92%60.00%
CMYK20.26%0.00%20.92%
40.00%

Color #7A9979 in popluar number systems.

HEX7A9979
Decimal122153121
Binary1111010100110011111001
Octal172231171

Shades and tints

Shades of #7A9979

#7A9979
(122,153,121)
#6F8C6E
(111,140,110)
#647F63
(100,127,99)
#597258
(89,114,88)
#4E654D
(78,101,77)
#435842
(67,88,66)
#384B37
(56,75,55)
#2D3E2C
(45,62,44)
#223121
(34,49,33)
#172416
(23,36,22)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #7A9979

#7A9979
(122,153,121)
#86A285
(134,162,133)
#92AB91
(146,171,145)
#9EB49D
(158,180,157)
#AABDA9
(170,189,169)
#B6C6B5
(182,198,181)
#C2CFC1
(194,207,193)
#CED8CD
(206,216,205)
#DAE1D9
(218,225,217)
#E6EAE5
(230,234,229)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9979; }

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

This text font color is #7A9979.


Background Color

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

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

This div background color is #7A9979.


Border color

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

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

This div border color is #7A9979.


Opacity

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

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

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

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

This text has shadow with #7A9979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9979 on black background.


Color preview on white background

This text has color #7A9979 on white background.



Black color preview on #7A9979 background

This text has black color on #7A9979 background.


White color preview on #7A9979 background

This text has white color on #7A9979 background.