COLOR #77A479

HEX: #77A479
RGB: (119,164,121)

Color info

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

RGB color model

#77A479 color RGB value is (119,164,121).

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

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 121 of 255 = 47%

119
164
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 164 + 121 = 404 (100%)
R 119 of 404 ~ 29.46%
G 164 of 404 ~ 40.59%
B 121 of 404 ~ 29.95%

%29.46
%40.59
%29.95

CMYK color model

#77A479 color CMYK value is (27,0,26,36).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(27,0,26,36)
C27M0Y26K36 
(27%,0%,26%,36%)
(0.27/0.00/0.26/0.36)	

CMYK percentages

%27.44
%0
%26.22
%35.69

Codes

Color #77A479 in popluar color models

77A479
RGB119164121
HSL123°19.82%55.49%
HSB/HSV123°27.44%64.31%
CMYK27.44%0.00%26.22%
35.69%

Color #77A479 in popluar number systems.

HEX77A479
Decimal119164121
Binary1110111101001001111001
Octal167244171

Shades and tints

Shades of #77A479

#77A479
(119,164,121)
#6D966E
(109,150,110)
#638863
(99,136,99)
#597A58
(89,122,88)
#4F6C4D
(79,108,77)
#455E42
(69,94,66)
#3B5037
(59,80,55)
#31422C
(49,66,44)
#273421
(39,52,33)
#1D2616
(29,38,22)
#13180B
(19,24,11)
#000000
(0,0,0)

Tints of #77A479

#77A479
(119,164,121)
#83AC85
(131,172,133)
#8FB491
(143,180,145)
#9BBC9D
(155,188,157)
#A7C4A9
(167,196,169)
#B3CCB5
(179,204,181)
#BFD4C1
(191,212,193)
#CBDCCD
(203,220,205)
#D7E4D9
(215,228,217)
#E3ECE5
(227,236,229)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A479; }

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

This text font color is #77A479.


Background Color

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

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

This div background color is #77A479.


Border color

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

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

This div border color is #77A479.


Opacity

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

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

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

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

This text has shadow with #77A479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A479 on black background.


Color preview on white background

This text has color #77A479 on white background.



Black color preview on #77A479 background

This text has black color on #77A479 background.


White color preview on #77A479 background

This text has white color on #77A479 background.