HEX: #76411D
RGB: (118,65,29)
#76411D contains mainly red and green colors. Web safe color of #76411D is #663333 (or #633).
#76411D color RGB value is (118,65,29).
RGB: (118,65,29) (46%,25%,11%)
R 118 of 255 = 46%
G 65 of 255 = 25%
B 29 of 255 = 11%
R + G + B ~ 27%. #76411D is quite dark color.
R + G + B =
118 + 65 + 29 = 212 (100%)
R 118 of 212 ~ 55.66%
G 65 of 212 ~ 30.66%
B 29 of 212 ~ 13.68%
#76411D color CMYK value is (0,45,75,54).
CMYK: (0,45,75,54) C0M45Y75K54 (0%,45%,75%,54%) (0.00/0.45/0.75/0.54)
76 | 41 | 1D | |
---|---|---|---|
RGB | 118 | 65 | 29 |
HSL | 24° | 60.54% | 28.82% |
HSB/HSV | 24° | 75.42% | 46.27% |
CMYK | 0.00% | 44.92% | 75.42% |
53.73% |
HEX | 76 | 41 | 1D |
Decimal | 118 | 65 | 29 |
Binary | 1110110 | 1000001 | 11101 |
Octal | 166 | 101 | 35 |
Examples of css and html codes for elements with #76411D color. Also use rgb(118,65,29) instead hex code.
.myTextColor { color: #76411D; }
<p style="color:#76411D">This sample text font color is #76411D.</p>
This text font color is #76411D.
.myBgColor { background-color: #76411D; }
<div style="background-color:#76411D">Inner text</div>
This div background color is #76411D.
.myBorderColor { border: 1px solid #76411D; }
<div style="border:3px solid #76411D">Div</div>
This div border color is #76411D.
.myOpacity80 { color: #76411D; opacity: 0.8; }
<p style="color:#76411D;opacity:0.8;">80%</p>
Text with #76411D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76411D;}
<p style="text-shadow: 3px 3px 1px #76411D">Text here.</p>
This text has shadow with #76411D color.
.textShadow {text-shadow: 3px 3px 1px #76411D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76411D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76411D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76411D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76411D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76411D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76411D; -webkit-box-shadow: 1px 1px 3px 2px #76411D; box-shadow: 1px 1px 3px 2px #76411D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76411D; -webkit-box-shadow: 1px 1px 3px 2px #76411D; box-shadow:1px 1px 3px 2px #76411D;">
Div content here</div>
This text has color #76411D on black background.
This text has color #76411D on white background.
This text has black color on #76411D background.
This text has white color on #76411D background.