COLOR #76B77C

HEX: #76B77C RGB: (118,183,124)

Color info

#76B77C contains mainly green and blue colors. Web safe color of #76B77C is #66CC66 (or #6C6).

RGB color model

#76B77C color RGB value is (118,183,124).

RGB: (118,183,124) (46%, 72%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 183 of 255 = 72%
B 124 of 255 = 49%

118
183
124

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

Portions of RGB colors in percentages

R + G + B = 118 + 183 + 124 = 425 (100%)
R 118 of 425 ~ 27.76%
G 183 of 425 ~ 43.06%
B 124 of 425 ~ 29.18'%

%27.76
%43.06
%29.18

CMYK color model

#76B77C color CMYK value is (36,0,32,28).

  • cyan value is 35.52%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 28.24%

CMYK: (36,0,32,28)
C36M0Y32K28 (36%, 0%, 32%, 28%)
(0.36 / 0.00 / 0.32 / 0.28)

CMYK percentages

%35.52
%0
%32.24
%28.24

Codes

Color #76B77C in popluar color models

76 B7 7C
RGB 118 183 124
HSL 126° 31.10% 59.02%
HSB/HSV 126° 35.52% 71.76%
CMYK 35.52% 0.00% 32.24%
28.24%

Color #76B77C in popluar number systems.

HEX 76 B7 7C
Decimal 118 183 124
Binary 1110110 10110111 1111100
Octal 166 267 174

Shades and tints

Shades of #76B77C

#76B77C
(118,183,124)
#6CA771
(108,167,113)
#629766
(98,151,102)
#58875B
(88,135,91)
#4E7750
(78,119,80)
#446745
(68,103,69)
#3A573A
(58,87,58)
#30472F
(48,71,47)
#263724
(38,55,36)
#1C2719
(28,39,25)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #76B77C

#76B77C
(118,183,124)
#82BD87
(130,189,135)
#8EC392
(142,195,146)
#9AC99D
(154,201,157)
#A6CFA8
(166,207,168)
#B2D5B3
(178,213,179)
#BEDBBE
(190,219,190)
#CAE1C9
(202,225,201)
#D6E7D4
(214,231,212)
#E2EDDF
(226,237,223)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B77C; }

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

This text font color is #76B77C.

Background Color

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

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

This div background color is #76B77C.

Border color

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

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

This div border color is #76B77C.

Opacity

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

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

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

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

This text has shadow with #76B77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B77C.

Preview

Color preview on black background

This text has color #76B77C on black background.


Color preview on white background

This text has color #76B77C on white background.


Black color preview on #76B77C background

This text has black color on #76B77C background.


White color preview on #76B77C background

This text has white color on #76B77C background.


Related colors

Complementary color

Complementary color for #hex is #894883.


I love getcolorcode.com

Triadic colors

1 #7C76B7 and #B77C76 with #76B77C are triadic colors.

2 #7CB776 and #B7767C with #76B77C are triadic colors.