HEX: #74908C
RGB: (116,144,140)
#74908C contains red, green and blue colors in about the same proportion. Web safe color of #74908C is #669999 (or #699).
#74908C color RGB value is (116,144,140).
RGB: (116,144,140)
(45%, 56%, 55%)
R 116 of 255 = 45%
G 144 of 255 = 56%
B 140 of 255 = 55%
R + G + B ~ 52%. #74908C is middle color (not dark and not light).
R + G + B = 116 + 144 + 140 = 400 (100%)
R 116 of 400 ~ 29%
G 144 of 400 ~ 36%
B 140 of 400 ~ 35'%
#74908C color CMYK value is (19,0,3,44).
CMYK: (19,0,3,44)
C19M0Y3K44 (19%, 0%, 3%, 44%)
(0.19 / 0.00 / 0.03 / 0.44)
Color #74908C in popluar color models
74 | 90 | 8C | |
---|---|---|---|
RGB | 116 | 144 | 140 |
HSL | 171° | 11.20% | 50.98% |
HSB/HSV | 171° | 19.44% | 56.47% |
CMYK | 19.44% | 0.00% | 2.78% |
43.53% |
Color #74908C in popluar number systems.
HEX | 74 | 90 | 8C |
Decimal | 116 | 144 | 140 |
Binary | 1110100 | 10010000 | 10001100 |
Octal | 164 | 220 | 214 |
Shades of #74908C
Tints of #74908C
Examples of css and html codes for elements with #74908C color. Also use rgb(116,144,140) instead hex code.
.myTextColor { color: #74908C; }
<p style="color:#74908C">This sample text font color is #74908C.</p>
This text font color is #74908C.
.myBgColor { background-color: #74908C; }
<div style="background-color:#74908C">Inner text</div>
This div background color is #74908C.
.myBorderColor { border: 1px solid #74908C; }
<div style="border:3px solid #74908C">Div</div>
This div border color is #74908C.
.myOpacity80 { color: #74908C; opacity: 0.8; }
<p style="color:#74908C;opacity:0.8;">80%</p>
Text with #74908C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74908C;}
<p style="text-shadow: 3px 3px 1px #74908C">Text here.</p>
This text has shadow with #74908C color.
.textShadow {text-shadow: 3px 3px 1px #74908C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74908C, 5px 5px 20px red">Text here.</p>
This text has shadow with #74908C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74908C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74908C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74908C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74908C;
-webkit-box-shadow: 1px 1px 3px 2px #74908C;
box-shadow: 1px 1px 3px 2px #74908C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74908C; -webkit-box-shadow: 1px 1px 3px 2px #74908C; box-shadow:1px 1px 3px 2px #74908C;">
Div content here
</div>
This text has color #74908C on black background.
This text has color #74908C on white background.
This text has black color on #74908C background.
This text has white color on #74908C background.
Complementary color for #hex is #8B6F73.