HEX: #767485
RGB: (118,116,133)
#767485 contains red, green and blue colors in about the same proportion. Web safe color of #767485 is #666699 (or #669).
#767485 color RGB value is (118,116,133).
RGB: (118,116,133)
(46%, 45%, 52%)
R 118 of 255 = 46%
G 116 of 255 = 45%
B 133 of 255 = 52%
R + G + B ~ 48%. #767485 is middle color (not dark and not light).
R + G + B = 118 + 116 + 133 = 367 (100%)
R 118 of 367 ~ 32.15%
G 116 of 367 ~ 31.61%
B 133 of 367 ~ 36.24'%
#767485 color CMYK value is (11,13,0,48).
CMYK: (11,13,0,48)
C11M13Y0K48 (11%, 13%, 0%, 48%)
(0.11 / 0.13 / 0.00 / 0.48)
Color #767485 in popluar color models
76 | 74 | 85 | |
---|---|---|---|
RGB | 118 | 116 | 133 |
HSL | 247° | 6.83% | 48.82% |
HSB/HSV | 247° | 12.78% | 52.16% |
CMYK | 11.28% | 12.78% | 0.00% |
47.84% |
Color #767485 in popluar number systems.
HEX | 76 | 74 | 85 |
Decimal | 118 | 116 | 133 |
Binary | 1110110 | 1110100 | 10000101 |
Octal | 166 | 164 | 205 |
Shades of #767485
Tints of #767485
Examples of css and html codes for elements with #767485 color. Also use rgb(118,116,133) instead hex code.
.myTextColor { color: #767485; }
<p style="color:#767485">This sample text font color is #767485.</p>
This text font color is #767485.
.myBgColor { background-color: #767485; }
<div style="background-color:#767485">Inner text</div>
This div background color is #767485.
.myBorderColor { border: 1px solid #767485; }
<div style="border:3px solid #767485">Div</div>
This div border color is #767485.
.myOpacity80 { color: #767485; opacity: 0.8; }
<p style="color:#767485;opacity:0.8;">80%</p>
Text with #767485 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #767485;}
<p style="text-shadow: 3px 3px 1px #767485">Text here.</p>
This text has shadow with #767485 color.
.textShadow {text-shadow: 3px 3px 1px #767485', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #767485, 5px 5px 20px red">Text here.</p>
This text has shadow with #767485 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#767485, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#767485, Direction=45, Strength=4)">Text</p>
This text has shadow with #767485 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #767485;
-webkit-box-shadow: 1px 1px 3px 2px #767485;
box-shadow: 1px 1px 3px 2px #767485;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #767485; -webkit-box-shadow: 1px 1px 3px 2px #767485; box-shadow:1px 1px 3px 2px #767485;">
Div content here
</div>
This text has color #767485 on black background.
This text has color #767485 on white background.
This text has black color on #767485 background.
This text has white color on #767485 background.
Complementary color for #hex is #898B7A.