COLOR #77B588

HEX: #77B588
RGB: (119,181,136)

Color info

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

RGB color model

#77B588 color RGB value is (119,181,136).

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

RGB channels and saturation

R 119 of 255 = 47%
G 181 of 255 = 71%
B 136 of 255 = 53%

119
181
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 181 + 136 = 436 (100%)
R 119 of 436 ~ 27.29%
G 181 of 436 ~ 41.51%
B 136 of 436 ~ 31.19%

%27.29
%41.51
%31.19

CMYK color model

#77B588 color CMYK value is (34,0,25,29).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(34,0,25,29)
C34M0Y25K29 
(34%,0%,25%,29%)
(0.34/0.00/0.25/0.29)	

CMYK percentages

%34.25
%0
%24.86
%29.02

Codes

Color #77B588 in popluar color models

77B588
RGB119181136
HSL136°29.52%58.82%
HSB/HSV136°34.25%70.98%
CMYK34.25%0.00%24.86%
29.02%

Color #77B588 in popluar number systems.

HEX77B588
Decimal119181136
Binary11101111011010110001000
Octal167265210

Shades and tints

Shades of #77B588

#77B588
(119,181,136)
#6DA57C
(109,165,124)
#639570
(99,149,112)
#598564
(89,133,100)
#4F7558
(79,117,88)
#45654C
(69,101,76)
#3B5540
(59,85,64)
#314534
(49,69,52)
#273528
(39,53,40)
#1D251C
(29,37,28)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #77B588

#77B588
(119,181,136)
#83BB92
(131,187,146)
#8FC19C
(143,193,156)
#9BC7A6
(155,199,166)
#A7CDB0
(167,205,176)
#B3D3BA
(179,211,186)
#BFD9C4
(191,217,196)
#CBDFCE
(203,223,206)
#D7E5D8
(215,229,216)
#E3EBE2
(227,235,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B588; }

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

This text font color is #77B588.


Background Color

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

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

This div background color is #77B588.


Border color

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

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

This div border color is #77B588.


Opacity

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

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

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

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

This text has shadow with #77B588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B588 on black background.


Color preview on white background

This text has color #77B588 on white background.



Black color preview on #77B588 background

This text has black color on #77B588 background.


White color preview on #77B588 background

This text has white color on #77B588 background.