COLOR #77BE9B

HEX: #77BE9B RGB: (119,190,155)

Color info

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

RGB color model

#77BE9B color RGB value is (119,190,155).

RGB: (119,190,155) (47%, 75%, 61%)

RGB channels and saturation

R 119 of 255 = 47%
G 190 of 255 = 75%
B 155 of 255 = 61%

119
190
155

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

Portions of RGB colors in percentages

R + G + B = 119 + 190 + 155 = 464 (100%)
R 119 of 464 ~ 25.65%
G 190 of 464 ~ 40.95%
B 155 of 464 ~ 33.41'%

%25.65
%40.95
%33.41

CMYK color model

#77BE9B color CMYK value is (37,0,18,25).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%

CMYK: (37,0,18,25)
C37M0Y18K25 (37%, 0%, 18%, 25%)
(0.37 / 0.00 / 0.18 / 0.25)

CMYK percentages

%37.37
%0
%18.42
%25.49

Codes

Color #77BE9B in popluar color models

77 BE 9B
RGB 119 190 155
HSL 150° 35.32% 60.59%
HSB/HSV 150° 37.37% 74.51%
CMYK 37.37% 0.00% 18.42%
25.49%

Color #77BE9B in popluar number systems.

HEX 77 BE 9B
Decimal 119 190 155
Binary 1110111 10111110 10011011
Octal 167 276 233

Shades and tints

Shades of #77BE9B

#77BE9B
(119,190,155)
#6DAD8D
(109,173,141)
#639C7F
(99,156,127)
#598B71
(89,139,113)
#4F7A63
(79,122,99)
#456955
(69,105,85)
#3B5847
(59,88,71)
#314739
(49,71,57)
#27362B
(39,54,43)
#1D251D
(29,37,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #77BE9B

#77BE9B
(119,190,155)
#83C3A4
(131,195,164)
#8FC8AD
(143,200,173)
#9BCDB6
(155,205,182)
#A7D2BF
(167,210,191)
#B3D7C8
(179,215,200)
#BFDCD1
(191,220,209)
#CBE1DA
(203,225,218)
#D7E6E3
(215,230,227)
#E3EBEC
(227,235,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BE9B; }

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

This text font color is #77BE9B.

Background Color

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

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

This div background color is #77BE9B.

Border color

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

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

This div border color is #77BE9B.

Opacity

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

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

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

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

This text has shadow with #77BE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77BE9B.

Preview

Color preview on black background

This text has color #77BE9B on black background.


Color preview on white background

This text has color #77BE9B on white background.


Black color preview on #77BE9B background

This text has black color on #77BE9B background.


White color preview on #77BE9B background

This text has white color on #77BE9B background.


Related colors

Complementary color

Complementary color for #77BE9B is #884164.


I love getcolorcode.com

Triadic colors

1 #9B77BE and #BE9B77 with #77BE9B are triadic colors.

2 #9BBE77 and #BE779B with #77BE9B are triadic colors.