COLOR #7A976A

HEX: #7A976A RGB: (122,151,106)

Color info

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

RGB color model

#7A976A color RGB value is (122,151,106).

RGB: (122,151,106) (48%, 59%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 151 of 255 = 59%
B 106 of 255 = 42%

122
151
106

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

Portions of RGB colors in percentages

R + G + B = 122 + 151 + 106 = 379 (100%)
R 122 of 379 ~ 32.19%
G 151 of 379 ~ 39.84%
B 106 of 379 ~ 27.97'%

%32.19
%39.84
%27.97

CMYK color model

#7A976A color CMYK value is (19,0,30,41).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK: (19,0,30,41) C19M0Y30K41 (19%,0%,30%,41%) (0.19/0.00/0.30/0.41) 

CMYK percentages

%19.21
%0
%29.8
%40.78

Codes

Color #7A976A in popluar color models

7A 97 6A
RGB 122 151 106
HSL 99° 17.79% 50.39%
HSB/HSV 99° 29.80% 59.22%
CMYK 19.21% 0.00% 29.80%
40.78%

Color #7A976A in popluar number systems.

HEX 7A 97 6A
Decimal 122 151 106
Binary 1111010 10010111 1101010
Octal 172 227 152

Shades and tints

Shades of #7A976A

#7A976A
(122,151,106)
#6F8A61
(111,138,97)
#647D58
(100,125,88)
#59704F
(89,112,79)
#4E6346
(78,99,70)
#43563D
(67,86,61)
#384934
(56,73,52)
#2D3C2B
(45,60,43)
#222F22
(34,47,34)
#172219
(23,34,25)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #7A976A

#7A976A
(122,151,106)
#86A077
(134,160,119)
#92A984
(146,169,132)
#9EB291
(158,178,145)
#AABB9E
(170,187,158)
#B6C4AB
(182,196,171)
#C2CDB8
(194,205,184)
#CED6C5
(206,214,197)
#DADFD2
(218,223,210)
#E6E8DF
(230,232,223)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A976A color. Also use rgb(122,151,106) instead hex code.

Text Font Color

.myTextColor { color: #7A976A; }

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

This text font color is #7A976A.

Background Color

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

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

This div background color is #7A976A.

Border color

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

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

This div border color is #7A976A.

Opacity

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

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

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

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

This text has shadow with #7A976A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A976A.

Preview

Color preview on black background

This text has color #7A976A on black background.


Color preview on white background

This text has color #7A976A on white background.


Black color preview on #7A976A background

This text has black color on #7A976A background.


White color preview on #7A976A background

This text has white color on #7A976A background.


Related colors

Complementary color

Complementary color for #hex is #856895.


I love getcolorcode.com

Triadic colors

1 #6A7A97 and #976A7A with #7A976A are triadic colors.

2 #6A977A and #977A6A with #7A976A are triadic colors.