COLOR #7CB277

HEX: #7CB277 RGB: (124,178,119)

Color info

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

RGB color model

#7CB277 color RGB value is (124,178,119).

RGB: (124,178,119) (49%, 70%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 178 of 255 = 70%
B 119 of 255 = 47%

124
178
119

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

Portions of RGB colors in percentages

R + G + B = 124 + 178 + 119 = 421 (100%)
R 124 of 421 ~ 29.45%
G 178 of 421 ~ 42.28%
B 119 of 421 ~ 28.27'%

%29.45
%42.28
%28.27

CMYK color model

#7CB277 color CMYK value is (30,0,33,30).

  • cyan value is 30.34%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 30.20%

CMYK: (30,0,33,30)
C30M0Y33K30 (30%, 0%, 33%, 30%)
(0.30 / 0.00 / 0.33 / 0.30)

CMYK percentages

%30.34
%0
%33.15
%30.2

Codes

Color #7CB277 in popluar color models

7C B2 77
RGB 124 178 119
HSL 115° 27.70% 58.24%
HSB/HSV 115° 33.15% 69.80%
CMYK 30.34% 0.00% 33.15%
30.20%

Color #7CB277 in popluar number systems.

HEX 7C B2 77
Decimal 124 178 119
Binary 1111100 10110010 1110111
Octal 174 262 167

Shades and tints

Shades of #7CB277

#7CB277
(124,178,119)
#71A26D
(113,162,109)
#669263
(102,146,99)
#5B8259
(91,130,89)
#50724F
(80,114,79)
#456245
(69,98,69)
#3A523B
(58,82,59)
#2F4231
(47,66,49)
#243227
(36,50,39)
#19221D
(25,34,29)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #7CB277

#7CB277
(124,178,119)
#87B983
(135,185,131)
#92C08F
(146,192,143)
#9DC79B
(157,199,155)
#A8CEA7
(168,206,167)
#B3D5B3
(179,213,179)
#BEDCBF
(190,220,191)
#C9E3CB
(201,227,203)
#D4EAD7
(212,234,215)
#DFF1E3
(223,241,227)
#EAF8EF
(234,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB277 color. Also use rgb(124,178,119) instead hex code.

Text Font Color

.myTextColor { color: #7CB277; }

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

This text font color is #7CB277.

Background Color

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

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

This div background color is #7CB277.

Border color

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

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

This div border color is #7CB277.

Opacity

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

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

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

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

This text has shadow with #7CB277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB277.

Preview

Color preview on black background

This text has color #7CB277 on black background.


Color preview on white background

This text has color #7CB277 on white background.


Black color preview on #7CB277 background

This text has black color on #7CB277 background.


White color preview on #7CB277 background

This text has white color on #7CB277 background.


Related colors

Complementary color

Complementary color for #hex is #834D88.


I love getcolorcode.com

Triadic colors

1 #777CB2 and #B2777C with #7CB277 are triadic colors.

2 #77B27C and #B27C77 with #7CB277 are triadic colors.