COLOR #77B455

HEX: #77B455 RGB: (119,180,85)

Color info

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

RGB color model

#77B455 color RGB value is (119,180,85).

RGB: (119,180,85) (47%, 71%, 33%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 85 of 255 = 33%

119
180
85

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

Portions of RGB colors in percentages

R + G + B = 119 + 180 + 85 = 384 (100%)
R 119 of 384 ~ 30.99%
G 180 of 384 ~ 46.88%
B 85 of 384 ~ 22.14'%

%30.99
%46.88
%22.14

CMYK color model

#77B455 color CMYK value is (34,0,53,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 29.41%

CMYK: (34,0,53,29)
C34M0Y53K29 (34%, 0%, 53%, 29%)
(0.34 / 0.00 / 0.53 / 0.29)

CMYK percentages

%33.89
%0
%52.78
%29.41

Codes

Color #77B455 in popluar color models

77 B4 55
RGB 119 180 85
HSL 99° 38.78% 51.96%
HSB/HSV 99° 52.78% 70.59%
CMYK 33.89% 0.00% 52.78%
29.41%

Color #77B455 in popluar number systems.

HEX 77 B4 55
Decimal 119 180 85
Binary 1110111 10110100 1010101
Octal 167 264 125

Shades and tints

Shades of #77B455

#77B455
(119,180,85)
#6DA44E
(109,164,78)
#639447
(99,148,71)
#598440
(89,132,64)
#4F7439
(79,116,57)
#456432
(69,100,50)
#3B542B
(59,84,43)
#314424
(49,68,36)
#27341D
(39,52,29)
#1D2416
(29,36,22)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #77B455

#77B455
(119,180,85)
#83BA64
(131,186,100)
#8FC073
(143,192,115)
#9BC682
(155,198,130)
#A7CC91
(167,204,145)
#B3D2A0
(179,210,160)
#BFD8AF
(191,216,175)
#CBDEBE
(203,222,190)
#D7E4CD
(215,228,205)
#E3EADC
(227,234,220)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B455 color. Also use rgb(119,180,85) instead hex code.

Text Font Color

.myTextColor { color: #77B455; }

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

This text font color is #77B455.

Background Color

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

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

This div background color is #77B455.

Border color

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

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

This div border color is #77B455.

Opacity

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

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

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

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

This text has shadow with #77B455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B455.

Preview

Color preview on black background

This text has color #77B455 on black background.


Color preview on white background

This text has color #77B455 on white background.


Black color preview on #77B455 background

This text has black color on #77B455 background.


White color preview on #77B455 background

This text has white color on #77B455 background.


Related colors

Complementary color

Complementary color for #hex is #884BAA.


I love getcolorcode.com

Triadic colors

1 #5577B4 and #B45577 with #77B455 are triadic colors.

2 #55B477 and #B47755 with #77B455 are triadic colors.