HEX: #767790
RGB: (118,119,144)
#767790 contains red, green and blue colors in about the same proportion. Web safe color of #767790 is #666699 (or #669).
#767790 color RGB value is (118,119,144).
RGB: (118,119,144)
(46%, 47%, 56%)
R 118 of 255 = 46%
G 119 of 255 = 47%
B 144 of 255 = 56%
R + G + B ~ 50%. #767790 is middle color (not dark and not light).
R + G + B = 118 + 119 + 144 = 381 (100%)
R 118 of 381 ~ 30.97%
G 119 of 381 ~ 31.23%
B 144 of 381 ~ 37.8'%
#767790 color CMYK value is (18,17,0,44).
CMYK: (18,17,0,44)
C18M17Y0K44 (18%, 17%, 0%, 44%)
(0.18 / 0.17 / 0.00 / 0.44)
Color #767790 in popluar color models
76 | 77 | 90 | |
---|---|---|---|
RGB | 118 | 119 | 144 |
HSL | 238° | 10.48% | 51.37% |
HSB/HSV | 238° | 18.06% | 56.47% |
CMYK | 18.06% | 17.36% | 0.00% |
43.53% |
Color #767790 in popluar number systems.
HEX | 76 | 77 | 90 |
Decimal | 118 | 119 | 144 |
Binary | 1110110 | 1110111 | 10010000 |
Octal | 166 | 167 | 220 |
Shades of #767790
Tints of #767790
Examples of css and html codes for elements with #767790 color. Also use rgb(118,119,144) instead hex code.
.myTextColor { color: #767790; }
<p style="color:#767790">This sample text font color is #767790.</p>
This text font color is #767790.
.myBgColor { background-color: #767790; }
<div style="background-color:#767790">Inner text</div>
This div background color is #767790.
.myBorderColor { border: 1px solid #767790; }
<div style="border:3px solid #767790">Div</div>
This div border color is #767790.
.myOpacity80 { color: #767790; opacity: 0.8; }
<p style="color:#767790;opacity:0.8;">80%</p>
Text with #767790 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #767790;}
<p style="text-shadow: 3px 3px 1px #767790">Text here.</p>
This text has shadow with #767790 color.
.textShadow {text-shadow: 3px 3px 1px #767790', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #767790, 5px 5px 20px red">Text here.</p>
This text has shadow with #767790 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#767790, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#767790, Direction=45, Strength=4)">Text</p>
This text has shadow with #767790 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #767790;
-webkit-box-shadow: 1px 1px 3px 2px #767790;
box-shadow: 1px 1px 3px 2px #767790;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #767790; -webkit-box-shadow: 1px 1px 3px 2px #767790; box-shadow:1px 1px 3px 2px #767790;">
Div content here
</div>
This text has color #767790 on black background.
This text has color #767790 on white background.
This text has black color on #767790 background.
This text has white color on #767790 background.
Complementary color for #hex is #89886F.