HEX: #784071
RGB: (120,64,113)
#784071 contains red, green and blue colors in about the same proportion. Web safe color of #784071 is #663366 (or #636).
#784071 color RGB value is (120,64,113).
RGB: (120,64,113) (47%,25%,44%)
R 120 of 255 = 47%
G 64 of 255 = 25%
B 113 of 255 = 44%
R + G + B ~ 39%. #784071 is quite dark color.
R + G + B =
120 + 64 + 113 = 297 (100%)
R 120 of 297 ~ 40.4%
G 64 of 297 ~ 21.55%
B 113 of 297 ~ 38.05%
#784071 color CMYK value is (0,47,6,53).
CMYK: (0,47,6,53) C0M47Y6K53 (0%,47%,6%,53%) (0.00/0.47/0.06/0.53)
78 | 40 | 71 | |
---|---|---|---|
RGB | 120 | 64 | 113 |
HSL | 308° | 30.43% | 36.08% |
HSB/HSV | 308° | 46.67% | 47.06% |
CMYK | 0.00% | 46.67% | 5.83% |
52.94% |
HEX | 78 | 40 | 71 |
Decimal | 120 | 64 | 113 |
Binary | 1111000 | 1000000 | 1110001 |
Octal | 170 | 100 | 161 |
Examples of css and html codes for elements with #784071 color. Also use rgb(120,64,113) instead hex code.
.myTextColor { color: #784071; }
<p style="color:#784071">This sample text font color is #784071.</p>
This text font color is #784071.
.myBgColor { background-color: #784071; }
<div style="background-color:#784071">Inner text</div>
This div background color is #784071.
.myBorderColor { border: 1px solid #784071; }
<div style="border:3px solid #784071">Div</div>
This div border color is #784071.
.myOpacity80 { color: #784071; opacity: 0.8; }
<p style="color:#784071;opacity:0.8;">80%</p>
Text with #784071 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #784071;}
<p style="text-shadow: 3px 3px 1px #784071">Text here.</p>
This text has shadow with #784071 color.
.textShadow {text-shadow: 3px 3px 1px #784071, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #784071, 5px 5px 20px red">Text here.</p>
This text has shadow with #784071 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#784071, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#784071, Direction=45, Strength=4)">Text</p>
This text has shadow with #784071 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #784071; -webkit-box-shadow: 1px 1px 3px 2px #784071; box-shadow: 1px 1px 3px 2px #784071; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #784071; -webkit-box-shadow: 1px 1px 3px 2px #784071; box-shadow:1px 1px 3px 2px #784071;">
Div content here</div>
This text has color #784071 on black background.
This text has color #784071 on white background.
This text has black color on #784071 background.
This text has white color on #784071 background.