COLOR #7FA377

HEX: #7FA377 RGB: (127,163,119)

Color info

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

RGB color model

#7FA377 color RGB value is (127,163,119).

RGB: (127,163,119) (50%, 64%, 47%)

RGB channels and saturation

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

127
163
119

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

Portions of RGB colors in percentages

R + G + B = 127 + 163 + 119 = 409 (100%)
R 127 of 409 ~ 31.05%
G 163 of 409 ~ 39.85%
B 119 of 409 ~ 29.1'%

%31.05
%39.85
%29.1

CMYK color model

#7FA377 color CMYK value is (22,0,27,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%

CMYK: (22,0,27,36)
C22M0Y27K36 (22%, 0%, 27%, 36%)
(0.22 / 0.00 / 0.27 / 0.36)

CMYK percentages

%22.09
%0
%26.99
%36.08

Codes

Color #7FA377 in popluar color models

7F A3 77
RGB 127 163 119
HSL 109° 19.30% 55.29%
HSB/HSV 109° 26.99% 63.92%
CMYK 22.09% 0.00% 26.99%
36.08%

Color #7FA377 in popluar number systems.

HEX 7F A3 77
Decimal 127 163 119
Binary 1111111 10100011 1110111
Octal 177 243 167

Shades and tints

Shades of #7FA377

#7FA377
(127,163,119)
#74956D
(116,149,109)
#698763
(105,135,99)
#5E7959
(94,121,89)
#536B4F
(83,107,79)
#485D45
(72,93,69)
#3D4F3B
(61,79,59)
#324131
(50,65,49)
#273327
(39,51,39)
#1C251D
(28,37,29)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #7FA377

#7FA377
(127,163,119)
#8AAB83
(138,171,131)
#95B38F
(149,179,143)
#A0BB9B
(160,187,155)
#ABC3A7
(171,195,167)
#B6CBB3
(182,203,179)
#C1D3BF
(193,211,191)
#CCDBCB
(204,219,203)
#D7E3D7
(215,227,215)
#E2EBE3
(226,235,227)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA377 color. Also use rgb(127,163,119) instead hex code.

Text Font Color

.myTextColor { color: #7FA377; }

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

This text font color is #7FA377.

Background Color

.myBgColor { background-color: #7FA377; }

<div style="background-color:#7FA377">Inner text</div>

This div background color is #7FA377.

Border color

.myBorderColor { border: 1px solid #7FA377; }

<div style="border:3px solid #7FA377">Div</div>

This div border color is #7FA377.

Opacity

.myOpacity80 { color: #7FA377; opacity: 0.8; }

<p style="color:#7FA377;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FA377 color.


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

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

This text has shadow with #7FA377 primary color and red secondary color.


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

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

This text has shadow with #7FA377 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7FA377.

Preview

Color preview on black background

This text has color #7FA377 on black background.


Color preview on white background

This text has color #7FA377 on white background.


Black color preview on #7FA377 background

This text has black color on #7FA377 background.


White color preview on #7FA377 background

This text has white color on #7FA377 background.


Related colors

Complementary color

Complementary color for #hex is #805C88.


I love getcolorcode.com

Triadic colors

1 #777FA3 and #A3777F with #7FA377 are triadic colors.

2 #77A37F and #A37F77 with #7FA377 are triadic colors.