COLOR #7BD77C

HEX: #7BD77C RGB: (123,215,124)

Color info

#7BD77C contains mainly green color. Web safe color of #7BD77C is #66CC66 (or #6C6).

RGB color model

#7BD77C color RGB value is (123,215,124).

RGB: (123,215,124) (48%, 84%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 215 of 255 = 84%
B 124 of 255 = 49%

123
215
124

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

Portions of RGB colors in percentages

R + G + B = 123 + 215 + 124 = 462 (100%)
R 123 of 462 ~ 26.62%
G 215 of 462 ~ 46.54%
B 124 of 462 ~ 26.84'%

%26.62
%46.54
%26.84

CMYK color model

#7BD77C color CMYK value is (43,0,42,16).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 15.69%

CMYK: (43,0,42,16)
C43M0Y42K16 (43%, 0%, 42%, 16%)
(0.43 / 0.00 / 0.42 / 0.16)

CMYK percentages

%42.79
%0
%42.33
%15.69

Codes

Color #7BD77C in popluar color models

7B D7 7C
RGB 123 215 124
HSL 121° 53.49% 66.27%
HSB/HSV 121° 42.79% 84.31%
CMYK 42.79% 0.00% 42.33%
15.69%

Color #7BD77C in popluar number systems.

HEX 7B D7 7C
Decimal 123 215 124
Binary 1111011 11010111 1111100
Octal 173 327 174

Shades and tints

Shades of #7BD77C

#7BD77C
(123,215,124)
#70C471
(112,196,113)
#65B166
(101,177,102)
#5A9E5B
(90,158,91)
#4F8B50
(79,139,80)
#447845
(68,120,69)
#39653A
(57,101,58)
#2E522F
(46,82,47)
#233F24
(35,63,36)
#182C19
(24,44,25)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #7BD77C

#7BD77C
(123,215,124)
#87DA87
(135,218,135)
#93DD92
(147,221,146)
#9FE09D
(159,224,157)
#ABE3A8
(171,227,168)
#B7E6B3
(183,230,179)
#C3E9BE
(195,233,190)
#CFECC9
(207,236,201)
#DBEFD4
(219,239,212)
#E7F2DF
(231,242,223)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD77C color. Also use rgb(123,215,124) instead hex code.

Text Font Color

.myTextColor { color: #7BD77C; }

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

This text font color is #7BD77C.

Background Color

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

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

This div background color is #7BD77C.

Border color

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

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

This div border color is #7BD77C.

Opacity

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

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

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

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

This text has shadow with #7BD77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BD77C.

Preview

Color preview on black background

This text has color #7BD77C on black background.


Color preview on white background

This text has color #7BD77C on white background.


Black color preview on #7BD77C background

This text has black color on #7BD77C background.


White color preview on #7BD77C background

This text has white color on #7BD77C background.


Related colors

Complementary color

Complementary color for #hex is #842883.


I love getcolorcode.com

Triadic colors

1 #7C7BD7 and #D77C7B with #7BD77C are triadic colors.

2 #7CD77B and #D77B7C with #7BD77C are triadic colors.