HEX: #A74979
RGB: (167,73,121)
#A74979 contains mainly red and blue colors. Web safe color of #A74979 is #993366 (or #936).
#A74979 color RGB value is (167,73,121).
RGB: (167,73,121)
(65%, 29%, 47%)
R 167 of 255 = 65%
G 73 of 255 = 29%
B 121 of 255 = 47%
R + G + B ~ 47%. #A74979 is middle color (not dark and not light).
R + G + B = 167 + 73 + 121 = 361 (100%)
R 167 of 361 ~ 46.26%
G 73 of 361 ~ 20.22%
B 121 of 361 ~ 33.52'%
#A74979 color CMYK value is (0,56,28,35).
CMYK: (0,56,28,35)
C0M56Y28K35 (0%, 56%, 28%, 35%)
(0.00 / 0.56 / 0.28 / 0.35)
Color #A74979 in popluar color models
A7 | 49 | 79 | |
---|---|---|---|
RGB | 167 | 73 | 121 |
HSL | 329° | 39.17% | 47.06% |
HSB/HSV | 329° | 56.29% | 65.49% |
CMYK | 0.00% | 56.29% | 27.54% |
34.51% |
Color #A74979 in popluar number systems.
HEX | A7 | 49 | 79 |
Decimal | 167 | 73 | 121 |
Binary | 10100111 | 1001001 | 1111001 |
Octal | 247 | 111 | 171 |
Shades of #A74979
Tints of #A74979
Examples of css and html codes for elements with #A74979 color. Also use rgb(167,73,121) instead hex code.
.myTextColor { color: #A74979; }
<p style="color:#A74979">This sample text font color is #A74979.</p>
This text font color is #A74979.
.myBgColor { background-color: #A74979; }
<div style="background-color:#A74979">Inner text</div>
This div background color is #A74979.
.myBorderColor { border: 1px solid #A74979; }
<div style="border:3px solid #A74979">Div</div>
This div border color is #A74979.
.myOpacity80 { color: #A74979; opacity: 0.8; }
<p style="color:#A74979;opacity:0.8;">80%</p>
Text with #A74979 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A74979;}
<p style="text-shadow: 3px 3px 1px #A74979">Text here.</p>
This text has shadow with #A74979 color.
.textShadow {text-shadow: 3px 3px 1px #A74979', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A74979, 5px 5px 20px red">Text here.</p>
This text has shadow with #A74979 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A74979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A74979, Direction=45, Strength=4)">Text</p>
This text has shadow with #A74979 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A74979;
-webkit-box-shadow: 1px 1px 3px 2px #A74979;
box-shadow: 1px 1px 3px 2px #A74979;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A74979; -webkit-box-shadow: 1px 1px 3px 2px #A74979; box-shadow:1px 1px 3px 2px #A74979;">
Div content here
</div>
This text has color #A74979 on black background.
This text has color #A74979 on white background.
This text has black color on #A74979 background.
This text has white color on #A74979 background.
Complementary color for #hex is #58B686.