HEX: #80676C
RGB: (128,103,108)
#80676C contains red, green and blue colors in about the same proportion. Web safe color of #80676C is #666666 (or #666).
#80676C color RGB value is (128,103,108).
RGB: (128,103,108)
(50%, 40%, 42%)
R 128 of 255 = 50%
G 103 of 255 = 40%
B 108 of 255 = 42%
R + G + B ~ 44%. #80676C is middle color (not dark and not light).
R + G + B = 128 + 103 + 108 = 339 (100%)
R 128 of 339 ~ 37.76%
G 103 of 339 ~ 30.38%
B 108 of 339 ~ 31.86'%
#80676C color CMYK value is (0,20,16,50).
CMYK: (0,20,16,50) C0M20Y16K50 (0%,20%,16%,50%) (0.00/0.20/0.16/0.50)
Color #80676C in popluar color models
80 | 67 | 6C | |
---|---|---|---|
RGB | 128 | 103 | 108 |
HSL | 348° | 10.82% | 45.29% |
HSB/HSV | 348° | 19.53% | 50.20% |
CMYK | 0.00% | 19.53% | 15.63% |
49.80% |
Color #80676C in popluar number systems.
HEX | 80 | 67 | 6C |
Decimal | 128 | 103 | 108 |
Binary | 10000000 | 1100111 | 1101100 |
Octal | 200 | 147 | 154 |
Shades of #80676C
Tints of #80676C
Examples of css and html codes for elements with #80676C color. Also use rgb(128,103,108) instead hex code.
.myTextColor { color: #80676C; }
<p style="color:#80676C">This sample text font color is #80676C.</p>
This text font color is #80676C.
.myBgColor { background-color: #80676C; }
<div style="background-color:#80676C">Inner text</div>
This div background color is #80676C.
.myBorderColor { border: 1px solid #80676C; }
<div style="border:3px solid #80676C">Div</div>
This div border color is #80676C.
.myOpacity80 { color: #80676C; opacity: 0.8; }
<p style="color:#80676C;opacity:0.8;">80%</p>
Text with #80676C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80676C;}
<p style="text-shadow: 3px 3px 1px #80676C">Text here.</p>
This text has shadow with #80676C color.
.textShadow {text-shadow: 3px 3px 1px #80676C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80676C, 5px 5px 20px red">Text here.</p>
This text has shadow with #80676C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80676C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80676C, Direction=45, Strength=4)">Text</p>
This text has shadow with #80676C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80676C;
-webkit-box-shadow: 1px 1px 3px 2px #80676C;
box-shadow: 1px 1px 3px 2px #80676C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80676C; -webkit-box-shadow: 1px 1px 3px 2px #80676C; box-shadow:1px 1px 3px 2px #80676C;">
Div content here
</div>
This text has color #80676C on black background.
This text has color #80676C on white background.
This text has black color on #80676C background.
This text has white color on #80676C background.
Complementary color for #hex is #7F9893.