COLOR #7EB776

HEX: #7EB776
RGB: (126,183,118)

Color info

#7EB776 contains mainly red and green colors. Web safe color of #7EB776 is #66CC66 (or #6C6).

RGB color model

#7EB776 color RGB value is (126,183,118).

  • red value is 126;
  • green value is 183;
  • blue value is 118.
RGB:
(126,183,118)
(49%,72%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 183 of 255 = 72%
B 118 of 255 = 46%

126
183
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 183 + 118 = 427 (100%)
R 126 of 427 ~ 29.51%
G 183 of 427 ~ 42.86%
B 118 of 427 ~ 27.63%

%29.51
%42.86
%27.63

CMYK color model

#7EB776 color CMYK value is (31,0,36,28).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK:
(31,0,36,28)
C31M0Y36K28 
(31%,0%,36%,28%)
(0.31/0.00/0.36/0.28)	

CMYK percentages

%31.15
%0
%35.52
%28.24

Codes

Color #7EB776 in popluar color models

7EB776
RGB126183118
HSL113°31.10%59.02%
HSB/HSV113°35.52%71.76%
CMYK31.15%0.00%35.52%
28.24%

Color #7EB776 in popluar number systems.

HEX7EB776
Decimal126183118
Binary1111110101101111110110
Octal176267166

Shades and tints

Shades of #7EB776

#7EB776
(126,183,118)
#73A76C
(115,167,108)
#689762
(104,151,98)
#5D8758
(93,135,88)
#52774E
(82,119,78)
#476744
(71,103,68)
#3C573A
(60,87,58)
#314730
(49,71,48)
#263726
(38,55,38)
#1B271C
(27,39,28)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #7EB776

#7EB776
(126,183,118)
#89BD82
(137,189,130)
#94C38E
(148,195,142)
#9FC99A
(159,201,154)
#AACFA6
(170,207,166)
#B5D5B2
(181,213,178)
#C0DBBE
(192,219,190)
#CBE1CA
(203,225,202)
#D6E7D6
(214,231,214)
#E1EDE2
(225,237,226)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB776; }

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

This text font color is #7EB776.


Background Color

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

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

This div background color is #7EB776.


Border color

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

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

This div border color is #7EB776.


Opacity

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

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

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

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

This text has shadow with #7EB776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB776 on black background.


Color preview on white background

This text has color #7EB776 on white background.



Black color preview on #7EB776 background

This text has black color on #7EB776 background.


White color preview on #7EB776 background

This text has white color on #7EB776 background.