COLOR #77A77F

HEX: #77A77F RGB: (119,167,127)

Color info

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

RGB color model

#77A77F color RGB value is (119,167,127).

RGB: (119,167,127) (47%, 65%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 167 of 255 = 65%
B 127 of 255 = 50%

119
167
127

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

Portions of RGB colors in percentages

R + G + B = 119 + 167 + 127 = 413 (100%)
R 119 of 413 ~ 28.81%
G 167 of 413 ~ 40.44%
B 127 of 413 ~ 30.75'%

%28.81
%40.44
%30.75

CMYK color model

#77A77F color CMYK value is (29,0,24,35).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 34.51%

CMYK: (29,0,24,35)
C29M0Y24K35 (29%, 0%, 24%, 35%)
(0.29 / 0.00 / 0.24 / 0.35)

CMYK percentages

%28.74
%0
%23.95
%34.51

Codes

Color #77A77F in popluar color models

77 A7 7F
RGB 119 167 127
HSL 130° 21.43% 56.08%
HSB/HSV 130° 28.74% 65.49%
CMYK 28.74% 0.00% 23.95%
34.51%

Color #77A77F in popluar number systems.

HEX 77 A7 7F
Decimal 119 167 127
Binary 1110111 10100111 1111111
Octal 167 247 177

Shades and tints

Shades of #77A77F

#77A77F
(119,167,127)
#6D9874
(109,152,116)
#638969
(99,137,105)
#597A5E
(89,122,94)
#4F6B53
(79,107,83)
#455C48
(69,92,72)
#3B4D3D
(59,77,61)
#313E32
(49,62,50)
#272F27
(39,47,39)
#1D201C
(29,32,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #77A77F

#77A77F
(119,167,127)
#83AF8A
(131,175,138)
#8FB795
(143,183,149)
#9BBFA0
(155,191,160)
#A7C7AB
(167,199,171)
#B3CFB6
(179,207,182)
#BFD7C1
(191,215,193)
#CBDFCC
(203,223,204)
#D7E7D7
(215,231,215)
#E3EFE2
(227,239,226)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A77F; }

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

This text font color is #77A77F.

Background Color

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

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

This div background color is #77A77F.

Border color

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

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

This div border color is #77A77F.

Opacity

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

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

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

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

This text has shadow with #77A77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A77F.

Preview

Color preview on black background

This text has color #77A77F on black background.


Color preview on white background

This text has color #77A77F on white background.


Black color preview on #77A77F background

This text has black color on #77A77F background.


White color preview on #77A77F background

This text has white color on #77A77F background.


Related colors

Complementary color

Complementary color for #hex is #885880.


I love getcolorcode.com

Triadic colors

1 #7F77A7 and #A77F77 with #77A77F are triadic colors.

2 #7FA777 and #A7777F with #77A77F are triadic colors.