HEX: #77824A
RGB: (119,130,74)
#77824A contains red, green and blue colors in about the same proportion. Web safe color of #77824A is #669933 (or #693).
#77824A color RGB value is (119,130,74).
RGB: (119,130,74)
(47%, 51%, 29%)
R 119 of 255 = 47%
G 130 of 255 = 51%
B 74 of 255 = 29%
R + G + B ~ 42%. #77824A is middle color (not dark and not light).
R + G + B = 119 + 130 + 74 = 323 (100%)
R 119 of 323 ~ 36.84%
G 130 of 323 ~ 40.25%
B 74 of 323 ~ 22.91'%
#77824A color CMYK value is (8,0,43,49).
CMYK: (8,0,43,49) C8M0Y43K49 (8%,0%,43%,49%) (0.08/0.00/0.43/0.49)
Color #77824A in popluar color models
77 | 82 | 4A | |
---|---|---|---|
RGB | 119 | 130 | 74 |
HSL | 72° | 27.45% | 40.00% |
HSB/HSV | 72° | 43.08% | 50.98% |
CMYK | 8.46% | 0.00% | 43.08% |
49.02% |
Color #77824A in popluar number systems.
HEX | 77 | 82 | 4A |
Decimal | 119 | 130 | 74 |
Binary | 1110111 | 10000010 | 1001010 |
Octal | 167 | 202 | 112 |
Shades of #77824A
Tints of #77824A
Examples of css and html codes for elements with #77824A color. Also use rgb(119,130,74) instead hex code.
.myTextColor { color: #77824A; }
<p style="color:#77824A">This sample text font color is #77824A.</p>
This text font color is #77824A.
.myBgColor { background-color: #77824A; }
<div style="background-color:#77824A">Inner text</div>
This div background color is #77824A.
.myBorderColor { border: 1px solid #77824A; }
<div style="border:3px solid #77824A">Div</div>
This div border color is #77824A.
.myOpacity80 { color: #77824A; opacity: 0.8; }
<p style="color:#77824A;opacity:0.8;">80%</p>
Text with #77824A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77824A;}
<p style="text-shadow: 3px 3px 1px #77824A">Text here.</p>
This text has shadow with #77824A color.
.textShadow {text-shadow: 3px 3px 1px #77824A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77824A, 5px 5px 20px red">Text here.</p>
This text has shadow with #77824A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77824A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77824A, Direction=45, Strength=4)">Text</p>
This text has shadow with #77824A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77824A;
-webkit-box-shadow: 1px 1px 3px 2px #77824A;
box-shadow: 1px 1px 3px 2px #77824A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77824A; -webkit-box-shadow: 1px 1px 3px 2px #77824A; box-shadow:1px 1px 3px 2px #77824A;">
Div content here
</div>
This text has color #77824A on black background.
This text has color #77824A on white background.
This text has black color on #77824A background.
This text has white color on #77824A background.
Complementary color for #hex is #887DB5.