COLOR #7EA576

HEX: #7EA576 RGB: (126,165,118)

Color info

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

RGB color model

#7EA576 color RGB value is (126,165,118).

RGB: (126,165,118) (49%, 65%, 46%)

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 118 of 255 = 46%

126
165
118

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

Portions of RGB colors in percentages

R + G + B = 126 + 165 + 118 = 409 (100%)
R 126 of 409 ~ 30.81%
G 165 of 409 ~ 40.34%
B 118 of 409 ~ 28.85'%

%30.81
%40.34
%28.85

CMYK color model

#7EA576 color CMYK value is (24,0,28,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 35.29%

CMYK: (24,0,28,35)
C24M0Y28K35 (24%, 0%, 28%, 35%)
(0.24 / 0.00 / 0.28 / 0.35)

CMYK percentages

%23.64
%0
%28.48
%35.29

Codes

Color #7EA576 in popluar color models

7E A5 76
RGB 126 165 118
HSL 110° 20.70% 55.49%
HSB/HSV 110° 28.48% 64.71%
CMYK 23.64% 0.00% 28.48%
35.29%

Color #7EA576 in popluar number systems.

HEX 7E A5 76
Decimal 126 165 118
Binary 1111110 10100101 1110110
Octal 176 245 166

Shades and tints

Shades of #7EA576

#7EA576
(126,165,118)
#73966C
(115,150,108)
#688762
(104,135,98)
#5D7858
(93,120,88)
#52694E
(82,105,78)
#475A44
(71,90,68)
#3C4B3A
(60,75,58)
#313C30
(49,60,48)
#262D26
(38,45,38)
#1B1E1C
(27,30,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7EA576

#7EA576
(126,165,118)
#89AD82
(137,173,130)
#94B58E
(148,181,142)
#9FBD9A
(159,189,154)
#AAC5A6
(170,197,166)
#B5CDB2
(181,205,178)
#C0D5BE
(192,213,190)
#CBDDCA
(203,221,202)
#D6E5D6
(214,229,214)
#E1EDE2
(225,237,226)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA576 color. Also use rgb(126,165,118) instead hex code.

Text Font Color

.myTextColor { color: #7EA576; }

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

This text font color is #7EA576.

Background Color

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

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

This div background color is #7EA576.

Border color

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

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

This div border color is #7EA576.

Opacity

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

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

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

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

This text has shadow with #7EA576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA576.

Preview

Color preview on black background

This text has color #7EA576 on black background.


Color preview on white background

This text has color #7EA576 on white background.


Black color preview on #7EA576 background

This text has black color on #7EA576 background.


White color preview on #7EA576 background

This text has white color on #7EA576 background.


Related colors

Complementary color

Complementary color for #hex is #815A89.


I love getcolorcode.com

Triadic colors

1 #767EA5 and #A5767E with #7EA576 are triadic colors.

2 #76A57E and #A57E76 with #7EA576 are triadic colors.