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