COLOR #7EBA77

HEX: #7EBA77 RGB: (126,186,119)

Color info

#7EBA77 contains mainly green color. Web safe color of #7EBA77 is #66CC66 (or #6C6).

RGB color model

#7EBA77 color RGB value is (126,186,119).

RGB: (126,186,119) (49%, 73%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 186 of 255 = 73%
B 119 of 255 = 47%

126
186
119

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

Portions of RGB colors in percentages

R + G + B = 126 + 186 + 119 = 431 (100%)
R 126 of 431 ~ 29.23%
G 186 of 431 ~ 43.16%
B 119 of 431 ~ 27.61'%

%29.23
%43.16
%27.61

CMYK color model

#7EBA77 color CMYK value is (32,0,36,27).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 27.06%

CMYK: (32,0,36,27)
C32M0Y36K27 (32%, 0%, 36%, 27%)
(0.32 / 0.00 / 0.36 / 0.27)

CMYK percentages

%32.26
%0
%36.02
%27.06

Codes

Color #7EBA77 in popluar color models

7E BA 77
RGB 126 186 119
HSL 114° 32.68% 59.80%
HSB/HSV 114° 36.02% 72.94%
CMYK 32.26% 0.00% 36.02%
27.06%

Color #7EBA77 in popluar number systems.

HEX 7E BA 77
Decimal 126 186 119
Binary 1111110 10111010 1110111
Octal 176 272 167

Shades and tints

Shades of #7EBA77

#7EBA77
(126,186,119)
#73AA6D
(115,170,109)
#689A63
(104,154,99)
#5D8A59
(93,138,89)
#527A4F
(82,122,79)
#476A45
(71,106,69)
#3C5A3B
(60,90,59)
#314A31
(49,74,49)
#263A27
(38,58,39)
#1B2A1D
(27,42,29)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #7EBA77

#7EBA77
(126,186,119)
#89C083
(137,192,131)
#94C68F
(148,198,143)
#9FCC9B
(159,204,155)
#AAD2A7
(170,210,167)
#B5D8B3
(181,216,179)
#C0DEBF
(192,222,191)
#CBE4CB
(203,228,203)
#D6EAD7
(214,234,215)
#E1F0E3
(225,240,227)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBA77 color. Also use rgb(126,186,119) instead hex code.

Text Font Color

.myTextColor { color: #7EBA77; }

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

This text font color is #7EBA77.

Background Color

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

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

This div background color is #7EBA77.

Border color

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

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

This div border color is #7EBA77.

Opacity

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

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

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

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

This text has shadow with #7EBA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBA77.

Preview

Color preview on black background

This text has color #7EBA77 on black background.


Color preview on white background

This text has color #7EBA77 on white background.


Black color preview on #7EBA77 background

This text has black color on #7EBA77 background.


White color preview on #7EBA77 background

This text has white color on #7EBA77 background.


Related colors

Complementary color

Complementary color for #hex is #814588.


I love getcolorcode.com

Triadic colors

1 #777EBA and #BA777E with #7EBA77 are triadic colors.

2 #77BA7E and #BA7E77 with #7EBA77 are triadic colors.