HEX: #787D63
RGB: (120,125,99)
#787D63 contains red, green and blue colors in about the same proportion. Web safe color of #787D63 is #666666 (or #666).
#787D63 color RGB value is (120,125,99).
RGB: (120,125,99)
(47%, 49%, 39%)
R 120 of 255 = 47%
G 125 of 255 = 49%
B 99 of 255 = 39%
R + G + B ~ 45%. #787D63 is middle color (not dark and not light).
R + G + B = 120 + 125 + 99 = 344 (100%)
R 120 of 344 ~ 34.88%
G 125 of 344 ~ 36.34%
B 99 of 344 ~ 28.78'%
#787D63 color CMYK value is (4,0,21,51).
CMYK: (4,0,21,51) C4M0Y21K51 (4%,0%,21%,51%) (0.04/0.00/0.21/0.51)
Color #787D63 in popluar color models
78 | 7D | 63 | |
---|---|---|---|
RGB | 120 | 125 | 99 |
HSL | 72° | 11.61% | 43.92% |
HSB/HSV | 72° | 20.80% | 49.02% |
CMYK | 4.00% | 0.00% | 20.80% |
50.98% |
Color #787D63 in popluar number systems.
HEX | 78 | 7D | 63 |
Decimal | 120 | 125 | 99 |
Binary | 1111000 | 1111101 | 1100011 |
Octal | 170 | 175 | 143 |
Shades of #787D63
Tints of #787D63
Examples of css and html codes for elements with #787D63 color. Also use rgb(120,125,99) instead hex code.
.myTextColor { color: #787D63; }
<p style="color:#787D63">This sample text font color is #787D63.</p>
This text font color is #787D63.
.myBgColor { background-color: #787D63; }
<div style="background-color:#787D63">Inner text</div>
This div background color is #787D63.
.myBorderColor { border: 1px solid #787D63; }
<div style="border:3px solid #787D63">Div</div>
This div border color is #787D63.
.myOpacity80 { color: #787D63; opacity: 0.8; }
<p style="color:#787D63;opacity:0.8;">80%</p>
Text with #787D63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #787D63;}
<p style="text-shadow: 3px 3px 1px #787D63">Text here.</p>
This text has shadow with #787D63 color.
.textShadow {text-shadow: 3px 3px 1px #787D63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #787D63, 5px 5px 20px red">Text here.</p>
This text has shadow with #787D63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#787D63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#787D63, Direction=45, Strength=4)">Text</p>
This text has shadow with #787D63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #787D63;
-webkit-box-shadow: 1px 1px 3px 2px #787D63;
box-shadow: 1px 1px 3px 2px #787D63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #787D63; -webkit-box-shadow: 1px 1px 3px 2px #787D63; box-shadow:1px 1px 3px 2px #787D63;">
Div content here
</div>
This text has color #787D63 on black background.
This text has color #787D63 on white background.
This text has black color on #787D63 background.
This text has white color on #787D63 background.
Complementary color for #hex is #87829C.