COLOR #77BA99

HEX: #77BA99
RGB: (119,186,153)

Color info

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

RGB color model

#77BA99 color RGB value is (119,186,153).

  • red value is 119;
  • green value is 186;
  • blue value is 153.
RGB:
(119,186,153)
(47%,73%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 186 of 255 = 73%
B 153 of 255 = 60%

119
186
153

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

Portions of RGB colors in percentages

R + G + B =
119 + 186 + 153 = 458 (100%)
R 119 of 458 ~ 25.98%
G 186 of 458 ~ 40.61%
B 153 of 458 ~ 33.41%

%25.98
%40.61
%33.41

CMYK color model

#77BA99 color CMYK value is (36,0,18,27).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 27.06%
CMYK:
(36,0,18,27)
C36M0Y18K27 
(36%,0%,18%,27%)
(0.36/0.00/0.18/0.27)	

CMYK percentages

%36.02
%0
%17.74
%27.06

Codes

Color #77BA99 in popluar color models

77BA99
RGB119186153
HSL150°32.68%59.80%
HSB/HSV150°36.02%72.94%
CMYK36.02%0.00%17.74%
27.06%

Color #77BA99 in popluar number systems.

HEX77BA99
Decimal119186153
Binary11101111011101010011001
Octal167272231

Shades and tints

Shades of #77BA99

#77BA99
(119,186,153)
#6DAA8C
(109,170,140)
#639A7F
(99,154,127)
#598A72
(89,138,114)
#4F7A65
(79,122,101)
#456A58
(69,106,88)
#3B5A4B
(59,90,75)
#314A3E
(49,74,62)
#273A31
(39,58,49)
#1D2A24
(29,42,36)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #77BA99

#77BA99
(119,186,153)
#83C0A2
(131,192,162)
#8FC6AB
(143,198,171)
#9BCCB4
(155,204,180)
#A7D2BD
(167,210,189)
#B3D8C6
(179,216,198)
#BFDECF
(191,222,207)
#CBE4D8
(203,228,216)
#D7EAE1
(215,234,225)
#E3F0EA
(227,240,234)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BA99 color. Also use rgb(119,186,153) instead hex code.

Text Font Color

.myTextColor { color: #77BA99; }

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

This text font color is #77BA99.


Background Color

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

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

This div background color is #77BA99.


Border color

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

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

This div border color is #77BA99.


Opacity

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

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

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

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

This text has shadow with #77BA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BA99 on black background.


Color preview on white background

This text has color #77BA99 on white background.



Black color preview on #77BA99 background

This text has black color on #77BA99 background.


White color preview on #77BA99 background

This text has white color on #77BA99 background.