COLOR #77A584

HEX: #77A584 RGB: (119,165,132)

Color info

#77A584 contains red, green and blue colors in about the same proportion. Web safe color of #77A584 is #669999 (or #699).

RGB color model

#77A584 color RGB value is (119,165,132).

RGB: (119,165,132) (47%, 65%, 52%)

RGB channels and saturation

R 119 of 255 = 47%
G 165 of 255 = 65%
B 132 of 255 = 52%

119
165
132

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

Portions of RGB colors in percentages

R + G + B = 119 + 165 + 132 = 416 (100%)
R 119 of 416 ~ 28.61%
G 165 of 416 ~ 39.66%
B 132 of 416 ~ 31.73'%

%28.61
%39.66
%31.73

CMYK color model

#77A584 color CMYK value is (28,0,20,35).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK: (28,0,20,35) C28M0Y20K35 (28%,0%,20%,35%) (0.28/0.00/0.20/0.35) 

CMYK percentages

%27.88
%0
%20
%35.29

Codes

Color #77A584 in popluar color models

77 A5 84
RGB 119 165 132
HSL 137° 20.35% 55.69%
HSB/HSV 137° 27.88% 64.71%
CMYK 27.88% 0.00% 20.00%
35.29%

Color #77A584 in popluar number systems.

HEX 77 A5 84
Decimal 119 165 132
Binary 1110111 10100101 10000100
Octal 167 245 204

Shades and tints

Shades of #77A584

#77A584
(119,165,132)
#6D9678
(109,150,120)
#63876C
(99,135,108)
#597860
(89,120,96)
#4F6954
(79,105,84)
#455A48
(69,90,72)
#3B4B3C
(59,75,60)
#313C30
(49,60,48)
#272D24
(39,45,36)
#1D1E18
(29,30,24)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #77A584

#77A584
(119,165,132)
#83AD8F
(131,173,143)
#8FB59A
(143,181,154)
#9BBDA5
(155,189,165)
#A7C5B0
(167,197,176)
#B3CDBB
(179,205,187)
#BFD5C6
(191,213,198)
#CBDDD1
(203,221,209)
#D7E5DC
(215,229,220)
#E3EDE7
(227,237,231)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A584; }

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

This text font color is #77A584.

Background Color

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

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

This div background color is #77A584.

Border color

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

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

This div border color is #77A584.

Opacity

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

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

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

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

This text has shadow with #77A584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A584.

Preview

Color preview on black background

This text has color #77A584 on black background.


Color preview on white background

This text has color #77A584 on white background.


Black color preview on #77A584 background

This text has black color on #77A584 background.


White color preview on #77A584 background

This text has white color on #77A584 background.


Related colors

Complementary color

Complementary color for #hex is #885A7B.


I love getcolorcode.com

Triadic colors

1 #8477A5 and #A58477 with #77A584 are triadic colors.

2 #84A577 and #A57784 with #77A584 are triadic colors.