HEX: #A7772A
RGB: (167,119,42)
#A7772A contains mainly red and green colors. Web safe color of #A7772A is #996633 (or #963).
#A7772A color RGB value is (167,119,42).
RGB: (167,119,42)
(65%, 47%, 16%)
R 167 of 255 = 65%
G 119 of 255 = 47%
B 42 of 255 = 16%
R + G + B ~ 43%. #A7772A is middle color (not dark and not light).
R + G + B = 167 + 119 + 42 = 328 (100%)
R 167 of 328 ~ 50.91%
G 119 of 328 ~ 36.28%
B 42 of 328 ~ 12.8'%
#A7772A color CMYK value is (0,29,75,35).
CMYK: (0,29,75,35) C0M29Y75K35 (0%,29%,75%,35%) (0.00/0.29/0.75/0.35)
Color #A7772A in popluar color models
A7 | 77 | 2A | |
---|---|---|---|
RGB | 167 | 119 | 42 |
HSL | 37° | 59.81% | 40.98% |
HSB/HSV | 37° | 74.85% | 65.49% |
CMYK | 0.00% | 28.74% | 74.85% |
34.51% |
Color #A7772A in popluar number systems.
HEX | A7 | 77 | 2A |
Decimal | 167 | 119 | 42 |
Binary | 10100111 | 1110111 | 101010 |
Octal | 247 | 167 | 52 |
Shades of #A7772A
Tints of #A7772A
Examples of css and html codes for elements with #A7772A color. Also use rgb(167,119,42) instead hex code.
.myTextColor { color: #A7772A; }
<p style="color:#A7772A">This sample text font color is #A7772A.</p>
This text font color is #A7772A.
.myBgColor { background-color: #A7772A; }
<div style="background-color:#A7772A">Inner text</div>
This div background color is #A7772A.
.myBorderColor { border: 1px solid #A7772A; }
<div style="border:3px solid #A7772A">Div</div>
This div border color is #A7772A.
.myOpacity80 { color: #A7772A; opacity: 0.8; }
<p style="color:#A7772A;opacity:0.8;">80%</p>
Text with #A7772A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7772A;}
<p style="text-shadow: 3px 3px 1px #A7772A">Text here.</p>
This text has shadow with #A7772A color.
.textShadow {text-shadow: 3px 3px 1px #A7772A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7772A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7772A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7772A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7772A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7772A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7772A;
-webkit-box-shadow: 1px 1px 3px 2px #A7772A;
box-shadow: 1px 1px 3px 2px #A7772A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7772A; -webkit-box-shadow: 1px 1px 3px 2px #A7772A; box-shadow:1px 1px 3px 2px #A7772A;">
Div content here
</div>
This text has color #A7772A on black background.
This text has color #A7772A on white background.
This text has black color on #A7772A background.
This text has white color on #A7772A background.
Complementary color for #hex is #5888D5.