COLOR #77C793

HEX: #77C793
RGB: (119,199,147)

Color info

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

RGB color model

#77C793 color RGB value is (119,199,147).

  • red value is 119;
  • green value is 199;
  • blue value is 147.
RGB:
(119,199,147)
(47%,78%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 199 of 255 = 78%
B 147 of 255 = 58%

119
199
147

R + G + B ~ 61%. #77C793 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 199 + 147 = 465 (100%)
R 119 of 465 ~ 25.59%
G 199 of 465 ~ 42.8%
B 147 of 465 ~ 31.61%

%25.59
%42.8
%31.61

CMYK color model

#77C793 color CMYK value is (40,0,26,22).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 21.96%
CMYK:
(40,0,26,22)
C40M0Y26K22 
(40%,0%,26%,22%)
(0.40/0.00/0.26/0.22)	

CMYK percentages

%40.2
%0
%26.13
%21.96

Codes

Color #77C793 in popluar color models

77C793
RGB119199147
HSL141°41.67%62.35%
HSB/HSV141°40.20%78.04%
CMYK40.20%0.00%26.13%
21.96%

Color #77C793 in popluar number systems.

HEX77C793
Decimal119199147
Binary11101111100011110010011
Octal167307223

Shades and tints

Shades of #77C793

#77C793
(119,199,147)
#6DB586
(109,181,134)
#63A379
(99,163,121)
#59916C
(89,145,108)
#4F7F5F
(79,127,95)
#456D52
(69,109,82)
#3B5B45
(59,91,69)
#314938
(49,73,56)
#27372B
(39,55,43)
#1D251E
(29,37,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #77C793

#77C793
(119,199,147)
#83CC9C
(131,204,156)
#8FD1A5
(143,209,165)
#9BD6AE
(155,214,174)
#A7DBB7
(167,219,183)
#B3E0C0
(179,224,192)
#BFE5C9
(191,229,201)
#CBEAD2
(203,234,210)
#D7EFDB
(215,239,219)
#E3F4E4
(227,244,228)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C793 color. Also use rgb(119,199,147) instead hex code.

Text Font Color

.myTextColor { color: #77C793; }

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

This text font color is #77C793.


Background Color

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

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

This div background color is #77C793.


Border color

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

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

This div border color is #77C793.


Opacity

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

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

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

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

This text has shadow with #77C793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C793 on black background.


Color preview on white background

This text has color #77C793 on white background.



Black color preview on #77C793 background

This text has black color on #77C793 background.


White color preview on #77C793 background

This text has white color on #77C793 background.