COLOR #77BC98

HEX: #77BC98
RGB: (119,188,152)

Color info

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

RGB color model

#77BC98 color RGB value is (119,188,152).

  • red value is 119;
  • green value is 188;
  • blue value is 152.
RGB:
(119,188,152)
(47%,74%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 188 of 255 = 74%
B 152 of 255 = 60%

119
188
152

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

Portions of RGB colors in percentages

R + G + B =
119 + 188 + 152 = 459 (100%)
R 119 of 459 ~ 25.93%
G 188 of 459 ~ 40.96%
B 152 of 459 ~ 33.12%

%25.93
%40.96
%33.12

CMYK color model

#77BC98 color CMYK value is (37,0,19,26).

  • cyan value is 36.70%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK:
(37,0,19,26)
C37M0Y19K26 
(37%,0%,19%,26%)
(0.37/0.00/0.19/0.26)	

CMYK percentages

%36.7
%0
%19.15
%26.27

Codes

Color #77BC98 in popluar color models

77BC98
RGB119188152
HSL149°33.99%60.20%
HSB/HSV149°36.70%73.73%
CMYK36.70%0.00%19.15%
26.27%

Color #77BC98 in popluar number systems.

HEX77BC98
Decimal119188152
Binary11101111011110010011000
Octal167274230

Shades and tints

Shades of #77BC98

#77BC98
(119,188,152)
#6DAB8B
(109,171,139)
#639A7E
(99,154,126)
#598971
(89,137,113)
#4F7864
(79,120,100)
#456757
(69,103,87)
#3B564A
(59,86,74)
#31453D
(49,69,61)
#273430
(39,52,48)
#1D2323
(29,35,35)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #77BC98

#77BC98
(119,188,152)
#83C2A1
(131,194,161)
#8FC8AA
(143,200,170)
#9BCEB3
(155,206,179)
#A7D4BC
(167,212,188)
#B3DAC5
(179,218,197)
#BFE0CE
(191,224,206)
#CBE6D7
(203,230,215)
#D7ECE0
(215,236,224)
#E3F2E9
(227,242,233)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BC98 color. Also use rgb(119,188,152) instead hex code.

Text Font Color

.myTextColor { color: #77BC98; }

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

This text font color is #77BC98.


Background Color

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

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

This div background color is #77BC98.


Border color

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

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

This div border color is #77BC98.


Opacity

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

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

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

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

This text has shadow with #77BC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BC98 on black background.


Color preview on white background

This text has color #77BC98 on white background.



Black color preview on #77BC98 background

This text has black color on #77BC98 background.


White color preview on #77BC98 background

This text has white color on #77BC98 background.