COLOR #7EA789

HEX: #7EA789 RGB: (126,167,137)

Color info

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

RGB color model

#7EA789 color RGB value is (126,167,137).

RGB: (126,167,137) (49%, 65%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 167 of 255 = 65%
B 137 of 255 = 54%

126
167
137

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

Portions of RGB colors in percentages

R + G + B = 126 + 167 + 137 = 430 (100%)
R 126 of 430 ~ 29.3%
G 167 of 430 ~ 38.84%
B 137 of 430 ~ 31.86'%

%29.3
%38.84
%31.86

CMYK color model

#7EA789 color CMYK value is (25,0,18,35).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK: (25,0,18,35) C25M0Y18K35 (25%,0%,18%,35%) (0.25/0.00/0.18/0.35) 

CMYK percentages

%24.55
%0
%17.96
%34.51

Codes

Color #7EA789 in popluar color models

7E A7 89
RGB 126 167 137
HSL 136° 18.89% 57.45%
HSB/HSV 136° 24.55% 65.49%
CMYK 24.55% 0.00% 17.96%
34.51%

Color #7EA789 in popluar number systems.

HEX 7E A7 89
Decimal 126 167 137
Binary 1111110 10100111 10001001
Octal 176 247 211

Shades and tints

Shades of #7EA789

#7EA789
(126,167,137)
#73987D
(115,152,125)
#688971
(104,137,113)
#5D7A65
(93,122,101)
#526B59
(82,107,89)
#475C4D
(71,92,77)
#3C4D41
(60,77,65)
#313E35
(49,62,53)
#262F29
(38,47,41)
#1B201D
(27,32,29)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7EA789

#7EA789
(126,167,137)
#89AF93
(137,175,147)
#94B79D
(148,183,157)
#9FBFA7
(159,191,167)
#AAC7B1
(170,199,177)
#B5CFBB
(181,207,187)
#C0D7C5
(192,215,197)
#CBDFCF
(203,223,207)
#D6E7D9
(214,231,217)
#E1EFE3
(225,239,227)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA789; }

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

This text font color is #7EA789.

Background Color

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

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

This div background color is #7EA789.

Border color

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

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

This div border color is #7EA789.

Opacity

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

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

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

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

This text has shadow with #7EA789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA789.

Preview

Color preview on black background

This text has color #7EA789 on black background.


Color preview on white background

This text has color #7EA789 on white background.


Black color preview on #7EA789 background

This text has black color on #7EA789 background.


White color preview on #7EA789 background

This text has white color on #7EA789 background.


Related colors

Complementary color

Complementary color for #hex is #815876.


I love getcolorcode.com

Triadic colors

1 #897EA7 and #A7897E with #7EA789 are triadic colors.

2 #89A77E and #A77E89 with #7EA789 are triadic colors.