COLOR #77C488

HEX: #77C488
RGB: (119,196,136)

Color info

#77C488 contains mainly green color. Web safe color of #77C488 is #66CC99 (or #6C9).

RGB color model

#77C488 color RGB value is (119,196,136).

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

RGB channels and saturation

R 119 of 255 = 47%
G 196 of 255 = 77%
B 136 of 255 = 53%

119
196
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 196 + 136 = 451 (100%)
R 119 of 451 ~ 26.39%
G 196 of 451 ~ 43.46%
B 136 of 451 ~ 30.16%

%26.39
%43.46
%30.16

CMYK color model

#77C488 color CMYK value is (39,0,31,23).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 23.14%
CMYK:
(39,0,31,23)
C39M0Y31K23 
(39%,0%,31%,23%)
(0.39/0.00/0.31/0.23)	

CMYK percentages

%39.29
%0
%30.61
%23.14

Codes

Color #77C488 in popluar color models

77C488
RGB119196136
HSL133°39.49%61.76%
HSB/HSV133°39.29%76.86%
CMYK39.29%0.00%30.61%
23.14%

Color #77C488 in popluar number systems.

HEX77C488
Decimal119196136
Binary11101111100010010001000
Octal167304210

Shades and tints

Shades of #77C488

#77C488
(119,196,136)
#6DB37C
(109,179,124)
#63A270
(99,162,112)
#599164
(89,145,100)
#4F8058
(79,128,88)
#456F4C
(69,111,76)
#3B5E40
(59,94,64)
#314D34
(49,77,52)
#273C28
(39,60,40)
#1D2B1C
(29,43,28)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #77C488

#77C488
(119,196,136)
#83C992
(131,201,146)
#8FCE9C
(143,206,156)
#9BD3A6
(155,211,166)
#A7D8B0
(167,216,176)
#B3DDBA
(179,221,186)
#BFE2C4
(191,226,196)
#CBE7CE
(203,231,206)
#D7ECD8
(215,236,216)
#E3F1E2
(227,241,226)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C488; }

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

This text font color is #77C488.


Background Color

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

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

This div background color is #77C488.


Border color

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

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

This div border color is #77C488.


Opacity

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

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

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

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

This text has shadow with #77C488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C488 on black background.


Color preview on white background

This text has color #77C488 on white background.



Black color preview on #77C488 background

This text has black color on #77C488 background.


White color preview on #77C488 background

This text has white color on #77C488 background.