COLOR #77C791

HEX: #77C791
RGB: (119,199,145)

Color info

#77C791 contains mainly green and blue colors. Web safe color of #77C791 is #66CC99 (or #6C9).

RGB color model

#77C791 color RGB value is (119,199,145).

  • red value is 119;
  • green value is 199;
  • blue value is 145.
RGB:
(119,199,145)
(47%,78%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 199 of 255 = 78%
B 145 of 255 = 57%

119
199
145

R + G + B ~ 61%. #77C791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 199 + 145 = 463 (100%)
R 119 of 463 ~ 25.7%
G 199 of 463 ~ 42.98%
B 145 of 463 ~ 31.32%

%25.7
%42.98
%31.32

CMYK color model

#77C791 color CMYK value is (40,0,27,22).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 21.96%
CMYK:
(40,0,27,22)
C40M0Y27K22 
(40%,0%,27%,22%)
(0.40/0.00/0.27/0.22)	

CMYK percentages

%40.2
%0
%27.14
%21.96

Codes

Color #77C791 in popluar color models

77C791
RGB119199145
HSL140°41.67%62.35%
HSB/HSV140°40.20%78.04%
CMYK40.20%0.00%27.14%
21.96%

Color #77C791 in popluar number systems.

HEX77C791
Decimal119199145
Binary11101111100011110010001
Octal167307221

Shades and tints

Shades of #77C791

#77C791
(119,199,145)
#6DB584
(109,181,132)
#63A377
(99,163,119)
#59916A
(89,145,106)
#4F7F5D
(79,127,93)
#456D50
(69,109,80)
#3B5B43
(59,91,67)
#314936
(49,73,54)
#273729
(39,55,41)
#1D251C
(29,37,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #77C791

#77C791
(119,199,145)
#83CC9B
(131,204,155)
#8FD1A5
(143,209,165)
#9BD6AF
(155,214,175)
#A7DBB9
(167,219,185)
#B3E0C3
(179,224,195)
#BFE5CD
(191,229,205)
#CBEAD7
(203,234,215)
#D7EFE1
(215,239,225)
#E3F4EB
(227,244,235)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C791 color. Also use rgb(119,199,145) instead hex code.

Text Font Color

.myTextColor { color: #77C791; }

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

This text font color is #77C791.


Background Color

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

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

This div background color is #77C791.


Border color

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

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

This div border color is #77C791.


Opacity

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

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

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

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

This text has shadow with #77C791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C791 on black background.


Color preview on white background

This text has color #77C791 on white background.



Black color preview on #77C791 background

This text has black color on #77C791 background.


White color preview on #77C791 background

This text has white color on #77C791 background.