HEX: #74666E
RGB: (116,102,110)
#74666E contains red, green and blue colors in about the same proportion. Web safe color of #74666E is #666666 (or #666).
#74666E color RGB value is (116,102,110).
RGB: (116,102,110)
(45%, 40%, 43%)
R 116 of 255 = 45%
G 102 of 255 = 40%
B 110 of 255 = 43%
R + G + B ~ 43%. #74666E is middle color (not dark and not light).
R + G + B = 116 + 102 + 110 = 328 (100%)
R 116 of 328 ~ 35.37%
G 102 of 328 ~ 31.1%
B 110 of 328 ~ 33.54'%
#74666E color CMYK value is (0,12,5,55).
CMYK: (0,12,5,55)
C0M12Y5K55 (0%, 12%, 5%, 55%)
(0.00 / 0.12 / 0.05 / 0.55)
Color #74666E in popluar color models
74 | 66 | 6E | |
---|---|---|---|
RGB | 116 | 102 | 110 |
HSL | 326° | 6.42% | 42.75% |
HSB/HSV | 326° | 12.07% | 45.49% |
CMYK | 0.00% | 12.07% | 5.17% |
54.51% |
Color #74666E in popluar number systems.
HEX | 74 | 66 | 6E |
Decimal | 116 | 102 | 110 |
Binary | 1110100 | 1100110 | 1101110 |
Octal | 164 | 146 | 156 |
Shades of #74666E
Tints of #74666E
Examples of css and html codes for elements with #74666E color. Also use rgb(116,102,110) instead hex code.
.myTextColor { color: #74666E; }
<p style="color:#74666E">This sample text font color is #74666E.</p>
This text font color is #74666E.
.myBgColor { background-color: #74666E; }
<div style="background-color:#74666E">Inner text</div>
This div background color is #74666E.
.myBorderColor { border: 1px solid #74666E; }
<div style="border:3px solid #74666E">Div</div>
This div border color is #74666E.
.myOpacity80 { color: #74666E; opacity: 0.8; }
<p style="color:#74666E;opacity:0.8;">80%</p>
Text with #74666E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74666E;}
<p style="text-shadow: 3px 3px 1px #74666E">Text here.</p>
This text has shadow with #74666E color.
.textShadow {text-shadow: 3px 3px 1px #74666E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74666E, 5px 5px 20px red">Text here.</p>
This text has shadow with #74666E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74666E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74666E, Direction=45, Strength=4)">Text</p>
This text has shadow with #74666E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74666E;
-webkit-box-shadow: 1px 1px 3px 2px #74666E;
box-shadow: 1px 1px 3px 2px #74666E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74666E; -webkit-box-shadow: 1px 1px 3px 2px #74666E; box-shadow:1px 1px 3px 2px #74666E;">
Div content here
</div>
This text has color #74666E on black background.
This text has color #74666E on white background.
This text has black color on #74666E background.
This text has white color on #74666E background.
Complementary color for #hex is #8B9991.