HEX: #74772B
RGB: (116,119,43)
#74772B contains mainly red and green colors. Web safe color of #74772B is #666633 (or #663).
#74772B color RGB value is (116,119,43).
RGB: (116,119,43)
(45%, 47%, 17%)
R 116 of 255 = 45%
G 119 of 255 = 47%
B 43 of 255 = 17%
R + G + B ~ 36%. #74772B is quite dark color.
R + G + B = 116 + 119 + 43 = 278 (100%)
R 116 of 278 ~ 41.73%
G 119 of 278 ~ 42.81%
B 43 of 278 ~ 15.47'%
#74772B color CMYK value is (3,0,64,53).
CMYK: (3,0,64,53)
C3M0Y64K53 (3%, 0%, 64%, 53%)
(0.03 / 0.00 / 0.64 / 0.53)
Color #74772B in popluar color models
74 | 77 | 2B | |
---|---|---|---|
RGB | 116 | 119 | 43 |
HSL | 62° | 46.91% | 31.76% |
HSB/HSV | 62° | 63.87% | 46.67% |
CMYK | 2.52% | 0.00% | 63.87% |
53.33% |
Color #74772B in popluar number systems.
HEX | 74 | 77 | 2B |
Decimal | 116 | 119 | 43 |
Binary | 1110100 | 1110111 | 101011 |
Octal | 164 | 167 | 53 |
Shades of #74772B
Tints of #74772B
Examples of css and html codes for elements with #74772B color. Also use rgb(116,119,43) instead hex code.
.myTextColor { color: #74772B; }
<p style="color:#74772B">This sample text font color is #74772B.</p>
This text font color is #74772B.
.myBgColor { background-color: #74772B; }
<div style="background-color:#74772B">Inner text</div>
This div background color is #74772B.
.myBorderColor { border: 1px solid #74772B; }
<div style="border:3px solid #74772B">Div</div>
This div border color is #74772B.
.myOpacity80 { color: #74772B; opacity: 0.8; }
<p style="color:#74772B;opacity:0.8;">80%</p>
Text with #74772B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74772B;}
<p style="text-shadow: 3px 3px 1px #74772B">Text here.</p>
This text has shadow with #74772B color.
.textShadow {text-shadow: 3px 3px 1px #74772B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74772B, 5px 5px 20px red">Text here.</p>
This text has shadow with #74772B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74772B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74772B, Direction=45, Strength=4)">Text</p>
This text has shadow with #74772B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74772B;
-webkit-box-shadow: 1px 1px 3px 2px #74772B;
box-shadow: 1px 1px 3px 2px #74772B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74772B; -webkit-box-shadow: 1px 1px 3px 2px #74772B; box-shadow:1px 1px 3px 2px #74772B;">
Div content here
</div>
This text has color #74772B on black background.
This text has color #74772B on white background.
This text has black color on #74772B background.
This text has white color on #74772B background.
Complementary color for #hex is #8B88D4.