HEX: #764446
RGB: (118,68,70)
#764446 contains red, green and blue colors in about the same proportion. Web safe color of #764446 is #663333 (or #633).
#764446 color RGB value is (118,68,70).
RGB: (118,68,70) (46%,27%,27%)
R 118 of 255 = 46%
G 68 of 255 = 27%
B 70 of 255 = 27%
R + G + B ~ 33%. #764446 is quite dark color.
R + G + B =
118 + 68 + 70 = 256 (100%)
R 118 of 256 ~ 46.09%
G 68 of 256 ~ 26.56%
B 70 of 256 ~ 27.34%
#764446 color CMYK value is (0,42,41,54).
CMYK: (0,42,41,54) C0M42Y41K54 (0%,42%,41%,54%) (0.00/0.42/0.41/0.54)
76 | 44 | 46 | |
---|---|---|---|
RGB | 118 | 68 | 70 |
HSL | 358° | 26.88% | 36.47% |
HSB/HSV | 358° | 42.37% | 46.27% |
CMYK | 0.00% | 42.37% | 40.68% |
53.73% |
HEX | 76 | 44 | 46 |
Decimal | 118 | 68 | 70 |
Binary | 1110110 | 1000100 | 1000110 |
Octal | 166 | 104 | 106 |
Examples of css and html codes for elements with #764446 color. Also use rgb(118,68,70) instead hex code.
.myTextColor { color: #764446; }
<p style="color:#764446">This sample text font color is #764446.</p>
This text font color is #764446.
.myBgColor { background-color: #764446; }
<div style="background-color:#764446">Inner text</div>
This div background color is #764446.
.myBorderColor { border: 1px solid #764446; }
<div style="border:3px solid #764446">Div</div>
This div border color is #764446.
.myOpacity80 { color: #764446; opacity: 0.8; }
<p style="color:#764446;opacity:0.8;">80%</p>
Text with #764446 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #764446;}
<p style="text-shadow: 3px 3px 1px #764446">Text here.</p>
This text has shadow with #764446 color.
.textShadow {text-shadow: 3px 3px 1px #764446, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #764446, 5px 5px 20px red">Text here.</p>
This text has shadow with #764446 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#764446, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#764446, Direction=45, Strength=4)">Text</p>
This text has shadow with #764446 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #764446; -webkit-box-shadow: 1px 1px 3px 2px #764446; box-shadow: 1px 1px 3px 2px #764446; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #764446; -webkit-box-shadow: 1px 1px 3px 2px #764446; box-shadow:1px 1px 3px 2px #764446;">
Div content here</div>
This text has color #764446 on black background.
This text has color #764446 on white background.
This text has black color on #764446 background.
This text has white color on #764446 background.