HEX: #76784C
RGB: (118,120,76)
#76784C contains red, green and blue colors in about the same proportion. Web safe color of #76784C is #666633 (or #663).
#76784C color RGB value is (118,120,76).
RGB: (118,120,76)
(46%, 47%, 30%)
R 118 of 255 = 46%
G 120 of 255 = 47%
B 76 of 255 = 30%
R + G + B ~ 41%. #76784C is middle color (not dark and not light).
R + G + B = 118 + 120 + 76 = 314 (100%)
R 118 of 314 ~ 37.58%
G 120 of 314 ~ 38.22%
B 76 of 314 ~ 24.2'%
#76784C color CMYK value is (2,0,37,53).
CMYK: (2,0,37,53) C2M0Y37K53 (2%,0%,37%,53%) (0.02/0.00/0.37/0.53)
Color #76784C in popluar color models
76 | 78 | 4C | |
---|---|---|---|
RGB | 118 | 120 | 76 |
HSL | 63° | 22.45% | 38.43% |
HSB/HSV | 63° | 36.67% | 47.06% |
CMYK | 1.67% | 0.00% | 36.67% |
52.94% |
Color #76784C in popluar number systems.
HEX | 76 | 78 | 4C |
Decimal | 118 | 120 | 76 |
Binary | 1110110 | 1111000 | 1001100 |
Octal | 166 | 170 | 114 |
Shades of #76784C
Tints of #76784C
Examples of css and html codes for elements with #76784C color. Also use rgb(118,120,76) instead hex code.
.myTextColor { color: #76784C; }
<p style="color:#76784C">This sample text font color is #76784C.</p>
This text font color is #76784C.
.myBgColor { background-color: #76784C; }
<div style="background-color:#76784C">Inner text</div>
This div background color is #76784C.
.myBorderColor { border: 1px solid #76784C; }
<div style="border:3px solid #76784C">Div</div>
This div border color is #76784C.
.myOpacity80 { color: #76784C; opacity: 0.8; }
<p style="color:#76784C;opacity:0.8;">80%</p>
Text with #76784C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76784C;}
<p style="text-shadow: 3px 3px 1px #76784C">Text here.</p>
This text has shadow with #76784C color.
.textShadow {text-shadow: 3px 3px 1px #76784C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76784C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76784C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76784C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76784C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76784C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76784C;
-webkit-box-shadow: 1px 1px 3px 2px #76784C;
box-shadow: 1px 1px 3px 2px #76784C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76784C; -webkit-box-shadow: 1px 1px 3px 2px #76784C; box-shadow:1px 1px 3px 2px #76784C;">
Div content here
</div>
This text has color #76784C on black background.
This text has color #76784C on white background.
This text has black color on #76784C background.
This text has white color on #76784C background.
Complementary color for #hex is #8987B3.