COLOR #7A9479

HEX: #7A9479
RGB: (122,148,121)

Color info

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

RGB color model

#7A9479 color RGB value is (122,148,121).

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

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 121 of 255 = 47%

122
148
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 148 + 121 = 391 (100%)
R 122 of 391 ~ 31.2%
G 148 of 391 ~ 37.85%
B 121 of 391 ~ 30.95%

%31.2
%37.85
%30.95

CMYK color model

#7A9479 color CMYK value is (18,0,18,42).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(18,0,18,42)
C18M0Y18K42 
(18%,0%,18%,42%)
(0.18/0.00/0.18/0.42)	

CMYK percentages

%17.57
%0
%18.24
%41.96

Codes

Color #7A9479 in popluar color models

7A9479
RGB122148121
HSL118°11.20%52.75%
HSB/HSV118°18.24%58.04%
CMYK17.57%0.00%18.24%
41.96%

Color #7A9479 in popluar number systems.

HEX7A9479
Decimal122148121
Binary1111010100101001111001
Octal172224171

Shades and tints

Shades of #7A9479

#7A9479
(122,148,121)
#6F876E
(111,135,110)
#647A63
(100,122,99)
#596D58
(89,109,88)
#4E604D
(78,96,77)
#435342
(67,83,66)
#384637
(56,70,55)
#2D392C
(45,57,44)
#222C21
(34,44,33)
#171F16
(23,31,22)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A9479

#7A9479
(122,148,121)
#869D85
(134,157,133)
#92A691
(146,166,145)
#9EAF9D
(158,175,157)
#AAB8A9
(170,184,169)
#B6C1B5
(182,193,181)
#C2CAC1
(194,202,193)
#CED3CD
(206,211,205)
#DADCD9
(218,220,217)
#E6E5E5
(230,229,229)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9479; }

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

This text font color is #7A9479.


Background Color

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

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

This div background color is #7A9479.


Border color

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

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

This div border color is #7A9479.


Opacity

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

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

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

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

This text has shadow with #7A9479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9479 on black background.


Color preview on white background

This text has color #7A9479 on white background.



Black color preview on #7A9479 background

This text has black color on #7A9479 background.


White color preview on #7A9479 background

This text has white color on #7A9479 background.