HEX: #74799D
RGB: (116,121,157)
#74799D contains red, green and blue colors in about the same proportion. Web safe color of #74799D is #666699 (or #669).
#74799D color RGB value is (116,121,157).
RGB: (116,121,157)
(45%, 47%, 62%)
R 116 of 255 = 45%
G 121 of 255 = 47%
B 157 of 255 = 62%
R + G + B ~ 51%. #74799D is middle color (not dark and not light).
R + G + B = 116 + 121 + 157 = 394 (100%)
R 116 of 394 ~ 29.44%
G 121 of 394 ~ 30.71%
B 157 of 394 ~ 39.85'%
#74799D color CMYK value is (26,23,0,38).
CMYK: (26,23,0,38)
C26M23Y0K38 (26%, 23%, 0%, 38%)
(0.26 / 0.23 / 0.00 / 0.38)
Color #74799D in popluar color models
74 | 79 | 9D | |
---|---|---|---|
RGB | 116 | 121 | 157 |
HSL | 233° | 17.30% | 53.53% |
HSB/HSV | 233° | 26.11% | 61.57% |
CMYK | 26.11% | 22.93% | 0.00% |
38.43% |
Color #74799D in popluar number systems.
HEX | 74 | 79 | 9D |
Decimal | 116 | 121 | 157 |
Binary | 1110100 | 1111001 | 10011101 |
Octal | 164 | 171 | 235 |
Shades of #74799D
Tints of #74799D
Examples of css and html codes for elements with #74799D color. Also use rgb(116,121,157) instead hex code.
.myTextColor { color: #74799D; }
<p style="color:#74799D">This sample text font color is #74799D.</p>
This text font color is #74799D.
.myBgColor { background-color: #74799D; }
<div style="background-color:#74799D">Inner text</div>
This div background color is #74799D.
.myBorderColor { border: 1px solid #74799D; }
<div style="border:3px solid #74799D">Div</div>
This div border color is #74799D.
.myOpacity80 { color: #74799D; opacity: 0.8; }
<p style="color:#74799D;opacity:0.8;">80%</p>
Text with #74799D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74799D;}
<p style="text-shadow: 3px 3px 1px #74799D">Text here.</p>
This text has shadow with #74799D color.
.textShadow {text-shadow: 3px 3px 1px #74799D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74799D, 5px 5px 20px red">Text here.</p>
This text has shadow with #74799D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74799D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74799D, Direction=45, Strength=4)">Text</p>
This text has shadow with #74799D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74799D;
-webkit-box-shadow: 1px 1px 3px 2px #74799D;
box-shadow: 1px 1px 3px 2px #74799D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74799D; -webkit-box-shadow: 1px 1px 3px 2px #74799D; box-shadow:1px 1px 3px 2px #74799D;">
Div content here
</div>
This text has color #74799D on black background.
This text has color #74799D on white background.
This text has black color on #74799D background.
This text has white color on #74799D background.
Complementary color for #hex is #8B8662.