HEX: #A7726B
RGB: (167,114,107)
#A7726B contains mainly red and green colors. Web safe color of #A7726B is #996666 (or #966).
#A7726B color RGB value is (167,114,107).
RGB: (167,114,107)
(65%, 45%, 42%)
R 167 of 255 = 65%
G 114 of 255 = 45%
B 107 of 255 = 42%
R + G + B ~ 51%. #A7726B is middle color (not dark and not light).
R + G + B = 167 + 114 + 107 = 388 (100%)
R 167 of 388 ~ 43.04%
G 114 of 388 ~ 29.38%
B 107 of 388 ~ 27.58'%
#A7726B color CMYK value is (0,32,36,35).
CMYK: (0,32,36,35)
C0M32Y36K35 (0%, 32%, 36%, 35%)
(0.00 / 0.32 / 0.36 / 0.35)
Color #A7726B in popluar color models
A7 | 72 | 6B | |
---|---|---|---|
RGB | 167 | 114 | 107 |
HSL | 7° | 25.42% | 53.73% |
HSB/HSV | 7° | 35.93% | 65.49% |
CMYK | 0.00% | 31.74% | 35.93% |
34.51% |
Color #A7726B in popluar number systems.
HEX | A7 | 72 | 6B |
Decimal | 167 | 114 | 107 |
Binary | 10100111 | 1110010 | 1101011 |
Octal | 247 | 162 | 153 |
Shades of #A7726B
Tints of #A7726B
Examples of css and html codes for elements with #A7726B color. Also use rgb(167,114,107) instead hex code.
.myTextColor { color: #A7726B; }
<p style="color:#A7726B">This sample text font color is #A7726B.</p>
This text font color is #A7726B.
.myBgColor { background-color: #A7726B; }
<div style="background-color:#A7726B">Inner text</div>
This div background color is #A7726B.
.myBorderColor { border: 1px solid #A7726B; }
<div style="border:3px solid #A7726B">Div</div>
This div border color is #A7726B.
.myOpacity80 { color: #A7726B; opacity: 0.8; }
<p style="color:#A7726B;opacity:0.8;">80%</p>
Text with #A7726B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7726B;}
<p style="text-shadow: 3px 3px 1px #A7726B">Text here.</p>
This text has shadow with #A7726B color.
.textShadow {text-shadow: 3px 3px 1px #A7726B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7726B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7726B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7726B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7726B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7726B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7726B;
-webkit-box-shadow: 1px 1px 3px 2px #A7726B;
box-shadow: 1px 1px 3px 2px #A7726B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7726B; -webkit-box-shadow: 1px 1px 3px 2px #A7726B; box-shadow:1px 1px 3px 2px #A7726B;">
Div content here
</div>
This text has color #A7726B on black background.
This text has color #A7726B on white background.
This text has black color on #A7726B background.
This text has white color on #A7726B background.
Complementary color for #hex is #588D94.