HEX: #78837D
RGB: (120,131,125)
#78837D contains red, green and blue colors in about the same proportion. Web safe color of #78837D is #669966 (or #696).
#78837D color RGB value is (120,131,125).
RGB: (120,131,125)
(47%, 51%, 49%)
R 120 of 255 = 47%
G 131 of 255 = 51%
B 125 of 255 = 49%
R + G + B ~ 49%. #78837D is middle color (not dark and not light).
R + G + B = 120 + 131 + 125 = 376 (100%)
R 120 of 376 ~ 31.91%
G 131 of 376 ~ 34.84%
B 125 of 376 ~ 33.24'%
#78837D color CMYK value is (8,0,5,49).
CMYK: (8,0,5,49)
C8M0Y5K49 (8%, 0%, 5%, 49%)
(0.08 / 0.00 / 0.05 / 0.49)
Color #78837D in popluar color models
78 | 83 | 7D | |
---|---|---|---|
RGB | 120 | 131 | 125 |
HSL | 147° | 4.38% | 49.22% |
HSB/HSV | 147° | 8.40% | 51.37% |
CMYK | 8.40% | 0.00% | 4.58% |
48.63% |
Color #78837D in popluar number systems.
HEX | 78 | 83 | 7D |
Decimal | 120 | 131 | 125 |
Binary | 1111000 | 10000011 | 1111101 |
Octal | 170 | 203 | 175 |
Shades of #78837D
Tints of #78837D
Examples of css and html codes for elements with #78837D color. Also use rgb(120,131,125) instead hex code.
.myTextColor { color: #78837D; }
<p style="color:#78837D">This sample text font color is #78837D.</p>
This text font color is #78837D.
.myBgColor { background-color: #78837D; }
<div style="background-color:#78837D">Inner text</div>
This div background color is #78837D.
.myBorderColor { border: 1px solid #78837D; }
<div style="border:3px solid #78837D">Div</div>
This div border color is #78837D.
.myOpacity80 { color: #78837D; opacity: 0.8; }
<p style="color:#78837D;opacity:0.8;">80%</p>
Text with #78837D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #78837D;}
<p style="text-shadow: 3px 3px 1px #78837D">Text here.</p>
This text has shadow with #78837D color.
.textShadow {text-shadow: 3px 3px 1px #78837D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #78837D, 5px 5px 20px red">Text here.</p>
This text has shadow with #78837D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78837D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#78837D, Direction=45, Strength=4)">Text</p>
This text has shadow with #78837D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #78837D;
-webkit-box-shadow: 1px 1px 3px 2px #78837D;
box-shadow: 1px 1px 3px 2px #78837D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78837D; -webkit-box-shadow: 1px 1px 3px 2px #78837D; box-shadow:1px 1px 3px 2px #78837D;">
Div content here
</div>
This text has color #78837D on black background.
This text has color #78837D on white background.
This text has black color on #78837D background.
This text has white color on #78837D background.
Complementary color for #hex is #877C82.