HEX: #76A28D
RGB: (118,162,141)
#76A28D contains red, green and blue colors in about the same proportion. Web safe color of #76A28D is #669999 (or #699).
#76A28D color RGB value is (118,162,141).
RGB: (118,162,141)
(46%, 64%, 55%)
R 118 of 255 = 46%
G 162 of 255 = 64%
B 141 of 255 = 55%
R + G + B ~ 55%. #76A28D is middle color (not dark and not light).
R + G + B = 118 + 162 + 141 = 421 (100%)
R 118 of 421 ~ 28.03%
G 162 of 421 ~ 38.48%
B 141 of 421 ~ 33.49'%
#76A28D color CMYK value is (27,0,13,36).
CMYK: (27,0,13,36)
C27M0Y13K36 (27%, 0%, 13%, 36%)
(0.27 / 0.00 / 0.13 / 0.36)
Color #76A28D in popluar color models
76 | A2 | 8D | |
---|---|---|---|
RGB | 118 | 162 | 141 |
HSL | 151° | 19.13% | 54.90% |
HSB/HSV | 151° | 27.16% | 63.53% |
CMYK | 27.16% | 0.00% | 12.96% |
36.47% |
Color #76A28D in popluar number systems.
HEX | 76 | A2 | 8D |
Decimal | 118 | 162 | 141 |
Binary | 1110110 | 10100010 | 10001101 |
Octal | 166 | 242 | 215 |
Shades of #76A28D
Tints of #76A28D
Examples of css and html codes for elements with #76A28D color. Also use rgb(118,162,141) instead hex code.
.myTextColor { color: #76A28D; }
<p style="color:#76A28D">This sample text font color is #76A28D.</p>
This text font color is #76A28D.
.myBgColor { background-color: #76A28D; }
<div style="background-color:#76A28D">Inner text</div>
This div background color is #76A28D.
.myBorderColor { border: 1px solid #76A28D; }
<div style="border:3px solid #76A28D">Div</div>
This div border color is #76A28D.
.myOpacity80 { color: #76A28D; opacity: 0.8; }
<p style="color:#76A28D;opacity:0.8;">80%</p>
Text with #76A28D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A28D;}
<p style="text-shadow: 3px 3px 1px #76A28D">Text here.</p>
This text has shadow with #76A28D color.
.textShadow {text-shadow: 3px 3px 1px #76A28D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A28D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A28D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A28D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A28D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A28D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A28D;
-webkit-box-shadow: 1px 1px 3px 2px #76A28D;
box-shadow: 1px 1px 3px 2px #76A28D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A28D; -webkit-box-shadow: 1px 1px 3px 2px #76A28D; box-shadow:1px 1px 3px 2px #76A28D;">
Div content here
</div>
This text has color #76A28D on black background.
This text has color #76A28D on white background.
This text has black color on #76A28D background.
This text has white color on #76A28D background.
Complementary color for #hex is #895D72.