HEX: #76B77C
RGB: (118,183,124)
#76B77C contains mainly green and blue colors. Web safe color of #76B77C is #66CC66 (or #6C6).
#76B77C color RGB value is (118,183,124).
RGB: (118,183,124)
(46%, 72%, 49%)
R 118 of 255 = 46%
G 183 of 255 = 72%
B 124 of 255 = 49%
R + G + B ~ 56%. #76B77C is middle color (not dark and not light).
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'%
#76B77C color CMYK value is (36,0,32,28).
CMYK: (36,0,32,28)
C36M0Y32K28 (36%, 0%, 32%, 28%)
(0.36 / 0.00 / 0.32 / 0.28)
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 of #76B77C
Tints of #76B77C
Examples of css and html codes for elements with #76B77C color. Also use rgb(118,183,124) instead hex code.
.myTextColor { color: #76B77C; }
<p style="color:#76B77C">This sample text font color is #76B77C.</p>
This text font color is #76B77C.
.myBgColor { background-color: #76B77C; }
<div style="background-color:#76B77C">Inner text</div>
This div background color is #76B77C.
.myBorderColor { border: 1px solid #76B77C; }
<div style="border:3px solid #76B77C">Div</div>
This div border color is #76B77C.
.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%.
.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.
/* 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 text has color #76B77C on black background.
This text has color #76B77C on white background.
This text has black color on #76B77C background.
This text has white color on #76B77C background.
Complementary color for #hex is #894883.