COLOR #7EA790

HEX: #7EA790 RGB: (126,167,144)

Color info

#7EA790 contains red, green and blue colors in about the same proportion. Web safe color of #7EA790 is #669999 (or #699).

RGB color model

#7EA790 color RGB value is (126,167,144).

RGB: (126,167,144) (49%, 65%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 167 of 255 = 65%
B 144 of 255 = 56%

126
167
144

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

Portions of RGB colors in percentages

R + G + B = 126 + 167 + 144 = 437 (100%)
R 126 of 437 ~ 28.83%
G 167 of 437 ~ 38.22%
B 144 of 437 ~ 32.95'%

%28.83
%38.22
%32.95

CMYK color model

#7EA790 color CMYK value is (25,0,14,35).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 34.51%

CMYK: (25,0,14,35)
C25M0Y14K35 (25%, 0%, 14%, 35%)
(0.25 / 0.00 / 0.14 / 0.35)

CMYK percentages

%24.55
%0
%13.77
%34.51

Codes

Color #7EA790 in popluar color models

7E A7 90
RGB 126 167 144
HSL 146° 18.89% 57.45%
HSB/HSV 146° 24.55% 65.49%
CMYK 24.55% 0.00% 13.77%
34.51%

Color #7EA790 in popluar number systems.

HEX 7E A7 90
Decimal 126 167 144
Binary 1111110 10100111 10010000
Octal 176 247 220

Shades and tints

Shades of #7EA790

#7EA790
(126,167,144)
#739883
(115,152,131)
#688976
(104,137,118)
#5D7A69
(93,122,105)
#526B5C
(82,107,92)
#475C4F
(71,92,79)
#3C4D42
(60,77,66)
#313E35
(49,62,53)
#262F28
(38,47,40)
#1B201B
(27,32,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #7EA790

#7EA790
(126,167,144)
#89AF9A
(137,175,154)
#94B7A4
(148,183,164)
#9FBFAE
(159,191,174)
#AAC7B8
(170,199,184)
#B5CFC2
(181,207,194)
#C0D7CC
(192,215,204)
#CBDFD6
(203,223,214)
#D6E7E0
(214,231,224)
#E1EFEA
(225,239,234)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA790 color. Also use rgb(126,167,144) instead hex code.

Text Font Color

.myTextColor { color: #7EA790; }

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

This text font color is #7EA790.

Background Color

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

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

This div background color is #7EA790.

Border color

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

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

This div border color is #7EA790.

Opacity

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

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

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

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

This text has shadow with #7EA790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA790.

Preview

Color preview on black background

This text has color #7EA790 on black background.


Color preview on white background

This text has color #7EA790 on white background.


Black color preview on #7EA790 background

This text has black color on #7EA790 background.


White color preview on #7EA790 background

This text has white color on #7EA790 background.


Related colors

Complementary color

Complementary color for #hex is #81586F.


I love getcolorcode.com

Triadic colors

1 #907EA7 and #A7907E with #7EA790 are triadic colors.

2 #90A77E and #A77E90 with #7EA790 are triadic colors.