COLOR #77BB8B

HEX: #77BB8B
RGB: (119,187,139)

Color info

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

RGB color model

#77BB8B color RGB value is (119,187,139).

  • red value is 119;
  • green value is 187;
  • blue value is 139.
RGB:
(119,187,139)
(47%,73%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 187 of 255 = 73%
B 139 of 255 = 55%

119
187
139

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

Portions of RGB colors in percentages

R + G + B =
119 + 187 + 139 = 445 (100%)
R 119 of 445 ~ 26.74%
G 187 of 445 ~ 42.02%
B 139 of 445 ~ 31.24%

%26.74
%42.02
%31.24

CMYK color model

#77BB8B color CMYK value is (36,0,26,27).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK:
(36,0,26,27)
C36M0Y26K27 
(36%,0%,26%,27%)
(0.36/0.00/0.26/0.27)	

CMYK percentages

%36.36
%0
%25.67
%26.67

Codes

Color #77BB8B in popluar color models

77BB8B
RGB119187139
HSL138°33.33%60.00%
HSB/HSV138°36.36%73.33%
CMYK36.36%0.00%25.67%
26.67%

Color #77BB8B in popluar number systems.

HEX77BB8B
Decimal119187139
Binary11101111011101110001011
Octal167273213

Shades and tints

Shades of #77BB8B

#77BB8B
(119,187,139)
#6DAA7F
(109,170,127)
#639973
(99,153,115)
#598867
(89,136,103)
#4F775B
(79,119,91)
#45664F
(69,102,79)
#3B5543
(59,85,67)
#314437
(49,68,55)
#27332B
(39,51,43)
#1D221F
(29,34,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #77BB8B

#77BB8B
(119,187,139)
#83C195
(131,193,149)
#8FC79F
(143,199,159)
#9BCDA9
(155,205,169)
#A7D3B3
(167,211,179)
#B3D9BD
(179,217,189)
#BFDFC7
(191,223,199)
#CBE5D1
(203,229,209)
#D7EBDB
(215,235,219)
#E3F1E5
(227,241,229)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BB8B color. Also use rgb(119,187,139) instead hex code.

Text Font Color

.myTextColor { color: #77BB8B; }

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

This text font color is #77BB8B.


Background Color

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

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

This div background color is #77BB8B.


Border color

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

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

This div border color is #77BB8B.


Opacity

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

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

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

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

This text has shadow with #77BB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BB8B on black background.


Color preview on white background

This text has color #77BB8B on white background.



Black color preview on #77BB8B background

This text has black color on #77BB8B background.


White color preview on #77BB8B background

This text has white color on #77BB8B background.