HEX: #76A0AF
RGB: (118,160,175)
#76A0AF contains red, green and blue colors in about the same proportion. Web safe color of #76A0AF is #669999 (or #699).
#76A0AF color RGB value is (118,160,175).
RGB: (118,160,175)
(46%, 63%, 69%)
R 118 of 255 = 46%
G 160 of 255 = 63%
B 175 of 255 = 69%
R + G + B ~ 59%. #76A0AF is middle color (not dark and not light).
R + G + B = 118 + 160 + 175 = 453 (100%)
R 118 of 453 ~ 26.05%
G 160 of 453 ~ 35.32%
B 175 of 453 ~ 38.63'%
#76A0AF color CMYK value is (33,9,0,31).
CMYK: (33,9,0,31) C33M9Y0K31 (33%,9%,0%,31%) (0.33/0.09/0.00/0.31)
Color #76A0AF in popluar color models
76 | A0 | AF | |
---|---|---|---|
RGB | 118 | 160 | 175 |
HSL | 196° | 26.27% | 57.45% |
HSB/HSV | 196° | 32.57% | 68.63% |
CMYK | 32.57% | 8.57% | 0.00% |
31.37% |
Color #76A0AF in popluar number systems.
HEX | 76 | A0 | AF |
Decimal | 118 | 160 | 175 |
Binary | 1110110 | 10100000 | 10101111 |
Octal | 166 | 240 | 257 |
Shades of #76A0AF
Tints of #76A0AF
Examples of css and html codes for elements with #76A0AF color. Also use rgb(118,160,175) instead hex code.
.myTextColor { color: #76A0AF; }
<p style="color:#76A0AF">This sample text font color is #76A0AF.</p>
This text font color is #76A0AF.
.myBgColor { background-color: #76A0AF; }
<div style="background-color:#76A0AF">Inner text</div>
This div background color is #76A0AF.
.myBorderColor { border: 1px solid #76A0AF; }
<div style="border:3px solid #76A0AF">Div</div>
This div border color is #76A0AF.
.myOpacity80 { color: #76A0AF; opacity: 0.8; }
<p style="color:#76A0AF;opacity:0.8;">80%</p>
Text with #76A0AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A0AF;}
<p style="text-shadow: 3px 3px 1px #76A0AF">Text here.</p>
This text has shadow with #76A0AF color.
.textShadow {text-shadow: 3px 3px 1px #76A0AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A0AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #76A0AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A0AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A0AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A0AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A0AF;
-webkit-box-shadow: 1px 1px 3px 2px #76A0AF;
box-shadow: 1px 1px 3px 2px #76A0AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A0AF; -webkit-box-shadow: 1px 1px 3px 2px #76A0AF; box-shadow:1px 1px 3px 2px #76A0AF;">
Div content here
</div>
This text has color #76A0AF on black background.
This text has color #76A0AF on white background.
This text has black color on #76A0AF background.
This text has white color on #76A0AF background.
Complementary color for #hex is #895F50.