COLOR #7A9472

HEX: #7A9472
RGB: (122,148,114)

Color info

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

RGB color model

#7A9472 color RGB value is (122,148,114).

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

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 114 of 255 = 45%

122
148
114

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

Portions of RGB colors in percentages

R + G + B =
122 + 148 + 114 = 384 (100%)
R 122 of 384 ~ 31.77%
G 148 of 384 ~ 38.54%
B 114 of 384 ~ 29.69%

%31.77
%38.54
%29.69

CMYK color model

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

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(18,0,23,42)
C18M0Y23K42 
(18%,0%,23%,42%)
(0.18/0.00/0.23/0.42)	

CMYK percentages

%17.57
%0
%22.97
%41.96

Codes

Color #7A9472 in popluar color models

7A9472
RGB122148114
HSL106°13.71%51.37%
HSB/HSV106°22.97%58.04%
CMYK17.57%0.00%22.97%
41.96%

Color #7A9472 in popluar number systems.

HEX7A9472
Decimal122148114
Binary1111010100101001110010
Octal172224162

Shades and tints

Shades of #7A9472

#7A9472
(122,148,114)
#6F8768
(111,135,104)
#647A5E
(100,122,94)
#596D54
(89,109,84)
#4E604A
(78,96,74)
#435340
(67,83,64)
#384636
(56,70,54)
#2D392C
(45,57,44)
#222C22
(34,44,34)
#171F18
(23,31,24)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7A9472

#7A9472
(122,148,114)
#869D7E
(134,157,126)
#92A68A
(146,166,138)
#9EAF96
(158,175,150)
#AAB8A2
(170,184,162)
#B6C1AE
(182,193,174)
#C2CABA
(194,202,186)
#CED3C6
(206,211,198)
#DADCD2
(218,220,210)
#E6E5DE
(230,229,222)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9472; }

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

This text font color is #7A9472.


Background Color

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

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

This div background color is #7A9472.


Border color

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

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

This div border color is #7A9472.


Opacity

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

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

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

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

This text has shadow with #7A9472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9472 on black background.


Color preview on white background

This text has color #7A9472 on white background.



Black color preview on #7A9472 background

This text has black color on #7A9472 background.


White color preview on #7A9472 background

This text has white color on #7A9472 background.