COLOR #77B991

HEX: #77B991
RGB: (119,185,145)

Color info

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

RGB color model

#77B991 color RGB value is (119,185,145).

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

RGB channels and saturation

R 119 of 255 = 47%
G 185 of 255 = 73%
B 145 of 255 = 57%

119
185
145

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

Portions of RGB colors in percentages

R + G + B =
119 + 185 + 145 = 449 (100%)
R 119 of 449 ~ 26.5%
G 185 of 449 ~ 41.2%
B 145 of 449 ~ 32.29%

%26.5
%41.2
%32.29

CMYK color model

#77B991 color CMYK value is (36,0,22,27).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(36,0,22,27)
C36M0Y22K27 
(36%,0%,22%,27%)
(0.36/0.00/0.22/0.27)	

CMYK percentages

%35.68
%0
%21.62
%27.45

Codes

Color #77B991 in popluar color models

77B991
RGB119185145
HSL144°32.04%59.61%
HSB/HSV144°35.68%72.55%
CMYK35.68%0.00%21.62%
27.45%

Color #77B991 in popluar number systems.

HEX77B991
Decimal119185145
Binary11101111011100110010001
Octal167271221

Shades and tints

Shades of #77B991

#77B991
(119,185,145)
#6DA984
(109,169,132)
#639977
(99,153,119)
#59896A
(89,137,106)
#4F795D
(79,121,93)
#456950
(69,105,80)
#3B5943
(59,89,67)
#314936
(49,73,54)
#273929
(39,57,41)
#1D291C
(29,41,28)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #77B991

#77B991
(119,185,145)
#83BF9B
(131,191,155)
#8FC5A5
(143,197,165)
#9BCBAF
(155,203,175)
#A7D1B9
(167,209,185)
#B3D7C3
(179,215,195)
#BFDDCD
(191,221,205)
#CBE3D7
(203,227,215)
#D7E9E1
(215,233,225)
#E3EFEB
(227,239,235)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B991; }

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

This text font color is #77B991.


Background Color

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

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

This div background color is #77B991.


Border color

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

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

This div border color is #77B991.


Opacity

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

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

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

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

This text has shadow with #77B991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B991 on black background.


Color preview on white background

This text has color #77B991 on white background.



Black color preview on #77B991 background

This text has black color on #77B991 background.


White color preview on #77B991 background

This text has white color on #77B991 background.