HEX: #76745E
RGB: (118,116,94)
#76745E contains red, green and blue colors in about the same proportion. Web safe color of #76745E is #666666 (or #666).
#76745E color RGB value is (118,116,94).
RGB: (118,116,94)
(46%, 45%, 37%)
R 118 of 255 = 46%
G 116 of 255 = 45%
B 94 of 255 = 37%
R + G + B ~ 43%. #76745E is middle color (not dark and not light).
R + G + B = 118 + 116 + 94 = 328 (100%)
R 118 of 328 ~ 35.98%
G 116 of 328 ~ 35.37%
B 94 of 328 ~ 28.66'%
#76745E color CMYK value is (0,2,20,54).
CMYK: (0,2,20,54)
C0M2Y20K54 (0%, 2%, 20%, 54%)
(0.00 / 0.02 / 0.20 / 0.54)
Color #76745E in popluar color models
76 | 74 | 5E | |
---|---|---|---|
RGB | 118 | 116 | 94 |
HSL | 55° | 11.32% | 41.57% |
HSB/HSV | 55° | 20.34% | 46.27% |
CMYK | 0.00% | 1.69% | 20.34% |
53.73% |
Color #76745E in popluar number systems.
HEX | 76 | 74 | 5E |
Decimal | 118 | 116 | 94 |
Binary | 1110110 | 1110100 | 1011110 |
Octal | 166 | 164 | 136 |
Shades of #76745E
Tints of #76745E
Examples of css and html codes for elements with #76745E color. Also use rgb(118,116,94) instead hex code.
.myTextColor { color: #76745E; }
<p style="color:#76745E">This sample text font color is #76745E.</p>
This text font color is #76745E.
.myBgColor { background-color: #76745E; }
<div style="background-color:#76745E">Inner text</div>
This div background color is #76745E.
.myBorderColor { border: 1px solid #76745E; }
<div style="border:3px solid #76745E">Div</div>
This div border color is #76745E.
.myOpacity80 { color: #76745E; opacity: 0.8; }
<p style="color:#76745E;opacity:0.8;">80%</p>
Text with #76745E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76745E;}
<p style="text-shadow: 3px 3px 1px #76745E">Text here.</p>
This text has shadow with #76745E color.
.textShadow {text-shadow: 3px 3px 1px #76745E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76745E, 5px 5px 20px red">Text here.</p>
This text has shadow with #76745E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76745E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76745E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76745E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76745E;
-webkit-box-shadow: 1px 1px 3px 2px #76745E;
box-shadow: 1px 1px 3px 2px #76745E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76745E; -webkit-box-shadow: 1px 1px 3px 2px #76745E; box-shadow:1px 1px 3px 2px #76745E;">
Div content here
</div>
This text has color #76745E on black background.
This text has color #76745E on white background.
This text has black color on #76745E background.
This text has white color on #76745E background.
Complementary color for #hex is #898BA1.