HEX: #76A784
RGB: (118,167,132)
#76A784 contains red, green and blue colors in about the same proportion. Web safe color of #76A784 is #669999 (or #699).
#76A784 color RGB value is (118,167,132).
RGB: (118,167,132)
(46%, 65%, 52%)
R 118 of 255 = 46%
G 167 of 255 = 65%
B 132 of 255 = 52%
R + G + B ~ 54%. #76A784 is middle color (not dark and not light).
R + G + B = 118 + 167 + 132 = 417 (100%)
R 118 of 417 ~ 28.3%
G 167 of 417 ~ 40.05%
B 132 of 417 ~ 31.65'%
#76A784 color CMYK value is (29,0,21,35).
CMYK: (29,0,21,35)
C29M0Y21K35 (29%, 0%, 21%, 35%)
(0.29 / 0.00 / 0.21 / 0.35)
Color #76A784 in popluar color models
76 | A7 | 84 | |
---|---|---|---|
RGB | 118 | 167 | 132 |
HSL | 137° | 21.78% | 55.88% |
HSB/HSV | 137° | 29.34% | 65.49% |
CMYK | 29.34% | 0.00% | 20.96% |
34.51% |
Color #76A784 in popluar number systems.
HEX | 76 | A7 | 84 |
Decimal | 118 | 167 | 132 |
Binary | 1110110 | 10100111 | 10000100 |
Octal | 166 | 247 | 204 |
Shades of #76A784
Tints of #76A784
Examples of css and html codes for elements with #76A784 color. Also use rgb(118,167,132) instead hex code.
.myTextColor { color: #76A784; }
<p style="color:#76A784">This sample text font color is #76A784.</p>
This text font color is #76A784.
.myBgColor { background-color: #76A784; }
<div style="background-color:#76A784">Inner text</div>
This div background color is #76A784.
.myBorderColor { border: 1px solid #76A784; }
<div style="border:3px solid #76A784">Div</div>
This div border color is #76A784.
.myOpacity80 { color: #76A784; opacity: 0.8; }
<p style="color:#76A784;opacity:0.8;">80%</p>
Text with #76A784 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A784;}
<p style="text-shadow: 3px 3px 1px #76A784">Text here.</p>
This text has shadow with #76A784 color.
.textShadow {text-shadow: 3px 3px 1px #76A784', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A784, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A784 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A784, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A784, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A784 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A784;
-webkit-box-shadow: 1px 1px 3px 2px #76A784;
box-shadow: 1px 1px 3px 2px #76A784;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A784; -webkit-box-shadow: 1px 1px 3px 2px #76A784; box-shadow:1px 1px 3px 2px #76A784;">
Div content here
</div>
This text has color #76A784 on black background.
This text has color #76A784 on white background.
This text has black color on #76A784 background.
This text has white color on #76A784 background.
Complementary color for #hex is #89587B.