COLOR #77D07E

HEX: #77D07E
RGB: (119,208,126)

Color info

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

RGB color model

#77D07E color RGB value is (119,208,126).

  • red value is 119;
  • green value is 208;
  • blue value is 126.
RGB:
(119,208,126)
(47%,82%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 208 of 255 = 82%
B 126 of 255 = 49%

119
208
126

R + G + B ~ 59%. #77D07E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 208 + 126 = 453 (100%)
R 119 of 453 ~ 26.27%
G 208 of 453 ~ 45.92%
B 126 of 453 ~ 27.81%

%26.27
%45.92
%27.81

CMYK color model

#77D07E color CMYK value is (43,0,39,18).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 18.43%
CMYK:
(43,0,39,18)
C43M0Y39K18 
(43%,0%,39%,18%)
(0.43/0.00/0.39/0.18)	

CMYK percentages

%42.79
%0
%39.42
%18.43

Codes

Color #77D07E in popluar color models

77D07E
RGB119208126
HSL125°48.63%64.12%
HSB/HSV125°42.79%81.57%
CMYK42.79%0.00%39.42%
18.43%

Color #77D07E in popluar number systems.

HEX77D07E
Decimal119208126
Binary1110111110100001111110
Octal167320176

Shades and tints

Shades of #77D07E

#77D07E
(119,208,126)
#6DBE73
(109,190,115)
#63AC68
(99,172,104)
#599A5D
(89,154,93)
#4F8852
(79,136,82)
#457647
(69,118,71)
#3B643C
(59,100,60)
#315231
(49,82,49)
#274026
(39,64,38)
#1D2E1B
(29,46,27)
#131C10
(19,28,16)
#000000
(0,0,0)

Tints of #77D07E

#77D07E
(119,208,126)
#83D489
(131,212,137)
#8FD894
(143,216,148)
#9BDC9F
(155,220,159)
#A7E0AA
(167,224,170)
#B3E4B5
(179,228,181)
#BFE8C0
(191,232,192)
#CBECCB
(203,236,203)
#D7F0D6
(215,240,214)
#E3F4E1
(227,244,225)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D07E color. Also use rgb(119,208,126) instead hex code.

Text Font Color

.myTextColor { color: #77D07E; }

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

This text font color is #77D07E.


Background Color

.myBgColor { background-color: #77D07E; }

<div style="background-color:#77D07E">Inner text</div>

This div background color is #77D07E.


Border color

.myBorderColor { border: 1px solid #77D07E; }

<div style="border:3px solid #77D07E">Div</div>

This div border color is #77D07E.


Opacity

.myOpacity80 { color: #77D07E; opacity: 0.8; }

<p style="color:#77D07E;opacity:0.8;">80%</p>

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

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

This text has shadow with #77D07E color.

.textShadow {text-shadow: 3px 3px 1px #77D07E, 3px 3px 1px red;}

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

This text has shadow with #77D07E primary color and red secondary color.


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

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

This text has shadow with #77D07E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D07E on black background.


Color preview on white background

This text has color #77D07E on white background.



Black color preview on #77D07E background

This text has black color on #77D07E background.


White color preview on #77D07E background

This text has white color on #77D07E background.