HEX: #78784D
RGB: (120,120,77)
#78784D contains red, green and blue colors in about the same proportion. Web safe color of #78784D is #666633 (or #663).
#78784D color RGB value is (120,120,77).
RGB: (120,120,77)
(47%, 47%, 30%)
R 120 of 255 = 47%
G 120 of 255 = 47%
B 77 of 255 = 30%
R + G + B ~ 41%. #78784D is middle color (not dark and not light).
R + G + B = 120 + 120 + 77 = 317 (100%)
R 120 of 317 ~ 37.85%
G 120 of 317 ~ 37.85%
B 77 of 317 ~ 24.29'%
#78784D color CMYK value is (0,0,36,53).
CMYK: (0,0,36,53)
C0M0Y36K53 (0%, 0%, 36%, 53%)
(0.00 / 0.00 / 0.36 / 0.53)
Color #78784D in popluar color models
78 | 78 | 4D | |
---|---|---|---|
RGB | 120 | 120 | 77 |
HSL | 60° | 21.83% | 38.63% |
HSB/HSV | 60° | 35.83% | 47.06% |
CMYK | 0.00% | 0.00% | 35.83% |
52.94% |
Color #78784D in popluar number systems.
HEX | 78 | 78 | 4D |
Decimal | 120 | 120 | 77 |
Binary | 1111000 | 1111000 | 1001101 |
Octal | 170 | 170 | 115 |
Shades of #78784D
Tints of #78784D
Examples of css and html codes for elements with #78784D color. Also use rgb(120,120,77) instead hex code.
.myTextColor { color: #78784D; }
<p style="color:#78784D">This sample text font color is #78784D.</p>
This text font color is #78784D.
.myBgColor { background-color: #78784D; }
<div style="background-color:#78784D">Inner text</div>
This div background color is #78784D.
.myBorderColor { border: 1px solid #78784D; }
<div style="border:3px solid #78784D">Div</div>
This div border color is #78784D.
.myOpacity80 { color: #78784D; opacity: 0.8; }
<p style="color:#78784D;opacity:0.8;">80%</p>
Text with #78784D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #78784D;}
<p style="text-shadow: 3px 3px 1px #78784D">Text here.</p>
This text has shadow with #78784D color.
.textShadow {text-shadow: 3px 3px 1px #78784D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #78784D, 5px 5px 20px red">Text here.</p>
This text has shadow with #78784D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78784D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#78784D, Direction=45, Strength=4)">Text</p>
This text has shadow with #78784D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #78784D;
-webkit-box-shadow: 1px 1px 3px 2px #78784D;
box-shadow: 1px 1px 3px 2px #78784D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78784D; -webkit-box-shadow: 1px 1px 3px 2px #78784D; box-shadow:1px 1px 3px 2px #78784D;">
Div content here
</div>
This text has color #78784D on black background.
This text has color #78784D on white background.
This text has black color on #78784D background.
This text has white color on #78784D background.