COLOR #77C865

HEX: #77C865 RGB: (119,200,101)

Color info

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

RGB color model

#77C865 color RGB value is (119,200,101).

RGB: (119,200,101) (47%, 78%, 40%)

RGB channels and saturation

R 119 of 255 = 47%
G 200 of 255 = 78%
B 101 of 255 = 40%

119
200
101

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

Portions of RGB colors in percentages

R + G + B = 119 + 200 + 101 = 420 (100%)
R 119 of 420 ~ 28.33%
G 200 of 420 ~ 47.62%
B 101 of 420 ~ 24.05'%

%28.33
%47.62
%24.05

CMYK color model

#77C865 color CMYK value is (41,0,50,22).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 49.50%
  • key color value is 21.57%

CMYK: (41,0,50,22)
C41M0Y50K22 (41%, 0%, 50%, 22%)
(0.41 / 0.00 / 0.50 / 0.22)

CMYK percentages

%40.5
%0
%49.5
%21.57

Codes

Color #77C865 in popluar color models

77 C8 65
RGB 119 200 101
HSL 109° 47.37% 59.02%
HSB/HSV 109° 49.50% 78.43%
CMYK 40.50% 0.00% 49.50%
21.57%

Color #77C865 in popluar number systems.

HEX 77 C8 65
Decimal 119 200 101
Binary 1110111 11001000 1100101
Octal 167 310 145

Shades and tints

Shades of #77C865

#77C865
(119,200,101)
#6DB65C
(109,182,92)
#63A453
(99,164,83)
#59924A
(89,146,74)
#4F8041
(79,128,65)
#456E38
(69,110,56)
#3B5C2F
(59,92,47)
#314A26
(49,74,38)
#27381D
(39,56,29)
#1D2614
(29,38,20)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #77C865

#77C865
(119,200,101)
#83CD73
(131,205,115)
#8FD281
(143,210,129)
#9BD78F
(155,215,143)
#A7DC9D
(167,220,157)
#B3E1AB
(179,225,171)
#BFE6B9
(191,230,185)
#CBEBC7
(203,235,199)
#D7F0D5
(215,240,213)
#E3F5E3
(227,245,227)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C865 color. Also use rgb(119,200,101) instead hex code.

Text Font Color

.myTextColor { color: #77C865; }

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

This text font color is #77C865.

Background Color

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

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

This div background color is #77C865.

Border color

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

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

This div border color is #77C865.

Opacity

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

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

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

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

This text has shadow with #77C865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C865.

Preview

Color preview on black background

This text has color #77C865 on black background.


Color preview on white background

This text has color #77C865 on white background.


Black color preview on #77C865 background

This text has black color on #77C865 background.


White color preview on #77C865 background

This text has white color on #77C865 background.


Related colors

Complementary color

Complementary color for #hex is #88379A.


I love getcolorcode.com

Triadic colors

1 #6577C8 and #C86577 with #77C865 are triadic colors.

2 #65C877 and #C87765 with #77C865 are triadic colors.