HEX: #76A88C
RGB: (118,168,140)
#76A88C contains red, green and blue colors in about the same proportion. Web safe color of #76A88C is #669999 (or #699).
#76A88C color RGB value is (118,168,140).
RGB: (118,168,140)
(46%, 66%, 55%)
R 118 of 255 = 46%
G 168 of 255 = 66%
B 140 of 255 = 55%
R + G + B ~ 56%. #76A88C is middle color (not dark and not light).
R + G + B = 118 + 168 + 140 = 426 (100%)
R 118 of 426 ~ 27.7%
G 168 of 426 ~ 39.44%
B 140 of 426 ~ 32.86'%
#76A88C color CMYK value is (30,0,17,34).
CMYK: (30,0,17,34) C30M0Y17K34 (30%,0%,17%,34%) (0.30/0.00/0.17/0.34)
Color #76A88C in popluar color models
76 | A8 | 8C | |
---|---|---|---|
RGB | 118 | 168 | 140 |
HSL | 146° | 22.32% | 56.08% |
HSB/HSV | 146° | 29.76% | 65.88% |
CMYK | 29.76% | 0.00% | 16.67% |
34.12% |
Color #76A88C in popluar number systems.
HEX | 76 | A8 | 8C |
Decimal | 118 | 168 | 140 |
Binary | 1110110 | 10101000 | 10001100 |
Octal | 166 | 250 | 214 |
Shades of #76A88C
Tints of #76A88C
Examples of css and html codes for elements with #76A88C color. Also use rgb(118,168,140) instead hex code.
.myTextColor { color: #76A88C; }
<p style="color:#76A88C">This sample text font color is #76A88C.</p>
This text font color is #76A88C.
.myBgColor { background-color: #76A88C; }
<div style="background-color:#76A88C">Inner text</div>
This div background color is #76A88C.
.myBorderColor { border: 1px solid #76A88C; }
<div style="border:3px solid #76A88C">Div</div>
This div border color is #76A88C.
.myOpacity80 { color: #76A88C; opacity: 0.8; }
<p style="color:#76A88C;opacity:0.8;">80%</p>
Text with #76A88C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A88C;}
<p style="text-shadow: 3px 3px 1px #76A88C">Text here.</p>
This text has shadow with #76A88C color.
.textShadow {text-shadow: 3px 3px 1px #76A88C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A88C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A88C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A88C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A88C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A88C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A88C;
-webkit-box-shadow: 1px 1px 3px 2px #76A88C;
box-shadow: 1px 1px 3px 2px #76A88C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A88C; -webkit-box-shadow: 1px 1px 3px 2px #76A88C; box-shadow:1px 1px 3px 2px #76A88C;">
Div content here
</div>
This text has color #76A88C on black background.
This text has color #76A88C on white background.
This text has black color on #76A88C background.
This text has white color on #76A88C background.
Complementary color for #hex is #895773.