COLOR #7A946E

HEX: #7A946E RGB: (122,148,110)

Color info

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

RGB color model

#7A946E color RGB value is (122,148,110).

RGB: (122,148,110) (48%, 58%, 43%)

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 110 of 255 = 43%

122
148
110

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

Portions of RGB colors in percentages

R + G + B = 122 + 148 + 110 = 380 (100%)
R 122 of 380 ~ 32.11%
G 148 of 380 ~ 38.95%
B 110 of 380 ~ 28.95'%

%32.11
%38.95
%28.95

CMYK color model

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

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 41.96%

CMYK: (18,0,26,42)
C18M0Y26K42 (18%, 0%, 26%, 42%)
(0.18 / 0.00 / 0.26 / 0.42)

CMYK percentages

%17.57
%0
%25.68
%41.96

Codes

Color #7A946E in popluar color models

7A 94 6E
RGB 122 148 110
HSL 101° 15.08% 50.59%
HSB/HSV 101° 25.68% 58.04%
CMYK 17.57% 0.00% 25.68%
41.96%

Color #7A946E in popluar number systems.

HEX 7A 94 6E
Decimal 122 148 110
Binary 1111010 10010100 1101110
Octal 172 224 156

Shades and tints

Shades of #7A946E

#7A946E
(122,148,110)
#6F8764
(111,135,100)
#647A5A
(100,122,90)
#596D50
(89,109,80)
#4E6046
(78,96,70)
#43533C
(67,83,60)
#384632
(56,70,50)
#2D3928
(45,57,40)
#222C1E
(34,44,30)
#171F14
(23,31,20)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #7A946E

#7A946E
(122,148,110)
#869D7B
(134,157,123)
#92A688
(146,166,136)
#9EAF95
(158,175,149)
#AAB8A2
(170,184,162)
#B6C1AF
(182,193,175)
#C2CABC
(194,202,188)
#CED3C9
(206,211,201)
#DADCD6
(218,220,214)
#E6E5E3
(230,229,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A946E; }

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

This text font color is #7A946E.

Background Color

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

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

This div background color is #7A946E.

Border color

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

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

This div border color is #7A946E.

Opacity

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

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

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

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

This text has shadow with #7A946E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A946E.

Preview

Color preview on black background

This text has color #7A946E on black background.


Color preview on white background

This text has color #7A946E on white background.


Black color preview on #7A946E background

This text has black color on #7A946E background.


White color preview on #7A946E background

This text has white color on #7A946E background.


Related colors

Complementary color

Complementary color for #hex is #856B91.


I love getcolorcode.com

Triadic colors

1 #6E7A94 and #946E7A with #7A946E are triadic colors.

2 #6E947A and #947A6E with #7A946E are triadic colors.