HEX: #764463
RGB: (118,68,99)
#764463 contains red, green and blue colors in about the same proportion. Web safe color of #764463 is #663366 (or #636).
#764463 color RGB value is (118,68,99).
RGB: (118,68,99)
(46%, 27%, 39%)
R 118 of 255 = 46%
G 68 of 255 = 27%
B 99 of 255 = 39%
R + G + B ~ 37%. #764463 is quite dark color.
R + G + B = 118 + 68 + 99 = 285 (100%)
R 118 of 285 ~ 41.4%
G 68 of 285 ~ 23.86%
B 99 of 285 ~ 34.74'%
#764463 color CMYK value is (0,42,16,54).
CMYK: (0,42,16,54)
C0M42Y16K54 (0%, 42%, 16%, 54%)
(0.00 / 0.42 / 0.16 / 0.54)
Color #764463 in popluar color models
76 | 44 | 63 | |
---|---|---|---|
RGB | 118 | 68 | 99 |
HSL | 323° | 26.88% | 36.47% |
HSB/HSV | 323° | 42.37% | 46.27% |
CMYK | 0.00% | 42.37% | 16.10% |
53.73% |
Color #764463 in popluar number systems.
HEX | 76 | 44 | 63 |
Decimal | 118 | 68 | 99 |
Binary | 1110110 | 1000100 | 1100011 |
Octal | 166 | 104 | 143 |
Shades of #764463
Tints of #764463
Examples of css and html codes for elements with #764463 color. Also use rgb(118,68,99) instead hex code.
.myTextColor { color: #764463; }
<p style="color:#764463">This sample text font color is #764463.</p>
This text font color is #764463.
.myBgColor { background-color: #764463; }
<div style="background-color:#764463">Inner text</div>
This div background color is #764463.
.myBorderColor { border: 1px solid #764463; }
<div style="border:3px solid #764463">Div</div>
This div border color is #764463.
.myOpacity80 { color: #764463; opacity: 0.8; }
<p style="color:#764463;opacity:0.8;">80%</p>
Text with #764463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #764463;}
<p style="text-shadow: 3px 3px 1px #764463">Text here.</p>
This text has shadow with #764463 color.
.textShadow {text-shadow: 3px 3px 1px #764463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #764463, 5px 5px 20px red">Text here.</p>
This text has shadow with #764463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#764463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#764463, Direction=45, Strength=4)">Text</p>
This text has shadow with #764463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #764463;
-webkit-box-shadow: 1px 1px 3px 2px #764463;
box-shadow: 1px 1px 3px 2px #764463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #764463; -webkit-box-shadow: 1px 1px 3px 2px #764463; box-shadow:1px 1px 3px 2px #764463;">
Div content here
</div>
This text has color #764463 on black background.
This text has color #764463 on white background.
This text has black color on #764463 background.
This text has white color on #764463 background.
Complementary color for #hex is #89BB9C.