COLOR #77DB8D

HEX: #77DB8D RGB: (119,219,141)

Color info

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

RGB color model

#77DB8D color RGB value is (119,219,141).

RGB: (119,219,141) (47%, 86%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 219 of 255 = 86%
B 141 of 255 = 55%

119
219
141

R + G + B ~ 63%. #77DB8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 219 + 141 = 479 (100%)
R 119 of 479 ~ 24.84%
G 219 of 479 ~ 45.72%
B 141 of 479 ~ 29.44'%

%24.84
%45.72
%29.44

CMYK color model

#77DB8D color CMYK value is (46,0,36,14).

  • cyan value is 45.66%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 14.12%

CMYK: (46,0,36,14)
C46M0Y36K14 (46%, 0%, 36%, 14%)
(0.46 / 0.00 / 0.36 / 0.14)

CMYK percentages

%45.66
%0
%35.62
%14.12

Codes

Color #77DB8D in popluar color models

77 DB 8D
RGB 119 219 141
HSL 133° 58.14% 66.27%
HSB/HSV 133° 45.66% 85.88%
CMYK 45.66% 0.00% 35.62%
14.12%

Color #77DB8D in popluar number systems.

HEX 77 DB 8D
Decimal 119 219 141
Binary 1110111 11011011 10001101
Octal 167 333 215

Shades and tints

Shades of #77DB8D

#77DB8D
(119,219,141)
#6DC881
(109,200,129)
#63B575
(99,181,117)
#59A269
(89,162,105)
#4F8F5D
(79,143,93)
#457C51
(69,124,81)
#3B6945
(59,105,69)
#315639
(49,86,57)
#27432D
(39,67,45)
#1D3021
(29,48,33)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #77DB8D

#77DB8D
(119,219,141)
#83DE97
(131,222,151)
#8FE1A1
(143,225,161)
#9BE4AB
(155,228,171)
#A7E7B5
(167,231,181)
#B3EABF
(179,234,191)
#BFEDC9
(191,237,201)
#CBF0D3
(203,240,211)
#D7F3DD
(215,243,221)
#E3F6E7
(227,246,231)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DB8D color. Also use rgb(119,219,141) instead hex code.

Text Font Color

.myTextColor { color: #77DB8D; }

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

This text font color is #77DB8D.

Background Color

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

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

This div background color is #77DB8D.

Border color

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

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

This div border color is #77DB8D.

Opacity

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

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

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

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

This text has shadow with #77DB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77DB8D.

Preview

Color preview on black background

This text has color #77DB8D on black background.


Color preview on white background

This text has color #77DB8D on white background.


Black color preview on #77DB8D background

This text has black color on #77DB8D background.


White color preview on #77DB8D background

This text has white color on #77DB8D background.


Related colors

Complementary color

Complementary color for #hex is #882472.


I love getcolorcode.com

Triadic colors

1 #8D77DB and #DB8D77 with #77DB8D are triadic colors.

2 #8DDB77 and #DB778D with #77DB8D are triadic colors.