HEX: #754A6E
RGB: (117,74,110)
#754A6E contains red, green and blue colors in about the same proportion. Web safe color of #754A6E is #663366 (or #636).
#754A6E color RGB value is (117,74,110).
RGB: (117,74,110) (46%,29%,43%)
R 117 of 255 = 46%
G 74 of 255 = 29%
B 110 of 255 = 43%
R + G + B ~ 39%. #754A6E is quite dark color.
R + G + B =
117 + 74 + 110 = 301 (100%)
R 117 of 301 ~ 38.87%
G 74 of 301 ~ 24.58%
B 110 of 301 ~ 36.54%
#754A6E color CMYK value is (0,37,6,54).
CMYK: (0,37,6,54) C0M37Y6K54 (0%,37%,6%,54%) (0.00/0.37/0.06/0.54)
75 | 4A | 6E | |
---|---|---|---|
RGB | 117 | 74 | 110 |
HSL | 310° | 22.51% | 37.45% |
HSB/HSV | 310° | 36.75% | 45.88% |
CMYK | 0.00% | 36.75% | 5.98% |
54.12% |
HEX | 75 | 4A | 6E |
Decimal | 117 | 74 | 110 |
Binary | 1110101 | 1001010 | 1101110 |
Octal | 165 | 112 | 156 |
Examples of css and html codes for elements with #754A6E color. Also use rgb(117,74,110) instead hex code.
.myTextColor { color: #754A6E; }
<p style="color:#754A6E">This sample text font color is #754A6E.</p>
This text font color is #754A6E.
.myBgColor { background-color: #754A6E; }
<div style="background-color:#754A6E">Inner text</div>
This div background color is #754A6E.
.myBorderColor { border: 1px solid #754A6E; }
<div style="border:3px solid #754A6E">Div</div>
This div border color is #754A6E.
.myOpacity80 { color: #754A6E; opacity: 0.8; }
<p style="color:#754A6E;opacity:0.8;">80%</p>
Text with #754A6E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #754A6E;}
<p style="text-shadow: 3px 3px 1px #754A6E">Text here.</p>
This text has shadow with #754A6E color.
.textShadow {text-shadow: 3px 3px 1px #754A6E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #754A6E, 5px 5px 20px red">Text here.</p>
This text has shadow with #754A6E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#754A6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#754A6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #754A6E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #754A6E; -webkit-box-shadow: 1px 1px 3px 2px #754A6E; box-shadow: 1px 1px 3px 2px #754A6E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #754A6E; -webkit-box-shadow: 1px 1px 3px 2px #754A6E; box-shadow:1px 1px 3px 2px #754A6E;">
Div content here</div>
This text has color #754A6E on black background.
This text has color #754A6E on white background.
This text has black color on #754A6E background.
This text has white color on #754A6E background.