COLOR #77A261

HEX: #77A261
RGB: (119,162,97)

Color info

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

RGB color model

#77A261 color RGB value is (119,162,97).

  • red value is 119;
  • green value is 162;
  • blue value is 97.
RGB:
(119,162,97)
(47%,64%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 162 of 255 = 64%
B 97 of 255 = 38%

119
162
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 162 + 97 = 378 (100%)
R 119 of 378 ~ 31.48%
G 162 of 378 ~ 42.86%
B 97 of 378 ~ 25.66%

%31.48
%42.86
%25.66

CMYK color model

#77A261 color CMYK value is (27,0,40,36).

  • cyan value is 26.54%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 36.47%
CMYK:
(27,0,40,36)
C27M0Y40K36 
(27%,0%,40%,36%)
(0.27/0.00/0.40/0.36)	

CMYK percentages

%26.54
%0
%40.12
%36.47

Codes

Color #77A261 in popluar color models

77A261
RGB11916297
HSL100°25.90%50.78%
HSB/HSV100°40.12%63.53%
CMYK26.54%0.00%40.12%
36.47%

Color #77A261 in popluar number systems.

HEX77A261
Decimal11916297
Binary1110111101000101100001
Octal167242141

Shades and tints

Shades of #77A261

#77A261
(119,162,97)
#6D9459
(109,148,89)
#638651
(99,134,81)
#597849
(89,120,73)
#4F6A41
(79,106,65)
#455C39
(69,92,57)
#3B4E31
(59,78,49)
#314029
(49,64,41)
#273221
(39,50,33)
#1D2419
(29,36,25)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #77A261

#77A261
(119,162,97)
#83AA6F
(131,170,111)
#8FB27D
(143,178,125)
#9BBA8B
(155,186,139)
#A7C299
(167,194,153)
#B3CAA7
(179,202,167)
#BFD2B5
(191,210,181)
#CBDAC3
(203,218,195)
#D7E2D1
(215,226,209)
#E3EADF
(227,234,223)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A261 color. Also use rgb(119,162,97) instead hex code.

Text Font Color

.myTextColor { color: #77A261; }

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

This text font color is #77A261.


Background Color

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

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

This div background color is #77A261.


Border color

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

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

This div border color is #77A261.


Opacity

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

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

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

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

This text has shadow with #77A261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A261 on black background.


Color preview on white background

This text has color #77A261 on white background.



Black color preview on #77A261 background

This text has black color on #77A261 background.


White color preview on #77A261 background

This text has white color on #77A261 background.