COLOR #77B388

HEX: #77B388
RGB: (119,179,136)

Color info

#77B388 contains mainly green and blue colors. Web safe color of #77B388 is #669999 (or #699).

RGB color model

#77B388 color RGB value is (119,179,136).

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

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 136 of 255 = 53%

119
179
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 179 + 136 = 434 (100%)
R 119 of 434 ~ 27.42%
G 179 of 434 ~ 41.24%
B 136 of 434 ~ 31.34%

%27.42
%41.24
%31.34

CMYK color model

#77B388 color CMYK value is (34,0,24,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK:
(34,0,24,30)
C34M0Y24K30 
(34%,0%,24%,30%)
(0.34/0.00/0.24/0.30)	

CMYK percentages

%33.52
%0
%24.02
%29.8

Codes

Color #77B388 in popluar color models

77B388
RGB119179136
HSL137°28.30%58.43%
HSB/HSV137°33.52%70.20%
CMYK33.52%0.00%24.02%
29.80%

Color #77B388 in popluar number systems.

HEX77B388
Decimal119179136
Binary11101111011001110001000
Octal167263210

Shades and tints

Shades of #77B388

#77B388
(119,179,136)
#6DA37C
(109,163,124)
#639370
(99,147,112)
#598364
(89,131,100)
#4F7358
(79,115,88)
#45634C
(69,99,76)
#3B5340
(59,83,64)
#314334
(49,67,52)
#273328
(39,51,40)
#1D231C
(29,35,28)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #77B388

#77B388
(119,179,136)
#83B992
(131,185,146)
#8FBF9C
(143,191,156)
#9BC5A6
(155,197,166)
#A7CBB0
(167,203,176)
#B3D1BA
(179,209,186)
#BFD7C4
(191,215,196)
#CBDDCE
(203,221,206)
#D7E3D8
(215,227,216)
#E3E9E2
(227,233,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B388; }

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

This text font color is #77B388.


Background Color

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

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

This div background color is #77B388.


Border color

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

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

This div border color is #77B388.


Opacity

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

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

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

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

This text has shadow with #77B388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B388 on black background.


Color preview on white background

This text has color #77B388 on white background.



Black color preview on #77B388 background

This text has black color on #77B388 background.


White color preview on #77B388 background

This text has white color on #77B388 background.