HEX: #73687B
RGB: (115,104,123)
#73687B contains red, green and blue colors in about the same proportion. Web safe color of #73687B is #666666 (or #666).
#73687B color RGB value is (115,104,123).
RGB: (115,104,123)
(45%, 41%, 48%)
R 115 of 255 = 45%
G 104 of 255 = 41%
B 123 of 255 = 48%
R + G + B ~ 45%. #73687B is middle color (not dark and not light).
R + G + B = 115 + 104 + 123 = 342 (100%)
R 115 of 342 ~ 33.63%
G 104 of 342 ~ 30.41%
B 123 of 342 ~ 35.96'%
#73687B color CMYK value is (7,15,0,52).
CMYK: (7,15,0,52)
C7M15Y0K52 (7%, 15%, 0%, 52%)
(0.07 / 0.15 / 0.00 / 0.52)
Color #73687B in popluar color models
73 | 68 | 7B | |
---|---|---|---|
RGB | 115 | 104 | 123 |
HSL | 275° | 8.37% | 44.51% |
HSB/HSV | 275° | 15.45% | 48.24% |
CMYK | 6.50% | 15.45% | 0.00% |
51.76% |
Color #73687B in popluar number systems.
HEX | 73 | 68 | 7B |
Decimal | 115 | 104 | 123 |
Binary | 1110011 | 1101000 | 1111011 |
Octal | 163 | 150 | 173 |
Shades of #73687B
Tints of #73687B
Examples of css and html codes for elements with #73687B color. Also use rgb(115,104,123) instead hex code.
.myTextColor { color: #73687B; }
<p style="color:#73687B">This sample text font color is #73687B.</p>
This text font color is #73687B.
.myBgColor { background-color: #73687B; }
<div style="background-color:#73687B">Inner text</div>
This div background color is #73687B.
.myBorderColor { border: 1px solid #73687B; }
<div style="border:3px solid #73687B">Div</div>
This div border color is #73687B.
.myOpacity80 { color: #73687B; opacity: 0.8; }
<p style="color:#73687B;opacity:0.8;">80%</p>
Text with #73687B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #73687B;}
<p style="text-shadow: 3px 3px 1px #73687B">Text here.</p>
This text has shadow with #73687B color.
.textShadow {text-shadow: 3px 3px 1px #73687B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #73687B, 5px 5px 20px red">Text here.</p>
This text has shadow with #73687B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#73687B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#73687B, Direction=45, Strength=4)">Text</p>
This text has shadow with #73687B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #73687B;
-webkit-box-shadow: 1px 1px 3px 2px #73687B;
box-shadow: 1px 1px 3px 2px #73687B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73687B; -webkit-box-shadow: 1px 1px 3px 2px #73687B; box-shadow:1px 1px 3px 2px #73687B;">
Div content here
</div>
This text has color #73687B on black background.
This text has color #73687B on white background.
This text has black color on #73687B background.
This text has white color on #73687B background.
Complementary color for #hex is #8C9784.