COLOR #77B55A

HEX: #77B55A RGB: (119,181,90)

Color info

#77B55A contains mainly green color. Web safe color of #77B55A is #66CC66 (or #6C6).

RGB color model

#77B55A color RGB value is (119,181,90).

RGB: (119,181,90) (47%, 71%, 35%)

RGB channels and saturation

R 119 of 255 = 47%
G 181 of 255 = 71%
B 90 of 255 = 35%

119
181
90

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

Portions of RGB colors in percentages

R + G + B = 119 + 181 + 90 = 390 (100%)
R 119 of 390 ~ 30.51%
G 181 of 390 ~ 46.41%
B 90 of 390 ~ 23.08'%

%30.51
%46.41
%23.08

CMYK color model

#77B55A color CMYK value is (34,0,50,29).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 50.28%
  • key color value is 29.02%

CMYK: (34,0,50,29)
C34M0Y50K29 (34%, 0%, 50%, 29%)
(0.34 / 0.00 / 0.50 / 0.29)

CMYK percentages

%34.25
%0
%50.28
%29.02

Codes

Color #77B55A in popluar color models

77 B5 5A
RGB 119 181 90
HSL 101° 38.08% 53.14%
HSB/HSV 101° 50.28% 70.98%
CMYK 34.25% 0.00% 50.28%
29.02%

Color #77B55A in popluar number systems.

HEX 77 B5 5A
Decimal 119 181 90
Binary 1110111 10110101 1011010
Octal 167 265 132

Shades and tints

Shades of #77B55A

#77B55A
(119,181,90)
#6DA552
(109,165,82)
#63954A
(99,149,74)
#598542
(89,133,66)
#4F753A
(79,117,58)
#456532
(69,101,50)
#3B552A
(59,85,42)
#314522
(49,69,34)
#27351A
(39,53,26)
#1D2512
(29,37,18)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #77B55A

#77B55A
(119,181,90)
#83BB69
(131,187,105)
#8FC178
(143,193,120)
#9BC787
(155,199,135)
#A7CD96
(167,205,150)
#B3D3A5
(179,211,165)
#BFD9B4
(191,217,180)
#CBDFC3
(203,223,195)
#D7E5D2
(215,229,210)
#E3EBE1
(227,235,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B55A color. Also use rgb(119,181,90) instead hex code.

Text Font Color

.myTextColor { color: #77B55A; }

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

This text font color is #77B55A.

Background Color

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

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

This div background color is #77B55A.

Border color

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

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

This div border color is #77B55A.

Opacity

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

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

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

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

This text has shadow with #77B55A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B55A.

Preview

Color preview on black background

This text has color #77B55A on black background.


Color preview on white background

This text has color #77B55A on white background.


Black color preview on #77B55A background

This text has black color on #77B55A background.


White color preview on #77B55A background

This text has white color on #77B55A background.


Related colors

Complementary color

Complementary color for #hex is #884AA5.


I love getcolorcode.com

Triadic colors

1 #5A77B5 and #B55A77 with #77B55A are triadic colors.

2 #5AB577 and #B5775A with #77B55A are triadic colors.