COLOR #77BB71

HEX: #77BB71
RGB: (119,187,113)

Color info

#77BB71 contains mainly green color. Web safe color of #77BB71 is #66CC66 (or #6C6).

RGB color model

#77BB71 color RGB value is (119,187,113).

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

RGB channels and saturation

R 119 of 255 = 47%
G 187 of 255 = 73%
B 113 of 255 = 44%

119
187
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 187 + 113 = 419 (100%)
R 119 of 419 ~ 28.4%
G 187 of 419 ~ 44.63%
B 113 of 419 ~ 26.97%

%28.4
%44.63
%26.97

CMYK color model

#77BB71 color CMYK value is (36,0,40,27).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 26.67%
CMYK:
(36,0,40,27)
C36M0Y40K27 
(36%,0%,40%,27%)
(0.36/0.00/0.40/0.27)	

CMYK percentages

%36.36
%0
%39.57
%26.67

Codes

Color #77BB71 in popluar color models

77BB71
RGB119187113
HSL115°35.24%58.82%
HSB/HSV115°39.57%73.33%
CMYK36.36%0.00%39.57%
26.67%

Color #77BB71 in popluar number systems.

HEX77BB71
Decimal119187113
Binary1110111101110111110001
Octal167273161

Shades and tints

Shades of #77BB71

#77BB71
(119,187,113)
#6DAA67
(109,170,103)
#63995D
(99,153,93)
#598853
(89,136,83)
#4F7749
(79,119,73)
#45663F
(69,102,63)
#3B5535
(59,85,53)
#31442B
(49,68,43)
#273321
(39,51,33)
#1D2217
(29,34,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #77BB71

#77BB71
(119,187,113)
#83C17D
(131,193,125)
#8FC789
(143,199,137)
#9BCD95
(155,205,149)
#A7D3A1
(167,211,161)
#B3D9AD
(179,217,173)
#BFDFB9
(191,223,185)
#CBE5C5
(203,229,197)
#D7EBD1
(215,235,209)
#E3F1DD
(227,241,221)
#EFF7E9
(239,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BB71; }

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

This text font color is #77BB71.


Background Color

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

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

This div background color is #77BB71.


Border color

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

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

This div border color is #77BB71.


Opacity

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

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

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

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

This text has shadow with #77BB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BB71 on black background.


Color preview on white background

This text has color #77BB71 on white background.



Black color preview on #77BB71 background

This text has black color on #77BB71 background.


White color preview on #77BB71 background

This text has white color on #77BB71 background.