HEX: #AD7778
RGB: (173,119,120)
#AD7778 contains red, green and blue colors in about the same proportion. Web safe color of #AD7778 is #996666 (or #966).
#AD7778 color RGB value is (173,119,120).
RGB: (173,119,120)
(68%, 47%, 47%)
R 173 of 255 = 68%
G 119 of 255 = 47%
B 120 of 255 = 47%
R + G + B ~ 54%. #AD7778 is middle color (not dark and not light).
R + G + B = 173 + 119 + 120 = 412 (100%)
R 173 of 412 ~ 41.99%
G 119 of 412 ~ 28.88%
B 120 of 412 ~ 29.13'%
#AD7778 color CMYK value is (0,31,31,32).
CMYK: (0,31,31,32)
C0M31Y31K32 (0%, 31%, 31%, 32%)
(0.00 / 0.31 / 0.31 / 0.32)
Color #AD7778 in popluar color models
AD | 77 | 78 | |
---|---|---|---|
RGB | 173 | 119 | 120 |
HSL | 359° | 24.77% | 57.25% |
HSB/HSV | 359° | 31.21% | 67.84% |
CMYK | 0.00% | 31.21% | 30.64% |
32.16% |
Color #AD7778 in popluar number systems.
HEX | AD | 77 | 78 |
Decimal | 173 | 119 | 120 |
Binary | 10101101 | 1110111 | 1111000 |
Octal | 255 | 167 | 170 |
Shades of #AD7778
Tints of #AD7778
Examples of css and html codes for elements with #AD7778 color. Also use rgb(173,119,120) instead hex code.
.myTextColor { color: #AD7778; }
<p style="color:#AD7778">This sample text font color is #AD7778.</p>
This text font color is #AD7778.
.myBgColor { background-color: #AD7778; }
<div style="background-color:#AD7778">Inner text</div>
This div background color is #AD7778.
.myBorderColor { border: 1px solid #AD7778; }
<div style="border:3px solid #AD7778">Div</div>
This div border color is #AD7778.
.myOpacity80 { color: #AD7778; opacity: 0.8; }
<p style="color:#AD7778;opacity:0.8;">80%</p>
Text with #AD7778 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7778;}
<p style="text-shadow: 3px 3px 1px #AD7778">Text here.</p>
This text has shadow with #AD7778 color.
.textShadow {text-shadow: 3px 3px 1px #AD7778', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7778, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7778 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7778, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7778, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7778 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7778;
-webkit-box-shadow: 1px 1px 3px 2px #AD7778;
box-shadow: 1px 1px 3px 2px #AD7778;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7778; -webkit-box-shadow: 1px 1px 3px 2px #AD7778; box-shadow:1px 1px 3px 2px #AD7778;">
Div content here
</div>
This text has color #AD7778 on black background.
This text has color #AD7778 on white background.
This text has black color on #AD7778 background.
This text has white color on #AD7778 background.
Complementary color for #hex is #528887.