COLOR #77A27F

HEX: #77A27F
RGB: (119,162,127)

Color info

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

RGB color model

#77A27F color RGB value is (119,162,127).

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

RGB channels and saturation

R 119 of 255 = 47%
G 162 of 255 = 64%
B 127 of 255 = 50%

119
162
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 162 + 127 = 408 (100%)
R 119 of 408 ~ 29.17%
G 162 of 408 ~ 39.71%
B 127 of 408 ~ 31.13%

%29.17
%39.71
%31.13

CMYK color model

#77A27F color CMYK value is (27,0,22,36).

  • cyan value is 26.54%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 36.47%
CMYK:
(27,0,22,36)
C27M0Y22K36 
(27%,0%,22%,36%)
(0.27/0.00/0.22/0.36)	

CMYK percentages

%26.54
%0
%21.6
%36.47

Codes

Color #77A27F in popluar color models

77A27F
RGB119162127
HSL131°18.78%55.10%
HSB/HSV131°26.54%63.53%
CMYK26.54%0.00%21.60%
36.47%

Color #77A27F in popluar number systems.

HEX77A27F
Decimal119162127
Binary1110111101000101111111
Octal167242177

Shades and tints

Shades of #77A27F

#77A27F
(119,162,127)
#6D9474
(109,148,116)
#638669
(99,134,105)
#59785E
(89,120,94)
#4F6A53
(79,106,83)
#455C48
(69,92,72)
#3B4E3D
(59,78,61)
#314032
(49,64,50)
#273227
(39,50,39)
#1D241C
(29,36,28)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #77A27F

#77A27F
(119,162,127)
#83AA8A
(131,170,138)
#8FB295
(143,178,149)
#9BBAA0
(155,186,160)
#A7C2AB
(167,194,171)
#B3CAB6
(179,202,182)
#BFD2C1
(191,210,193)
#CBDACC
(203,218,204)
#D7E2D7
(215,226,215)
#E3EAE2
(227,234,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A27F; }

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

This text font color is #77A27F.


Background Color

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

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

This div background color is #77A27F.


Border color

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

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

This div border color is #77A27F.


Opacity

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

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

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

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

This text has shadow with #77A27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A27F on black background.


Color preview on white background

This text has color #77A27F on white background.



Black color preview on #77A27F background

This text has black color on #77A27F background.


White color preview on #77A27F background

This text has white color on #77A27F background.