HEX: #74858E
RGB: (116,133,142)
#74858E contains red, green and blue colors in about the same proportion. Web safe color of #74858E is #669999 (or #699).
#74858E color RGB value is (116,133,142).
RGB: (116,133,142)
(45%, 52%, 56%)
R 116 of 255 = 45%
G 133 of 255 = 52%
B 142 of 255 = 56%
R + G + B ~ 51%. #74858E is middle color (not dark and not light).
R + G + B = 116 + 133 + 142 = 391 (100%)
R 116 of 391 ~ 29.67%
G 133 of 391 ~ 34.02%
B 142 of 391 ~ 36.32'%
#74858E color CMYK value is (18,6,0,44).
CMYK: (18,6,0,44)
C18M6Y0K44 (18%, 6%, 0%, 44%)
(0.18 / 0.06 / 0.00 / 0.44)
Color #74858E in popluar color models
74 | 85 | 8E | |
---|---|---|---|
RGB | 116 | 133 | 142 |
HSL | 201° | 10.32% | 50.59% |
HSB/HSV | 201° | 18.31% | 55.69% |
CMYK | 18.31% | 6.34% | 0.00% |
44.31% |
Color #74858E in popluar number systems.
HEX | 74 | 85 | 8E |
Decimal | 116 | 133 | 142 |
Binary | 1110100 | 10000101 | 10001110 |
Octal | 164 | 205 | 216 |
Shades of #74858E
Tints of #74858E
Examples of css and html codes for elements with #74858E color. Also use rgb(116,133,142) instead hex code.
.myTextColor { color: #74858E; }
<p style="color:#74858E">This sample text font color is #74858E.</p>
This text font color is #74858E.
.myBgColor { background-color: #74858E; }
<div style="background-color:#74858E">Inner text</div>
This div background color is #74858E.
.myBorderColor { border: 1px solid #74858E; }
<div style="border:3px solid #74858E">Div</div>
This div border color is #74858E.
.myOpacity80 { color: #74858E; opacity: 0.8; }
<p style="color:#74858E;opacity:0.8;">80%</p>
Text with #74858E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74858E;}
<p style="text-shadow: 3px 3px 1px #74858E">Text here.</p>
This text has shadow with #74858E color.
.textShadow {text-shadow: 3px 3px 1px #74858E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74858E, 5px 5px 20px red">Text here.</p>
This text has shadow with #74858E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74858E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74858E, Direction=45, Strength=4)">Text</p>
This text has shadow with #74858E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74858E;
-webkit-box-shadow: 1px 1px 3px 2px #74858E;
box-shadow: 1px 1px 3px 2px #74858E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74858E; -webkit-box-shadow: 1px 1px 3px 2px #74858E; box-shadow:1px 1px 3px 2px #74858E;">
Div content here
</div>
This text has color #74858E on black background.
This text has color #74858E on white background.
This text has black color on #74858E background.
This text has white color on #74858E background.
Complementary color for #hex is #8B7A71.