COLOR #76CA7C

HEX: #76CA7C RGB: (118,202,124)

Color info

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

RGB color model

#76CA7C color RGB value is (118,202,124).

RGB: (118,202,124) (46%, 79%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 202 of 255 = 79%
B 124 of 255 = 49%

118
202
124

R + G + B ~ 58%. #76CA7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 202 + 124 = 444 (100%)
R 118 of 444 ~ 26.58%
G 202 of 444 ~ 45.5%
B 124 of 444 ~ 27.93'%

%26.58
%45.5
%27.93

CMYK color model

#76CA7C color CMYK value is (42,0,39,21).

  • cyan value is 41.58%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 20.78%

CMYK: (42,0,39,21)
C42M0Y39K21 (42%, 0%, 39%, 21%)
(0.42 / 0.00 / 0.39 / 0.21)

CMYK percentages

%41.58
%0
%38.61
%20.78

Codes

Color #76CA7C in popluar color models

76 CA 7C
RGB 118 202 124
HSL 124° 44.21% 62.75%
HSB/HSV 124° 41.58% 79.22%
CMYK 41.58% 0.00% 38.61%
20.78%

Color #76CA7C in popluar number systems.

HEX 76 CA 7C
Decimal 118 202 124
Binary 1110110 11001010 1111100
Octal 166 312 174

Shades and tints

Shades of #76CA7C

#76CA7C
(118,202,124)
#6CB871
(108,184,113)
#62A666
(98,166,102)
#58945B
(88,148,91)
#4E8250
(78,130,80)
#447045
(68,112,69)
#3A5E3A
(58,94,58)
#304C2F
(48,76,47)
#263A24
(38,58,36)
#1C2819
(28,40,25)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #76CA7C

#76CA7C
(118,202,124)
#82CE87
(130,206,135)
#8ED292
(142,210,146)
#9AD69D
(154,214,157)
#A6DAA8
(166,218,168)
#B2DEB3
(178,222,179)
#BEE2BE
(190,226,190)
#CAE6C9
(202,230,201)
#D6EAD4
(214,234,212)
#E2EEDF
(226,238,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CA7C color. Also use rgb(118,202,124) instead hex code.

Text Font Color

.myTextColor { color: #76CA7C; }

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

This text font color is #76CA7C.

Background Color

.myBgColor { background-color: #76CA7C; }

<div style="background-color:#76CA7C">Inner text</div>

This div background color is #76CA7C.

Border color

.myBorderColor { border: 1px solid #76CA7C; }

<div style="border:3px solid #76CA7C">Div</div>

This div border color is #76CA7C.

Opacity

.myOpacity80 { color: #76CA7C; opacity: 0.8; }

<p style="color:#76CA7C;opacity:0.8;">80%</p>

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

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

This text has shadow with #76CA7C color.


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

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

This text has shadow with #76CA7C primary color and red secondary color.


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

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

This text has shadow with #76CA7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76CA7C.

Preview

Color preview on black background

This text has color #76CA7C on black background.


Color preview on white background

This text has color #76CA7C on white background.


Black color preview on #76CA7C background

This text has black color on #76CA7C background.


White color preview on #76CA7C background

This text has white color on #76CA7C background.


Related colors

Complementary color

Complementary color for #hex is #893583.


I love getcolorcode.com

Triadic colors

1 #7C76CA and #CA7C76 with #76CA7C are triadic colors.

2 #7CCA76 and #CA767C with #76CA7C are triadic colors.