HEX: #76B08E
RGB: (118,176,142)
#76B08E contains red, green and blue colors in about the same proportion. Web safe color of #76B08E is #669999 (or #699).
#76B08E color RGB value is (118,176,142).
RGB: (118,176,142)
(46%, 69%, 56%)
R 118 of 255 = 46%
G 176 of 255 = 69%
B 142 of 255 = 56%
R + G + B ~ 57%. #76B08E is middle color (not dark and not light).
R + G + B = 118 + 176 + 142 = 436 (100%)
R 118 of 436 ~ 27.06%
G 176 of 436 ~ 40.37%
B 142 of 436 ~ 32.57'%
#76B08E color CMYK value is (33,0,19,31).
CMYK: (33,0,19,31)
C33M0Y19K31 (33%, 0%, 19%, 31%)
(0.33 / 0.00 / 0.19 / 0.31)
Color #76B08E in popluar color models
76 | B0 | 8E | |
---|---|---|---|
RGB | 118 | 176 | 142 |
HSL | 145° | 26.85% | 57.65% |
HSB/HSV | 145° | 32.95% | 69.02% |
CMYK | 32.95% | 0.00% | 19.32% |
30.98% |
Color #76B08E in popluar number systems.
HEX | 76 | B0 | 8E |
Decimal | 118 | 176 | 142 |
Binary | 1110110 | 10110000 | 10001110 |
Octal | 166 | 260 | 216 |
Shades of #76B08E
Tints of #76B08E
Examples of css and html codes for elements with #76B08E color. Also use rgb(118,176,142) instead hex code.
.myTextColor { color: #76B08E; }
<p style="color:#76B08E">This sample text font color is #76B08E.</p>
This text font color is #76B08E.
.myBgColor { background-color: #76B08E; }
<div style="background-color:#76B08E">Inner text</div>
This div background color is #76B08E.
.myBorderColor { border: 1px solid #76B08E; }
<div style="border:3px solid #76B08E">Div</div>
This div border color is #76B08E.
.myOpacity80 { color: #76B08E; opacity: 0.8; }
<p style="color:#76B08E;opacity:0.8;">80%</p>
Text with #76B08E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B08E;}
<p style="text-shadow: 3px 3px 1px #76B08E">Text here.</p>
This text has shadow with #76B08E color.
.textShadow {text-shadow: 3px 3px 1px #76B08E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B08E, 5px 5px 20px red">Text here.</p>
This text has shadow with #76B08E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B08E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B08E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B08E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B08E;
-webkit-box-shadow: 1px 1px 3px 2px #76B08E;
box-shadow: 1px 1px 3px 2px #76B08E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B08E; -webkit-box-shadow: 1px 1px 3px 2px #76B08E; box-shadow:1px 1px 3px 2px #76B08E;">
Div content here
</div>
This text has color #76B08E on black background.
This text has color #76B08E on white background.
This text has black color on #76B08E background.
This text has white color on #76B08E background.
Complementary color for #hex is #894F71.