HEX: #76A59C
RGB: (118,165,156)
#76A59C contains red, green and blue colors in about the same proportion. Web safe color of #76A59C is #669999 (or #699).
#76A59C color RGB value is (118,165,156).
RGB: (118,165,156)
(46%, 65%, 61%)
R 118 of 255 = 46%
G 165 of 255 = 65%
B 156 of 255 = 61%
R + G + B ~ 57%. #76A59C is middle color (not dark and not light).
R + G + B = 118 + 165 + 156 = 439 (100%)
R 118 of 439 ~ 26.88%
G 165 of 439 ~ 37.59%
B 156 of 439 ~ 35.54'%
#76A59C color CMYK value is (28,0,5,35).
CMYK: (28,0,5,35) C28M0Y5K35 (28%,0%,5%,35%) (0.28/0.00/0.05/0.35)
Color #76A59C in popluar color models
76 | A5 | 9C | |
---|---|---|---|
RGB | 118 | 165 | 156 |
HSL | 169° | 20.70% | 55.49% |
HSB/HSV | 169° | 28.48% | 64.71% |
CMYK | 28.48% | 0.00% | 5.45% |
35.29% |
Color #76A59C in popluar number systems.
HEX | 76 | A5 | 9C |
Decimal | 118 | 165 | 156 |
Binary | 1110110 | 10100101 | 10011100 |
Octal | 166 | 245 | 234 |
Shades of #76A59C
Tints of #76A59C
Examples of css and html codes for elements with #76A59C color. Also use rgb(118,165,156) instead hex code.
.myTextColor { color: #76A59C; }
<p style="color:#76A59C">This sample text font color is #76A59C.</p>
This text font color is #76A59C.
.myBgColor { background-color: #76A59C; }
<div style="background-color:#76A59C">Inner text</div>
This div background color is #76A59C.
.myBorderColor { border: 1px solid #76A59C; }
<div style="border:3px solid #76A59C">Div</div>
This div border color is #76A59C.
.myOpacity80 { color: #76A59C; opacity: 0.8; }
<p style="color:#76A59C;opacity:0.8;">80%</p>
Text with #76A59C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A59C;}
<p style="text-shadow: 3px 3px 1px #76A59C">Text here.</p>
This text has shadow with #76A59C color.
.textShadow {text-shadow: 3px 3px 1px #76A59C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A59C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A59C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A59C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A59C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A59C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A59C;
-webkit-box-shadow: 1px 1px 3px 2px #76A59C;
box-shadow: 1px 1px 3px 2px #76A59C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A59C; -webkit-box-shadow: 1px 1px 3px 2px #76A59C; box-shadow:1px 1px 3px 2px #76A59C;">
Div content here
</div>
This text has color #76A59C on black background.
This text has color #76A59C on white background.
This text has black color on #76A59C background.
This text has white color on #76A59C background.
Complementary color for #hex is #895A63.