COLOR #77C192

HEX: #77C192
RGB: (119,193,146)

Color info

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

RGB color model

#77C192 color RGB value is (119,193,146).

  • red value is 119;
  • green value is 193;
  • blue value is 146.
RGB:
(119,193,146)
(47%,76%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 193 of 255 = 76%
B 146 of 255 = 57%

119
193
146

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

Portions of RGB colors in percentages

R + G + B =
119 + 193 + 146 = 458 (100%)
R 119 of 458 ~ 25.98%
G 193 of 458 ~ 42.14%
B 146 of 458 ~ 31.88%

%25.98
%42.14
%31.88

CMYK color model

#77C192 color CMYK value is (38,0,24,24).

  • cyan value is 38.34%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 24.31%
CMYK:
(38,0,24,24)
C38M0Y24K24 
(38%,0%,24%,24%)
(0.38/0.00/0.24/0.24)	

CMYK percentages

%38.34
%0
%24.35
%24.31

Codes

Color #77C192 in popluar color models

77C192
RGB119193146
HSL142°37.37%61.18%
HSB/HSV142°38.34%75.69%
CMYK38.34%0.00%24.35%
24.31%

Color #77C192 in popluar number systems.

HEX77C192
Decimal119193146
Binary11101111100000110010010
Octal167301222

Shades and tints

Shades of #77C192

#77C192
(119,193,146)
#6DB085
(109,176,133)
#639F78
(99,159,120)
#598E6B
(89,142,107)
#4F7D5E
(79,125,94)
#456C51
(69,108,81)
#3B5B44
(59,91,68)
#314A37
(49,74,55)
#27392A
(39,57,42)
#1D281D
(29,40,29)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #77C192

#77C192
(119,193,146)
#83C69B
(131,198,155)
#8FCBA4
(143,203,164)
#9BD0AD
(155,208,173)
#A7D5B6
(167,213,182)
#B3DABF
(179,218,191)
#BFDFC8
(191,223,200)
#CBE4D1
(203,228,209)
#D7E9DA
(215,233,218)
#E3EEE3
(227,238,227)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C192 color. Also use rgb(119,193,146) instead hex code.

Text Font Color

.myTextColor { color: #77C192; }

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

This text font color is #77C192.


Background Color

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

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

This div background color is #77C192.


Border color

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

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

This div border color is #77C192.


Opacity

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

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

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

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

This text has shadow with #77C192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C192 on black background.


Color preview on white background

This text has color #77C192 on white background.



Black color preview on #77C192 background

This text has black color on #77C192 background.


White color preview on #77C192 background

This text has white color on #77C192 background.