COLOR #77A46E

HEX: #77A46E
RGB: (119,164,110)

Color info

#77A46E contains red, green and blue colors in about the same proportion. Web safe color of #77A46E is #669966 (or #696).

RGB color model

#77A46E color RGB value is (119,164,110).

  • red value is 119;
  • green value is 164;
  • blue value is 110.
RGB:
(119,164,110)
(47%,64%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 110 of 255 = 43%

119
164
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 164 + 110 = 393 (100%)
R 119 of 393 ~ 30.28%
G 164 of 393 ~ 41.73%
B 110 of 393 ~ 27.99%

%30.28
%41.73
%27.99

CMYK color model

#77A46E color CMYK value is (27,0,33,36).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 35.69%
CMYK:
(27,0,33,36)
C27M0Y33K36 
(27%,0%,33%,36%)
(0.27/0.00/0.33/0.36)	

CMYK percentages

%27.44
%0
%32.93
%35.69

Codes

Color #77A46E in popluar color models

77A46E
RGB119164110
HSL110°22.88%53.73%
HSB/HSV110°32.93%64.31%
CMYK27.44%0.00%32.93%
35.69%

Color #77A46E in popluar number systems.

HEX77A46E
Decimal119164110
Binary1110111101001001101110
Octal167244156

Shades and tints

Shades of #77A46E

#77A46E
(119,164,110)
#6D9664
(109,150,100)
#63885A
(99,136,90)
#597A50
(89,122,80)
#4F6C46
(79,108,70)
#455E3C
(69,94,60)
#3B5032
(59,80,50)
#314228
(49,66,40)
#27341E
(39,52,30)
#1D2614
(29,38,20)
#13180A
(19,24,10)
#000000
(0,0,0)

Tints of #77A46E

#77A46E
(119,164,110)
#83AC7B
(131,172,123)
#8FB488
(143,180,136)
#9BBC95
(155,188,149)
#A7C4A2
(167,196,162)
#B3CCAF
(179,204,175)
#BFD4BC
(191,212,188)
#CBDCC9
(203,220,201)
#D7E4D6
(215,228,214)
#E3ECE3
(227,236,227)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A46E color. Also use rgb(119,164,110) instead hex code.

Text Font Color

.myTextColor { color: #77A46E; }

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

This text font color is #77A46E.


Background Color

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

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

This div background color is #77A46E.


Border color

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

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

This div border color is #77A46E.


Opacity

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

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

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

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

This text has shadow with #77A46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A46E on black background.


Color preview on white background

This text has color #77A46E on white background.



Black color preview on #77A46E background

This text has black color on #77A46E background.


White color preview on #77A46E background

This text has white color on #77A46E background.