HEX: #76706B
RGB: (118,112,107)
#76706B contains red, green and blue colors in about the same proportion. Web safe color of #76706B is #666666 (or #666).
#76706B color RGB value is (118,112,107).
RGB: (118,112,107)
(46%, 44%, 42%)
R 118 of 255 = 46%
G 112 of 255 = 44%
B 107 of 255 = 42%
R + G + B ~ 44%. #76706B is middle color (not dark and not light).
R + G + B = 118 + 112 + 107 = 337 (100%)
R 118 of 337 ~ 35.01%
G 112 of 337 ~ 33.23%
B 107 of 337 ~ 31.75'%
#76706B color CMYK value is (0,5,9,54).
CMYK: (0,5,9,54) C0M5Y9K54 (0%,5%,9%,54%) (0.00/0.05/0.09/0.54)
Color #76706B in popluar color models
76 | 70 | 6B | |
---|---|---|---|
RGB | 118 | 112 | 107 |
HSL | 27° | 4.89% | 44.12% |
HSB/HSV | 27° | 9.32% | 46.27% |
CMYK | 0.00% | 5.08% | 9.32% |
53.73% |
Color #76706B in popluar number systems.
HEX | 76 | 70 | 6B |
Decimal | 118 | 112 | 107 |
Binary | 1110110 | 1110000 | 1101011 |
Octal | 166 | 160 | 153 |
Shades of #76706B
Tints of #76706B
Examples of css and html codes for elements with #76706B color. Also use rgb(118,112,107) instead hex code.
.myTextColor { color: #76706B; }
<p style="color:#76706B">This sample text font color is #76706B.</p>
This text font color is #76706B.
.myBgColor { background-color: #76706B; }
<div style="background-color:#76706B">Inner text</div>
This div background color is #76706B.
.myBorderColor { border: 1px solid #76706B; }
<div style="border:3px solid #76706B">Div</div>
This div border color is #76706B.
.myOpacity80 { color: #76706B; opacity: 0.8; }
<p style="color:#76706B;opacity:0.8;">80%</p>
Text with #76706B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76706B;}
<p style="text-shadow: 3px 3px 1px #76706B">Text here.</p>
This text has shadow with #76706B color.
.textShadow {text-shadow: 3px 3px 1px #76706B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76706B, 5px 5px 20px red">Text here.</p>
This text has shadow with #76706B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76706B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76706B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76706B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76706B;
-webkit-box-shadow: 1px 1px 3px 2px #76706B;
box-shadow: 1px 1px 3px 2px #76706B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76706B; -webkit-box-shadow: 1px 1px 3px 2px #76706B; box-shadow:1px 1px 3px 2px #76706B;">
Div content here
</div>
This text has color #76706B on black background.
This text has color #76706B on white background.
This text has black color on #76706B background.
This text has white color on #76706B background.
Complementary color for #hex is #898F94.