HEX: #73676B
RGB: (115,103,107)
#73676B contains red, green and blue colors in about the same proportion. Web safe color of #73676B is #666666 (or #666).
#73676B color RGB value is (115,103,107).
RGB: (115,103,107)
(45%, 40%, 42%)
R 115 of 255 = 45%
G 103 of 255 = 40%
B 107 of 255 = 42%
R + G + B ~ 42%. #73676B is middle color (not dark and not light).
R + G + B = 115 + 103 + 107 = 325 (100%)
R 115 of 325 ~ 35.38%
G 103 of 325 ~ 31.69%
B 107 of 325 ~ 32.92'%
#73676B color CMYK value is (0,10,7,55).
CMYK: (0,10,7,55)
C0M10Y7K55 (0%, 10%, 7%, 55%)
(0.00 / 0.10 / 0.07 / 0.55)
Color #73676B in popluar color models
73 | 67 | 6B | |
---|---|---|---|
RGB | 115 | 103 | 107 |
HSL | 340° | 5.50% | 42.75% |
HSB/HSV | 340° | 10.43% | 45.10% |
CMYK | 0.00% | 10.43% | 6.96% |
54.90% |
Color #73676B in popluar number systems.
HEX | 73 | 67 | 6B |
Decimal | 115 | 103 | 107 |
Binary | 1110011 | 1100111 | 1101011 |
Octal | 163 | 147 | 153 |
Shades of #73676B
Tints of #73676B
Examples of css and html codes for elements with #73676B color. Also use rgb(115,103,107) instead hex code.
.myTextColor { color: #73676B; }
<p style="color:#73676B">This sample text font color is #73676B.</p>
This text font color is #73676B.
.myBgColor { background-color: #73676B; }
<div style="background-color:#73676B">Inner text</div>
This div background color is #73676B.
.myBorderColor { border: 1px solid #73676B; }
<div style="border:3px solid #73676B">Div</div>
This div border color is #73676B.
.myOpacity80 { color: #73676B; opacity: 0.8; }
<p style="color:#73676B;opacity:0.8;">80%</p>
Text with #73676B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #73676B;}
<p style="text-shadow: 3px 3px 1px #73676B">Text here.</p>
This text has shadow with #73676B color.
.textShadow {text-shadow: 3px 3px 1px #73676B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #73676B, 5px 5px 20px red">Text here.</p>
This text has shadow with #73676B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#73676B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#73676B, Direction=45, Strength=4)">Text</p>
This text has shadow with #73676B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #73676B;
-webkit-box-shadow: 1px 1px 3px 2px #73676B;
box-shadow: 1px 1px 3px 2px #73676B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73676B; -webkit-box-shadow: 1px 1px 3px 2px #73676B; box-shadow:1px 1px 3px 2px #73676B;">
Div content here
</div>
This text has color #73676B on black background.
This text has color #73676B on white background.
This text has black color on #73676B background.
This text has white color on #73676B background.
Complementary color for #hex is #8C9894.