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