HEX: #776515
RGB: (119,101,21)
#776515 contains mainly red and green colors. Web safe color of #776515 is #666600 (or #660).
#776515 color RGB value is (119,101,21).
RGB: (119,101,21) (47%,40%,8%)
R 119 of 255 = 47%
G 101 of 255 = 40%
B 21 of 255 = 8%
R + G + B ~ 32%. #776515 is quite dark color.
R + G + B =
119 + 101 + 21 = 241 (100%)
R 119 of 241 ~ 49.38%
G 101 of 241 ~ 41.91%
B 21 of 241 ~ 8.71%
#776515 color CMYK value is (0,15,82,53).
CMYK: (0,15,82,53) C0M15Y82K53 (0%,15%,82%,53%) (0.00/0.15/0.82/0.53)
77 | 65 | 15 | |
---|---|---|---|
RGB | 119 | 101 | 21 |
HSL | 49° | 70.00% | 27.45% |
HSB/HSV | 49° | 82.35% | 46.67% |
CMYK | 0.00% | 15.13% | 82.35% |
53.33% |
HEX | 77 | 65 | 15 |
Decimal | 119 | 101 | 21 |
Binary | 1110111 | 1100101 | 10101 |
Octal | 167 | 145 | 25 |
Examples of css and html codes for elements with #776515 color. Also use rgb(119,101,21) instead hex code.
.myTextColor { color: #776515; }
<p style="color:#776515">This sample text font color is #776515.</p>
This text font color is #776515.
.myBgColor { background-color: #776515; }
<div style="background-color:#776515">Inner text</div>
This div background color is #776515.
.myBorderColor { border: 1px solid #776515; }
<div style="border:3px solid #776515">Div</div>
This div border color is #776515.
.myOpacity80 { color: #776515; opacity: 0.8; }
<p style="color:#776515;opacity:0.8;">80%</p>
Text with #776515 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #776515;}
<p style="text-shadow: 3px 3px 1px #776515">Text here.</p>
This text has shadow with #776515 color.
.textShadow {text-shadow: 3px 3px 1px #776515, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #776515, 5px 5px 20px red">Text here.</p>
This text has shadow with #776515 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#776515, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#776515, Direction=45, Strength=4)">Text</p>
This text has shadow with #776515 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #776515; -webkit-box-shadow: 1px 1px 3px 2px #776515; box-shadow: 1px 1px 3px 2px #776515; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #776515; -webkit-box-shadow: 1px 1px 3px 2px #776515; box-shadow:1px 1px 3px 2px #776515;">
Div content here</div>
This text has color #776515 on black background.
This text has color #776515 on white background.
This text has black color on #776515 background.
This text has white color on #776515 background.