HEX: #74797F
RGB: (116,121,127)
#74797F contains red, green and blue colors in about the same proportion. Web safe color of #74797F is #666666 (or #666).
#74797F color RGB value is (116,121,127).
RGB: (116,121,127)
(45%, 47%, 50%)
R 116 of 255 = 45%
G 121 of 255 = 47%
B 127 of 255 = 50%
R + G + B ~ 47%. #74797F is middle color (not dark and not light).
R + G + B = 116 + 121 + 127 = 364 (100%)
R 116 of 364 ~ 31.87%
G 121 of 364 ~ 33.24%
B 127 of 364 ~ 34.89'%
#74797F color CMYK value is (9,5,0,50).
CMYK: (9,5,0,50) C9M5Y0K50 (9%,5%,0%,50%) (0.09/0.05/0.00/0.50)
Color #74797F in popluar color models
74 | 79 | 7F | |
---|---|---|---|
RGB | 116 | 121 | 127 |
HSL | 213° | 4.53% | 47.65% |
HSB/HSV | 213° | 8.66% | 49.80% |
CMYK | 8.66% | 4.72% | 0.00% |
50.20% |
Color #74797F in popluar number systems.
HEX | 74 | 79 | 7F |
Decimal | 116 | 121 | 127 |
Binary | 1110100 | 1111001 | 1111111 |
Octal | 164 | 171 | 177 |
Shades of #74797F
Tints of #74797F
Examples of css and html codes for elements with #74797F color. Also use rgb(116,121,127) instead hex code.
.myTextColor { color: #74797F; }
<p style="color:#74797F">This sample text font color is #74797F.</p>
This text font color is #74797F.
.myBgColor { background-color: #74797F; }
<div style="background-color:#74797F">Inner text</div>
This div background color is #74797F.
.myBorderColor { border: 1px solid #74797F; }
<div style="border:3px solid #74797F">Div</div>
This div border color is #74797F.
.myOpacity80 { color: #74797F; opacity: 0.8; }
<p style="color:#74797F;opacity:0.8;">80%</p>
Text with #74797F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74797F;}
<p style="text-shadow: 3px 3px 1px #74797F">Text here.</p>
This text has shadow with #74797F color.
.textShadow {text-shadow: 3px 3px 1px #74797F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74797F, 5px 5px 20px red">Text here.</p>
This text has shadow with #74797F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74797F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74797F, Direction=45, Strength=4)">Text</p>
This text has shadow with #74797F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74797F;
-webkit-box-shadow: 1px 1px 3px 2px #74797F;
box-shadow: 1px 1px 3px 2px #74797F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74797F; -webkit-box-shadow: 1px 1px 3px 2px #74797F; box-shadow:1px 1px 3px 2px #74797F;">
Div content here
</div>
This text has color #74797F on black background.
This text has color #74797F on white background.
This text has black color on #74797F background.
This text has white color on #74797F background.
Complementary color for #hex is #8B8680.