HEX: #77411D
RGB: (119,65,29)
#77411D contains mainly red and green colors. Web safe color of #77411D is #663333 (or #633).
#77411D color RGB value is (119,65,29).
RGB: (119,65,29)
(47%, 25%, 11%)
R 119 of 255 = 47%
G 65 of 255 = 25%
B 29 of 255 = 11%
R + G + B ~ 28%. #77411D is quite dark color.
R + G + B = 119 + 65 + 29 = 213 (100%)
R 119 of 213 ~ 55.87%
G 65 of 213 ~ 30.52%
B 29 of 213 ~ 13.62'%
#77411D color CMYK value is (0,45,76,53).
CMYK: (0,45,76,53) C0M45Y76K53 (0%,45%,76%,53%) (0.00/0.45/0.76/0.53)
Color #77411D in popluar color models
77 | 41 | 1D | |
---|---|---|---|
RGB | 119 | 65 | 29 |
HSL | 24° | 60.81% | 29.02% |
HSB/HSV | 24° | 75.63% | 46.67% |
CMYK | 0.00% | 45.38% | 75.63% |
53.33% |
Color #77411D in popluar number systems.
HEX | 77 | 41 | 1D |
Decimal | 119 | 65 | 29 |
Binary | 1110111 | 1000001 | 11101 |
Octal | 167 | 101 | 35 |
Shades of #77411D
Tints of #77411D
Examples of css and html codes for elements with #77411D color. Also use rgb(119,65,29) instead hex code.
.myTextColor { color: #77411D; }
<p style="color:#77411D">This sample text font color is #77411D.</p>
This text font color is #77411D.
.myBgColor { background-color: #77411D; }
<div style="background-color:#77411D">Inner text</div>
This div background color is #77411D.
.myBorderColor { border: 1px solid #77411D; }
<div style="border:3px solid #77411D">Div</div>
This div border color is #77411D.
.myOpacity80 { color: #77411D; opacity: 0.8; }
<p style="color:#77411D;opacity:0.8;">80%</p>
Text with #77411D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77411D;}
<p style="text-shadow: 3px 3px 1px #77411D">Text here.</p>
This text has shadow with #77411D color.
.textShadow {text-shadow: 3px 3px 1px #77411D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77411D, 5px 5px 20px red">Text here.</p>
This text has shadow with #77411D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77411D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77411D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77411D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77411D;
-webkit-box-shadow: 1px 1px 3px 2px #77411D;
box-shadow: 1px 1px 3px 2px #77411D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77411D; -webkit-box-shadow: 1px 1px 3px 2px #77411D; box-shadow:1px 1px 3px 2px #77411D;">
Div content here
</div>
This text has color #77411D on black background.
This text has color #77411D on white background.
This text has black color on #77411D background.
This text has white color on #77411D background.
Complementary color for #hex is #88BEE2.