COLOR #77A064

HEX: #77A064
RGB: (119,160,100)

Color info

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

RGB color model

#77A064 color RGB value is (119,160,100).

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

RGB channels and saturation

R 119 of 255 = 47%
G 160 of 255 = 63%
B 100 of 255 = 39%

119
160
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 160 + 100 = 379 (100%)
R 119 of 379 ~ 31.4%
G 160 of 379 ~ 42.22%
B 100 of 379 ~ 26.39%

%31.4
%42.22
%26.39

CMYK color model

#77A064 color CMYK value is (26,0,38,37).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 37.25%
CMYK:
(26,0,38,37)
C26M0Y38K37 
(26%,0%,38%,37%)
(0.26/0.00/0.38/0.37)	

CMYK percentages

%25.63
%0
%37.5
%37.25

Codes

Color #77A064 in popluar color models

77A064
RGB119160100
HSL101°24.00%50.98%
HSB/HSV101°37.50%62.75%
CMYK25.63%0.00%37.50%
37.25%

Color #77A064 in popluar number systems.

HEX77A064
Decimal119160100
Binary1110111101000001100100
Octal167240144

Shades and tints

Shades of #77A064

#77A064
(119,160,100)
#6D925B
(109,146,91)
#638452
(99,132,82)
#597649
(89,118,73)
#4F6840
(79,104,64)
#455A37
(69,90,55)
#3B4C2E
(59,76,46)
#313E25
(49,62,37)
#27301C
(39,48,28)
#1D2213
(29,34,19)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #77A064

#77A064
(119,160,100)
#83A872
(131,168,114)
#8FB080
(143,176,128)
#9BB88E
(155,184,142)
#A7C09C
(167,192,156)
#B3C8AA
(179,200,170)
#BFD0B8
(191,208,184)
#CBD8C6
(203,216,198)
#D7E0D4
(215,224,212)
#E3E8E2
(227,232,226)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A064; }

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

This text font color is #77A064.


Background Color

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

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

This div background color is #77A064.


Border color

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

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

This div border color is #77A064.


Opacity

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

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

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

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

This text has shadow with #77A064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A064 on black background.


Color preview on white background

This text has color #77A064 on white background.



Black color preview on #77A064 background

This text has black color on #77A064 background.


White color preview on #77A064 background

This text has white color on #77A064 background.