HEX: #76514D
RGB: (118,81,77)
#76514D contains red, green and blue colors in about the same proportion. Web safe color of #76514D is #666633 (or #663).
#76514D color RGB value is (118,81,77).
RGB: (118,81,77)
(46%, 32%, 30%)
R 118 of 255 = 46%
G 81 of 255 = 32%
B 77 of 255 = 30%
R + G + B ~ 36%. #76514D is quite dark color.
R + G + B = 118 + 81 + 77 = 276 (100%)
R 118 of 276 ~ 42.75%
G 81 of 276 ~ 29.35%
B 77 of 276 ~ 27.9'%
#76514D color CMYK value is (0,31,35,54).
CMYK: (0,31,35,54) C0M31Y35K54 (0%,31%,35%,54%) (0.00/0.31/0.35/0.54)
Color #76514D in popluar color models
76 | 51 | 4D | |
---|---|---|---|
RGB | 118 | 81 | 77 |
HSL | 6° | 21.03% | 38.24% |
HSB/HSV | 6° | 34.75% | 46.27% |
CMYK | 0.00% | 31.36% | 34.75% |
53.73% |
Color #76514D in popluar number systems.
HEX | 76 | 51 | 4D |
Decimal | 118 | 81 | 77 |
Binary | 1110110 | 1010001 | 1001101 |
Octal | 166 | 121 | 115 |
Shades of #76514D
Tints of #76514D
Examples of css and html codes for elements with #76514D color. Also use rgb(118,81,77) instead hex code.
.myTextColor { color: #76514D; }
<p style="color:#76514D">This sample text font color is #76514D.</p>
This text font color is #76514D.
.myBgColor { background-color: #76514D; }
<div style="background-color:#76514D">Inner text</div>
This div background color is #76514D.
.myBorderColor { border: 1px solid #76514D; }
<div style="border:3px solid #76514D">Div</div>
This div border color is #76514D.
.myOpacity80 { color: #76514D; opacity: 0.8; }
<p style="color:#76514D;opacity:0.8;">80%</p>
Text with #76514D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76514D;}
<p style="text-shadow: 3px 3px 1px #76514D">Text here.</p>
This text has shadow with #76514D color.
.textShadow {text-shadow: 3px 3px 1px #76514D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76514D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76514D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76514D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76514D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76514D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76514D;
-webkit-box-shadow: 1px 1px 3px 2px #76514D;
box-shadow: 1px 1px 3px 2px #76514D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76514D; -webkit-box-shadow: 1px 1px 3px 2px #76514D; box-shadow:1px 1px 3px 2px #76514D;">
Div content here
</div>
This text has color #76514D on black background.
This text has color #76514D on white background.
This text has black color on #76514D background.
This text has white color on #76514D background.
Complementary color for #hex is #89AEB2.