COLOR #7FB774

HEX: #7FB774 RGB: (127,183,116)

Color info

#7FB774 contains mainly red and green colors. Web safe color of #7FB774 is #66CC66 (or #6C6).

RGB color model

#7FB774 color RGB value is (127,183,116).

RGB: (127,183,116) (50%, 72%, 45%)

RGB channels and saturation

R 127 of 255 = 50%
G 183 of 255 = 72%
B 116 of 255 = 45%

127
183
116

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

Portions of RGB colors in percentages

R + G + B = 127 + 183 + 116 = 426 (100%)
R 127 of 426 ~ 29.81%
G 183 of 426 ~ 42.96%
B 116 of 426 ~ 27.23'%

%29.81
%42.96
%27.23

CMYK color model

#7FB774 color CMYK value is (31,0,37,28).

  • cyan value is 30.60%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 28.24%

CMYK: (31,0,37,28)
C31M0Y37K28 (31%, 0%, 37%, 28%)
(0.31 / 0.00 / 0.37 / 0.28)

CMYK percentages

%30.6
%0
%36.61
%28.24

Codes

Color #7FB774 in popluar color models

7F B7 74
RGB 127 183 116
HSL 110° 31.75% 58.63%
HSB/HSV 110° 36.61% 71.76%
CMYK 30.60% 0.00% 36.61%
28.24%

Color #7FB774 in popluar number systems.

HEX 7F B7 74
Decimal 127 183 116
Binary 1111111 10110111 1110100
Octal 177 267 164

Shades and tints

Shades of #7FB774

#7FB774
(127,183,116)
#74A76A
(116,167,106)
#699760
(105,151,96)
#5E8756
(94,135,86)
#53774C
(83,119,76)
#486742
(72,103,66)
#3D5738
(61,87,56)
#32472E
(50,71,46)
#273724
(39,55,36)
#1C271A
(28,39,26)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #7FB774

#7FB774
(127,183,116)
#8ABD80
(138,189,128)
#95C38C
(149,195,140)
#A0C998
(160,201,152)
#ABCFA4
(171,207,164)
#B6D5B0
(182,213,176)
#C1DBBC
(193,219,188)
#CCE1C8
(204,225,200)
#D7E7D4
(215,231,212)
#E2EDE0
(226,237,224)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB774 color. Also use rgb(127,183,116) instead hex code.

Text Font Color

.myTextColor { color: #7FB774; }

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

This text font color is #7FB774.

Background Color

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

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

This div background color is #7FB774.

Border color

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

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

This div border color is #7FB774.

Opacity

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

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

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

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

This text has shadow with #7FB774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB774.

Preview

Color preview on black background

This text has color #7FB774 on black background.


Color preview on white background

This text has color #7FB774 on white background.


Black color preview on #7FB774 background

This text has black color on #7FB774 background.


White color preview on #7FB774 background

This text has white color on #7FB774 background.


Related colors

Complementary color

Complementary color for #hex is #80488B.


I love getcolorcode.com

Triadic colors

1 #747FB7 and #B7747F with #7FB774 are triadic colors.

2 #74B77F and #B77F74 with #7FB774 are triadic colors.