HEX: #76849B
RGB: (118,132,155)
#76849B contains red, green and blue colors in about the same proportion. Web safe color of #76849B is #669999 (or #699).
#76849B color RGB value is (118,132,155).
RGB: (118,132,155)
(46%, 52%, 61%)
R 118 of 255 = 46%
G 132 of 255 = 52%
B 155 of 255 = 61%
R + G + B ~ 53%. #76849B is middle color (not dark and not light).
R + G + B = 118 + 132 + 155 = 405 (100%)
R 118 of 405 ~ 29.14%
G 132 of 405 ~ 32.59%
B 155 of 405 ~ 38.27'%
#76849B color CMYK value is (24,15,0,39).
CMYK: (24,15,0,39)
C24M15Y0K39 (24%, 15%, 0%, 39%)
(0.24 / 0.15 / 0.00 / 0.39)
Color #76849B in popluar color models
76 | 84 | 9B | |
---|---|---|---|
RGB | 118 | 132 | 155 |
HSL | 217° | 15.61% | 53.53% |
HSB/HSV | 217° | 23.87% | 60.78% |
CMYK | 23.87% | 14.84% | 0.00% |
39.22% |
Color #76849B in popluar number systems.
HEX | 76 | 84 | 9B |
Decimal | 118 | 132 | 155 |
Binary | 1110110 | 10000100 | 10011011 |
Octal | 166 | 204 | 233 |
Shades of #76849B
Tints of #76849B
Examples of css and html codes for elements with #76849B color. Also use rgb(118,132,155) instead hex code.
.myTextColor { color: #76849B; }
<p style="color:#76849B">This sample text font color is #76849B.</p>
This text font color is #76849B.
.myBgColor { background-color: #76849B; }
<div style="background-color:#76849B">Inner text</div>
This div background color is #76849B.
.myBorderColor { border: 1px solid #76849B; }
<div style="border:3px solid #76849B">Div</div>
This div border color is #76849B.
.myOpacity80 { color: #76849B; opacity: 0.8; }
<p style="color:#76849B;opacity:0.8;">80%</p>
Text with #76849B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76849B;}
<p style="text-shadow: 3px 3px 1px #76849B">Text here.</p>
This text has shadow with #76849B color.
.textShadow {text-shadow: 3px 3px 1px #76849B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76849B, 5px 5px 20px red">Text here.</p>
This text has shadow with #76849B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76849B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76849B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76849B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76849B;
-webkit-box-shadow: 1px 1px 3px 2px #76849B;
box-shadow: 1px 1px 3px 2px #76849B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76849B; -webkit-box-shadow: 1px 1px 3px 2px #76849B; box-shadow:1px 1px 3px 2px #76849B;">
Div content here
</div>
This text has color #76849B on black background.
This text has color #76849B on white background.
This text has black color on #76849B background.
This text has white color on #76849B background.
Complementary color for #hex is #897B64.