COLOR #77A58A

HEX: #77A58A
RGB: (119,165,138)

Color info

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

RGB color model

#77A58A color RGB value is (119,165,138).

  • red value is 119;
  • green value is 165;
  • blue value is 138.
RGB:
(119,165,138)
(47%,65%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 165 of 255 = 65%
B 138 of 255 = 54%

119
165
138

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

Portions of RGB colors in percentages

R + G + B =
119 + 165 + 138 = 422 (100%)
R 119 of 422 ~ 28.2%
G 165 of 422 ~ 39.1%
B 138 of 422 ~ 32.7%

%28.2
%39.1
%32.7

CMYK color model

#77A58A color CMYK value is (28,0,16,35).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(28,0,16,35)
C28M0Y16K35 
(28%,0%,16%,35%)
(0.28/0.00/0.16/0.35)	

CMYK percentages

%27.88
%0
%16.36
%35.29

Codes

Color #77A58A in popluar color models

77A58A
RGB119165138
HSL145°20.35%55.69%
HSB/HSV145°27.88%64.71%
CMYK27.88%0.00%16.36%
35.29%

Color #77A58A in popluar number systems.

HEX77A58A
Decimal119165138
Binary11101111010010110001010
Octal167245212

Shades and tints

Shades of #77A58A

#77A58A
(119,165,138)
#6D967E
(109,150,126)
#638772
(99,135,114)
#597866
(89,120,102)
#4F695A
(79,105,90)
#455A4E
(69,90,78)
#3B4B42
(59,75,66)
#313C36
(49,60,54)
#272D2A
(39,45,42)
#1D1E1E
(29,30,30)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #77A58A

#77A58A
(119,165,138)
#83AD94
(131,173,148)
#8FB59E
(143,181,158)
#9BBDA8
(155,189,168)
#A7C5B2
(167,197,178)
#B3CDBC
(179,205,188)
#BFD5C6
(191,213,198)
#CBDDD0
(203,221,208)
#D7E5DA
(215,229,218)
#E3EDE4
(227,237,228)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A58A; }

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

This text font color is #77A58A.


Background Color

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

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

This div background color is #77A58A.


Border color

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

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

This div border color is #77A58A.


Opacity

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

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

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

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

This text has shadow with #77A58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A58A on black background.


Color preview on white background

This text has color #77A58A on white background.



Black color preview on #77A58A background

This text has black color on #77A58A background.


White color preview on #77A58A background

This text has white color on #77A58A background.