COLOR #77A05E

HEX: #77A05E
RGB: (119,160,94)

Color info

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

RGB color model

#77A05E color RGB value is (119,160,94).

  • red value is 119;
  • green value is 160;
  • blue value is 94.
RGB:
(119,160,94)
(47%,63%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 160 of 255 = 63%
B 94 of 255 = 37%

119
160
94

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

Portions of RGB colors in percentages

R + G + B =
119 + 160 + 94 = 373 (100%)
R 119 of 373 ~ 31.9%
G 160 of 373 ~ 42.9%
B 94 of 373 ~ 25.2%

%31.9
%42.9
%25.2

CMYK color model

#77A05E color CMYK value is (26,0,41,37).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 41.25%
  • key color value is 37.25%
CMYK:
(26,0,41,37)
C26M0Y41K37 
(26%,0%,41%,37%)
(0.26/0.00/0.41/0.37)	

CMYK percentages

%25.63
%0
%41.25
%37.25

Codes

Color #77A05E in popluar color models

77A05E
RGB11916094
HSL97°25.98%49.80%
HSB/HSV97°41.25%62.75%
CMYK25.63%0.00%41.25%
37.25%

Color #77A05E in popluar number systems.

HEX77A05E
Decimal11916094
Binary1110111101000001011110
Octal167240136

Shades and tints

Shades of #77A05E

#77A05E
(119,160,94)
#6D9256
(109,146,86)
#63844E
(99,132,78)
#597646
(89,118,70)
#4F683E
(79,104,62)
#455A36
(69,90,54)
#3B4C2E
(59,76,46)
#313E26
(49,62,38)
#27301E
(39,48,30)
#1D2216
(29,34,22)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77A05E

#77A05E
(119,160,94)
#83A86C
(131,168,108)
#8FB07A
(143,176,122)
#9BB888
(155,184,136)
#A7C096
(167,192,150)
#B3C8A4
(179,200,164)
#BFD0B2
(191,208,178)
#CBD8C0
(203,216,192)
#D7E0CE
(215,224,206)
#E3E8DC
(227,232,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A05E color. Also use rgb(119,160,94) instead hex code.

Text Font Color

.myTextColor { color: #77A05E; }

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

This text font color is #77A05E.


Background Color

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

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

This div background color is #77A05E.


Border color

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

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

This div border color is #77A05E.


Opacity

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

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

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

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

This text has shadow with #77A05E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A05E on black background.


Color preview on white background

This text has color #77A05E on white background.



Black color preview on #77A05E background

This text has black color on #77A05E background.


White color preview on #77A05E background

This text has white color on #77A05E background.