COLOR #7A9079

HEX: #7A9079
RGB: (122,144,121)

Color info

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

RGB color model

#7A9079 color RGB value is (122,144,121).

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

RGB channels and saturation

R 122 of 255 = 48%
G 144 of 255 = 56%
B 121 of 255 = 47%

122
144
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 144 + 121 = 387 (100%)
R 122 of 387 ~ 31.52%
G 144 of 387 ~ 37.21%
B 121 of 387 ~ 31.27%

%31.52
%37.21
%31.27

CMYK color model

#7A9079 color CMYK value is (15,0,16,44).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 43.53%
CMYK:
(15,0,16,44)
C15M0Y16K44 
(15%,0%,16%,44%)
(0.15/0.00/0.16/0.44)	

CMYK percentages

%15.28
%0
%15.97
%43.53

Codes

Color #7A9079 in popluar color models

7A9079
RGB122144121
HSL117°9.39%51.96%
HSB/HSV117°15.97%56.47%
CMYK15.28%0.00%15.97%
43.53%

Color #7A9079 in popluar number systems.

HEX7A9079
Decimal122144121
Binary1111010100100001111001
Octal172220171

Shades and tints

Shades of #7A9079

#7A9079
(122,144,121)
#6F836E
(111,131,110)
#647663
(100,118,99)
#596958
(89,105,88)
#4E5C4D
(78,92,77)
#434F42
(67,79,66)
#384237
(56,66,55)
#2D352C
(45,53,44)
#222821
(34,40,33)
#171B16
(23,27,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #7A9079

#7A9079
(122,144,121)
#869A85
(134,154,133)
#92A491
(146,164,145)
#9EAE9D
(158,174,157)
#AAB8A9
(170,184,169)
#B6C2B5
(182,194,181)
#C2CCC1
(194,204,193)
#CED6CD
(206,214,205)
#DAE0D9
(218,224,217)
#E6EAE5
(230,234,229)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9079; }

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

This text font color is #7A9079.


Background Color

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

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

This div background color is #7A9079.


Border color

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

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

This div border color is #7A9079.


Opacity

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

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

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

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

This text has shadow with #7A9079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9079 on black background.


Color preview on white background

This text has color #7A9079 on white background.



Black color preview on #7A9079 background

This text has black color on #7A9079 background.


White color preview on #7A9079 background

This text has white color on #7A9079 background.