COLOR #77BF88

HEX: #77BF88
RGB: (119,191,136)

Color info

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

RGB color model

#77BF88 color RGB value is (119,191,136).

  • red value is 119;
  • green value is 191;
  • blue value is 136.
RGB:
(119,191,136)
(47%,75%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 191 of 255 = 75%
B 136 of 255 = 53%

119
191
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 191 + 136 = 446 (100%)
R 119 of 446 ~ 26.68%
G 191 of 446 ~ 42.83%
B 136 of 446 ~ 30.49%

%26.68
%42.83
%30.49

CMYK color model

#77BF88 color CMYK value is (38,0,29,25).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(38,0,29,25)
C38M0Y29K25 
(38%,0%,29%,25%)
(0.38/0.00/0.29/0.25)	

CMYK percentages

%37.7
%0
%28.8
%25.1

Codes

Color #77BF88 in popluar color models

77BF88
RGB119191136
HSL134°36.00%60.78%
HSB/HSV134°37.70%74.90%
CMYK37.70%0.00%28.80%
25.10%

Color #77BF88 in popluar number systems.

HEX77BF88
Decimal119191136
Binary11101111011111110001000
Octal167277210

Shades and tints

Shades of #77BF88

#77BF88
(119,191,136)
#6DAE7C
(109,174,124)
#639D70
(99,157,112)
#598C64
(89,140,100)
#4F7B58
(79,123,88)
#456A4C
(69,106,76)
#3B5940
(59,89,64)
#314834
(49,72,52)
#273728
(39,55,40)
#1D261C
(29,38,28)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #77BF88

#77BF88
(119,191,136)
#83C492
(131,196,146)
#8FC99C
(143,201,156)
#9BCEA6
(155,206,166)
#A7D3B0
(167,211,176)
#B3D8BA
(179,216,186)
#BFDDC4
(191,221,196)
#CBE2CE
(203,226,206)
#D7E7D8
(215,231,216)
#E3ECE2
(227,236,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BF88 color. Also use rgb(119,191,136) instead hex code.

Text Font Color

.myTextColor { color: #77BF88; }

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

This text font color is #77BF88.


Background Color

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

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

This div background color is #77BF88.


Border color

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

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

This div border color is #77BF88.


Opacity

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

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

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

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

This text has shadow with #77BF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BF88 on black background.


Color preview on white background

This text has color #77BF88 on white background.



Black color preview on #77BF88 background

This text has black color on #77BF88 background.


White color preview on #77BF88 background

This text has white color on #77BF88 background.