COLOR #77BE99

HEX: #77BE99
RGB: (119,190,153)

Color info

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

RGB color model

#77BE99 color RGB value is (119,190,153).

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

RGB channels and saturation

R 119 of 255 = 47%
G 190 of 255 = 75%
B 153 of 255 = 60%

119
190
153

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

Portions of RGB colors in percentages

R + G + B =
119 + 190 + 153 = 462 (100%)
R 119 of 462 ~ 25.76%
G 190 of 462 ~ 41.13%
B 153 of 462 ~ 33.12%

%25.76
%41.13
%33.12

CMYK color model

#77BE99 color CMYK value is (37,0,19,25).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(37,0,19,25)
C37M0Y19K25 
(37%,0%,19%,25%)
(0.37/0.00/0.19/0.25)	

CMYK percentages

%37.37
%0
%19.47
%25.49

Codes

Color #77BE99 in popluar color models

77BE99
RGB119190153
HSL149°35.32%60.59%
HSB/HSV149°37.37%74.51%
CMYK37.37%0.00%19.47%
25.49%

Color #77BE99 in popluar number systems.

HEX77BE99
Decimal119190153
Binary11101111011111010011001
Octal167276231

Shades and tints

Shades of #77BE99

#77BE99
(119,190,153)
#6DAD8C
(109,173,140)
#639C7F
(99,156,127)
#598B72
(89,139,114)
#4F7A65
(79,122,101)
#456958
(69,105,88)
#3B584B
(59,88,75)
#31473E
(49,71,62)
#273631
(39,54,49)
#1D2524
(29,37,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #77BE99

#77BE99
(119,190,153)
#83C3A2
(131,195,162)
#8FC8AB
(143,200,171)
#9BCDB4
(155,205,180)
#A7D2BD
(167,210,189)
#B3D7C6
(179,215,198)
#BFDCCF
(191,220,207)
#CBE1D8
(203,225,216)
#D7E6E1
(215,230,225)
#E3EBEA
(227,235,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BE99; }

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

This text font color is #77BE99.


Background Color

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

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

This div background color is #77BE99.


Border color

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

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

This div border color is #77BE99.


Opacity

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

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

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

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

This text has shadow with #77BE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BE99 on black background.


Color preview on white background

This text has color #77BE99 on white background.



Black color preview on #77BE99 background

This text has black color on #77BE99 background.


White color preview on #77BE99 background

This text has white color on #77BE99 background.