HEX: #776449
RGB: (119,100,73)
#776449 contains red, green and blue colors in about the same proportion. Web safe color of #776449 is #666633 (or #663).
#776449 color RGB value is (119,100,73).
RGB: (119,100,73)
(47%, 39%, 29%)
R 119 of 255 = 47%
G 100 of 255 = 39%
B 73 of 255 = 29%
R + G + B ~ 38%. #776449 is quite dark color.
R + G + B = 119 + 100 + 73 = 292 (100%)
R 119 of 292 ~ 40.75%
G 100 of 292 ~ 34.25%
B 73 of 292 ~ 25'%
#776449 color CMYK value is (0,16,39,53).
CMYK: (0,16,39,53)
C0M16Y39K53 (0%, 16%, 39%, 53%)
(0.00 / 0.16 / 0.39 / 0.53)
Color #776449 in popluar color models
77 | 64 | 49 | |
---|---|---|---|
RGB | 119 | 100 | 73 |
HSL | 35° | 23.96% | 37.65% |
HSB/HSV | 35° | 38.66% | 46.67% |
CMYK | 0.00% | 15.97% | 38.66% |
53.33% |
Color #776449 in popluar number systems.
HEX | 77 | 64 | 49 |
Decimal | 119 | 100 | 73 |
Binary | 1110111 | 1100100 | 1001001 |
Octal | 167 | 144 | 111 |
Shades of #776449
Tints of #776449
Examples of css and html codes for elements with #776449 color. Also use rgb(119,100,73) instead hex code.
.myTextColor { color: #776449; }
<p style="color:#776449">This sample text font color is #776449.</p>
This text font color is #776449.
.myBgColor { background-color: #776449; }
<div style="background-color:#776449">Inner text</div>
This div background color is #776449.
.myBorderColor { border: 1px solid #776449; }
<div style="border:3px solid #776449">Div</div>
This div border color is #776449.
.myOpacity80 { color: #776449; opacity: 0.8; }
<p style="color:#776449;opacity:0.8;">80%</p>
Text with #776449 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #776449;}
<p style="text-shadow: 3px 3px 1px #776449">Text here.</p>
This text has shadow with #776449 color.
.textShadow {text-shadow: 3px 3px 1px #776449', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #776449, 5px 5px 20px red">Text here.</p>
This text has shadow with #776449 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#776449, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#776449, Direction=45, Strength=4)">Text</p>
This text has shadow with #776449 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #776449;
-webkit-box-shadow: 1px 1px 3px 2px #776449;
box-shadow: 1px 1px 3px 2px #776449;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #776449; -webkit-box-shadow: 1px 1px 3px 2px #776449; box-shadow:1px 1px 3px 2px #776449;">
Div content here
</div>
This text has color #776449 on black background.
This text has color #776449 on white background.
This text has black color on #776449 background.
This text has white color on #776449 background.
Complementary color for #hex is #889BB6.