HEX: #775521
RGB: (119,85,33)
#775521 contains mainly red and green colors. Web safe color of #775521 is #666633 (or #663).
#775521 color RGB value is (119,85,33).
RGB: (119,85,33) (47%,33%,13%)
R 119 of 255 = 47%
G 85 of 255 = 33%
B 33 of 255 = 13%
R + G + B ~ 31%. #775521 is quite dark color.
R + G + B =
119 + 85 + 33 = 237 (100%)
R 119 of 237 ~ 50.21%
G 85 of 237 ~ 35.86%
B 33 of 237 ~ 13.92%
#775521 color CMYK value is (0,29,72,53).
CMYK: (0,29,72,53) C0M29Y72K53 (0%,29%,72%,53%) (0.00/0.29/0.72/0.53)
77 | 55 | 21 | |
---|---|---|---|
RGB | 119 | 85 | 33 |
HSL | 36° | 56.58% | 29.80% |
HSB/HSV | 36° | 72.27% | 46.67% |
CMYK | 0.00% | 28.57% | 72.27% |
53.33% |
HEX | 77 | 55 | 21 |
Decimal | 119 | 85 | 33 |
Binary | 1110111 | 1010101 | 100001 |
Octal | 167 | 125 | 41 |
Examples of css and html codes for elements with #775521 color. Also use rgb(119,85,33) instead hex code.
.myTextColor { color: #775521; }
<p style="color:#775521">This sample text font color is #775521.</p>
This text font color is #775521.
.myBgColor { background-color: #775521; }
<div style="background-color:#775521">Inner text</div>
This div background color is #775521.
.myBorderColor { border: 1px solid #775521; }
<div style="border:3px solid #775521">Div</div>
This div border color is #775521.
.myOpacity80 { color: #775521; opacity: 0.8; }
<p style="color:#775521;opacity:0.8;">80%</p>
Text with #775521 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #775521;}
<p style="text-shadow: 3px 3px 1px #775521">Text here.</p>
This text has shadow with #775521 color.
.textShadow {text-shadow: 3px 3px 1px #775521, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #775521, 5px 5px 20px red">Text here.</p>
This text has shadow with #775521 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#775521, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#775521, Direction=45, Strength=4)">Text</p>
This text has shadow with #775521 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #775521; -webkit-box-shadow: 1px 1px 3px 2px #775521; box-shadow: 1px 1px 3px 2px #775521; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #775521; -webkit-box-shadow: 1px 1px 3px 2px #775521; box-shadow:1px 1px 3px 2px #775521;">
Div content here</div>
This text has color #775521 on black background.
This text has color #775521 on white background.
This text has black color on #775521 background.
This text has white color on #775521 background.