COLOR #77A568

HEX: #77A568 RGB: (119,165,104)

Color info

#77A568 contains mainly red and green colors. Web safe color of #77A568 is #669966 (or #696).

RGB color model

#77A568 color RGB value is (119,165,104).

RGB: (119,165,104) (47%, 65%, 41%)

RGB channels and saturation

R 119 of 255 = 47%
G 165 of 255 = 65%
B 104 of 255 = 41%

119
165
104

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

Portions of RGB colors in percentages

R + G + B = 119 + 165 + 104 = 388 (100%)
R 119 of 388 ~ 30.67%
G 165 of 388 ~ 42.53%
B 104 of 388 ~ 26.8'%

%30.67
%42.53
%26.8

CMYK color model

#77A568 color CMYK value is (28,0,37,35).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 35.29%

CMYK: (28,0,37,35)
C28M0Y37K35 (28%, 0%, 37%, 35%)
(0.28 / 0.00 / 0.37 / 0.35)

CMYK percentages

%27.88
%0
%36.97
%35.29

Codes

Color #77A568 in popluar color models

77 A5 68
RGB 119 165 104
HSL 105° 25.31% 52.75%
HSB/HSV 105° 36.97% 64.71%
CMYK 27.88% 0.00% 36.97%
35.29%

Color #77A568 in popluar number systems.

HEX 77 A5 68
Decimal 119 165 104
Binary 1110111 10100101 1101000
Octal 167 245 150

Shades and tints

Shades of #77A568

#77A568
(119,165,104)
#6D965F
(109,150,95)
#638756
(99,135,86)
#59784D
(89,120,77)
#4F6944
(79,105,68)
#455A3B
(69,90,59)
#3B4B32
(59,75,50)
#313C29
(49,60,41)
#272D20
(39,45,32)
#1D1E17
(29,30,23)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #77A568

#77A568
(119,165,104)
#83AD75
(131,173,117)
#8FB582
(143,181,130)
#9BBD8F
(155,189,143)
#A7C59C
(167,197,156)
#B3CDA9
(179,205,169)
#BFD5B6
(191,213,182)
#CBDDC3
(203,221,195)
#D7E5D0
(215,229,208)
#E3EDDD
(227,237,221)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A568 color. Also use rgb(119,165,104) instead hex code.

Text Font Color

.myTextColor { color: #77A568; }

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

This text font color is #77A568.

Background Color

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

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

This div background color is #77A568.

Border color

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

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

This div border color is #77A568.

Opacity

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

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

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

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

This text has shadow with #77A568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A568.

Preview

Color preview on black background

This text has color #77A568 on black background.


Color preview on white background

This text has color #77A568 on white background.


Black color preview on #77A568 background

This text has black color on #77A568 background.


White color preview on #77A568 background

This text has white color on #77A568 background.


Related colors

Complementary color

Complementary color for #hex is #885A97.


I love getcolorcode.com

Triadic colors

1 #6877A5 and #A56877 with #77A568 are triadic colors.

2 #68A577 and #A57768 with #77A568 are triadic colors.