COLOR #77D37F

HEX: #77D37F RGB: (119,211,127)

Color info

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

RGB color model

#77D37F color RGB value is (119,211,127).

RGB: (119,211,127) (47%, 83%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 211 of 255 = 83%
B 127 of 255 = 50%

119
211
127

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

Portions of RGB colors in percentages

R + G + B = 119 + 211 + 127 = 457 (100%)
R 119 of 457 ~ 26.04%
G 211 of 457 ~ 46.17%
B 127 of 457 ~ 27.79'%

%26.04
%46.17
%27.79

CMYK color model

#77D37F color CMYK value is (44,0,40,17).

  • cyan value is 43.60%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 17.25%

CMYK: (44,0,40,17)
C44M0Y40K17 (44%, 0%, 40%, 17%)
(0.44 / 0.00 / 0.40 / 0.17)

CMYK percentages

%43.6
%0
%39.81
%17.25

Codes

Color #77D37F in popluar color models

77 D3 7F
RGB 119 211 127
HSL 125° 51.11% 64.71%
HSB/HSV 125° 43.60% 82.75%
CMYK 43.60% 0.00% 39.81%
17.25%

Color #77D37F in popluar number systems.

HEX 77 D3 7F
Decimal 119 211 127
Binary 1110111 11010011 1111111
Octal 167 323 177

Shades and tints

Shades of #77D37F

#77D37F
(119,211,127)
#6DC074
(109,192,116)
#63AD69
(99,173,105)
#599A5E
(89,154,94)
#4F8753
(79,135,83)
#457448
(69,116,72)
#3B613D
(59,97,61)
#314E32
(49,78,50)
#273B27
(39,59,39)
#1D281C
(29,40,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #77D37F

#77D37F
(119,211,127)
#83D78A
(131,215,138)
#8FDB95
(143,219,149)
#9BDFA0
(155,223,160)
#A7E3AB
(167,227,171)
#B3E7B6
(179,231,182)
#BFEBC1
(191,235,193)
#CBEFCC
(203,239,204)
#D7F3D7
(215,243,215)
#E3F7E2
(227,247,226)
#EFFBED
(239,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D37F color. Also use rgb(119,211,127) instead hex code.

Text Font Color

.myTextColor { color: #77D37F; }

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

This text font color is #77D37F.

Background Color

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

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

This div background color is #77D37F.

Border color

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

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

This div border color is #77D37F.

Opacity

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

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

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

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

This text has shadow with #77D37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77D37F.

Preview

Color preview on black background

This text has color #77D37F on black background.


Color preview on white background

This text has color #77D37F on white background.


Black color preview on #77D37F background

This text has black color on #77D37F background.


White color preview on #77D37F background

This text has white color on #77D37F background.


Related colors

Complementary color

Complementary color for #hex is #882C80.


I love getcolorcode.com

Triadic colors

1 #7F77D3 and #D37F77 with #77D37F are triadic colors.

2 #7FD377 and #D3777F with #77D37F are triadic colors.