COLOR #77DB91

HEX: #77DB91 RGB: (119,219,145)

Color info

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

RGB color model

#77DB91 color RGB value is (119,219,145).

RGB: (119,219,145) (47%, 86%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 219 of 255 = 86%
B 145 of 255 = 57%

119
219
145

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

Portions of RGB colors in percentages

R + G + B = 119 + 219 + 145 = 483 (100%)
R 119 of 483 ~ 24.64%
G 219 of 483 ~ 45.34%
B 145 of 483 ~ 30.02'%

%24.64
%45.34
%30.02

CMYK color model

#77DB91 color CMYK value is (46,0,34,14).

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

CMYK: (46,0,34,14)
C46M0Y34K14 (46%, 0%, 34%, 14%)
(0.46 / 0.00 / 0.34 / 0.14)

CMYK percentages

%45.66
%0
%33.79
%14.12

Codes

Color #77DB91 in popluar color models

77 DB 91
RGB 119 219 145
HSL 136° 58.14% 66.27%
HSB/HSV 136° 45.66% 85.88%
CMYK 45.66% 0.00% 33.79%
14.12%

Color #77DB91 in popluar number systems.

HEX 77 DB 91
Decimal 119 219 145
Binary 1110111 11011011 10010001
Octal 167 333 221

Shades and tints

Shades of #77DB91

#77DB91
(119,219,145)
#6DC884
(109,200,132)
#63B577
(99,181,119)
#59A26A
(89,162,106)
#4F8F5D
(79,143,93)
#457C50
(69,124,80)
#3B6943
(59,105,67)
#315636
(49,86,54)
#274329
(39,67,41)
#1D301C
(29,48,28)
#131D0F
(19,29,15)
#000000
(0,0,0)

Tints of #77DB91

#77DB91
(119,219,145)
#83DE9B
(131,222,155)
#8FE1A5
(143,225,165)
#9BE4AF
(155,228,175)
#A7E7B9
(167,231,185)
#B3EAC3
(179,234,195)
#BFEDCD
(191,237,205)
#CBF0D7
(203,240,215)
#D7F3E1
(215,243,225)
#E3F6EB
(227,246,235)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77DB91; }

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

This text font color is #77DB91.

Background Color

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

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

This div background color is #77DB91.

Border color

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

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

This div border color is #77DB91.

Opacity

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

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

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

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

This text has shadow with #77DB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77DB91.

Preview

Color preview on black background

This text has color #77DB91 on black background.


Color preview on white background

This text has color #77DB91 on white background.


Black color preview on #77DB91 background

This text has black color on #77DB91 background.


White color preview on #77DB91 background

This text has white color on #77DB91 background.


Related colors

Complementary color

Complementary color for #hex is #88246E.


I love getcolorcode.com

Triadic colors

1 #9177DB and #DB9177 with #77DB91 are triadic colors.

2 #91DB77 and #DB7791 with #77DB91 are triadic colors.