COLOR #77A26C

HEX: #77A26C
RGB: (119,162,108)

Color info

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

RGB color model

#77A26C color RGB value is (119,162,108).

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

RGB channels and saturation

R 119 of 255 = 47%
G 162 of 255 = 64%
B 108 of 255 = 42%

119
162
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 162 + 108 = 389 (100%)
R 119 of 389 ~ 30.59%
G 162 of 389 ~ 41.65%
B 108 of 389 ~ 27.76%

%30.59
%41.65
%27.76

CMYK color model

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

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

CMYK percentages

%26.54
%0
%33.33
%36.47

Codes

Color #77A26C in popluar color models

77A26C
RGB119162108
HSL108°22.50%52.94%
HSB/HSV108°33.33%63.53%
CMYK26.54%0.00%33.33%
36.47%

Color #77A26C in popluar number systems.

HEX77A26C
Decimal119162108
Binary1110111101000101101100
Octal167242154

Shades and tints

Shades of #77A26C

#77A26C
(119,162,108)
#6D9463
(109,148,99)
#63865A
(99,134,90)
#597851
(89,120,81)
#4F6A48
(79,106,72)
#455C3F
(69,92,63)
#3B4E36
(59,78,54)
#31402D
(49,64,45)
#273224
(39,50,36)
#1D241B
(29,36,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #77A26C

#77A26C
(119,162,108)
#83AA79
(131,170,121)
#8FB286
(143,178,134)
#9BBA93
(155,186,147)
#A7C2A0
(167,194,160)
#B3CAAD
(179,202,173)
#BFD2BA
(191,210,186)
#CBDAC7
(203,218,199)
#D7E2D4
(215,226,212)
#E3EAE1
(227,234,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A26C; }

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

This text font color is #77A26C.


Background Color

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

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

This div background color is #77A26C.


Border color

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

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

This div border color is #77A26C.


Opacity

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

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

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

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

This text has shadow with #77A26C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A26C on black background.


Color preview on white background

This text has color #77A26C on white background.



Black color preview on #77A26C background

This text has black color on #77A26C background.


White color preview on #77A26C background

This text has white color on #77A26C background.