HEX: #766D1F
RGB: (118,109,31)
#766D1F contains mainly red and green colors. Web safe color of #766D1F is #666633 (or #663).
#766D1F color RGB value is (118,109,31).
RGB: (118,109,31) (46%,43%,12%)
R 118 of 255 = 46%
G 109 of 255 = 43%
B 31 of 255 = 12%
R + G + B ~ 34%. #766D1F is quite dark color.
R + G + B =
118 + 109 + 31 = 258 (100%)
R 118 of 258 ~ 45.74%
G 109 of 258 ~ 42.25%
B 31 of 258 ~ 12.02%
#766D1F color CMYK value is (0,8,74,54).
CMYK: (0,8,74,54) C0M8Y74K54 (0%,8%,74%,54%) (0.00/0.08/0.74/0.54)
76 | 6D | 1F | |
---|---|---|---|
RGB | 118 | 109 | 31 |
HSL | 54° | 58.39% | 29.22% |
HSB/HSV | 54° | 73.73% | 46.27% |
CMYK | 0.00% | 7.63% | 73.73% |
53.73% |
HEX | 76 | 6D | 1F |
Decimal | 118 | 109 | 31 |
Binary | 1110110 | 1101101 | 11111 |
Octal | 166 | 155 | 37 |
Examples of css and html codes for elements with #766D1F color. Also use rgb(118,109,31) instead hex code.
.myTextColor { color: #766D1F; }
<p style="color:#766D1F">This sample text font color is #766D1F.</p>
This text font color is #766D1F.
.myBgColor { background-color: #766D1F; }
<div style="background-color:#766D1F">Inner text</div>
This div background color is #766D1F.
.myBorderColor { border: 1px solid #766D1F; }
<div style="border:3px solid #766D1F">Div</div>
This div border color is #766D1F.
.myOpacity80 { color: #766D1F; opacity: 0.8; }
<p style="color:#766D1F;opacity:0.8;">80%</p>
Text with #766D1F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #766D1F;}
<p style="text-shadow: 3px 3px 1px #766D1F">Text here.</p>
This text has shadow with #766D1F color.
.textShadow {text-shadow: 3px 3px 1px #766D1F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #766D1F, 5px 5px 20px red">Text here.</p>
This text has shadow with #766D1F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#766D1F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#766D1F, Direction=45, Strength=4)">Text</p>
This text has shadow with #766D1F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #766D1F; -webkit-box-shadow: 1px 1px 3px 2px #766D1F; box-shadow: 1px 1px 3px 2px #766D1F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #766D1F; -webkit-box-shadow: 1px 1px 3px 2px #766D1F; box-shadow:1px 1px 3px 2px #766D1F;">
Div content here</div>
This text has color #766D1F on black background.
This text has color #766D1F on white background.
This text has black color on #766D1F background.
This text has white color on #766D1F background.