HEX: #A7758E
RGB: (167,117,142)
#A7758E contains red, green and blue colors in about the same proportion. Web safe color of #A7758E is #996699 (or #969).
#A7758E color RGB value is (167,117,142).
RGB: (167,117,142) (65%,46%,56%)
R 167 of 255 = 65%
G 117 of 255 = 46%
B 142 of 255 = 56%
R + G + B ~ 56%. #A7758E is middle color (not dark and not light).
R + G + B =
167 + 117 + 142 = 426 (100%)
R 167 of 426 ~ 39.2%
G 117 of 426 ~ 27.46%
B 142 of 426 ~ 33.33%
#A7758E color CMYK value is (0,30,15,35).
CMYK: (0,30,15,35) C0M30Y15K35 (0%,30%,15%,35%) (0.00/0.30/0.15/0.35)
A7 | 75 | 8E | |
---|---|---|---|
RGB | 167 | 117 | 142 |
HSL | 330° | 22.12% | 55.69% |
HSB/HSV | 330° | 29.94% | 65.49% |
CMYK | 0.00% | 29.94% | 14.97% |
34.51% |
HEX | A7 | 75 | 8E |
Decimal | 167 | 117 | 142 |
Binary | 10100111 | 1110101 | 10001110 |
Octal | 247 | 165 | 216 |
Examples of css and html codes for elements with #A7758E color. Also use rgb(167,117,142) instead hex code.
.myTextColor { color: #A7758E; }
<p style="color:#A7758E">This sample text font color is #A7758E.</p>
This text font color is #A7758E.
.myBgColor { background-color: #A7758E; }
<div style="background-color:#A7758E">Inner text</div>
This div background color is #A7758E.
.myBorderColor { border: 1px solid #A7758E; }
<div style="border:3px solid #A7758E">Div</div>
This div border color is #A7758E.
.myOpacity80 { color: #A7758E; opacity: 0.8; }
<p style="color:#A7758E;opacity:0.8;">80%</p>
Text with #A7758E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7758E;}
<p style="text-shadow: 3px 3px 1px #A7758E">Text here.</p>
This text has shadow with #A7758E color.
.textShadow {text-shadow: 3px 3px 1px #A7758E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7758E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7758E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7758E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7758E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7758E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A7758E; -webkit-box-shadow: 1px 1px 3px 2px #A7758E; box-shadow: 1px 1px 3px 2px #A7758E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A7758E; -webkit-box-shadow: 1px 1px 3px 2px #A7758E; box-shadow:1px 1px 3px 2px #A7758E;">
Div content here</div>
This text has color #A7758E on black background.
This text has color #A7758E on white background.
This text has black color on #A7758E background.
This text has white color on #A7758E background.