HEX: #767DAE
RGB: (118,125,174)
#767DAE contains red, green and blue colors in about the same proportion. Web safe color of #767DAE is #666699 (or #669).
#767DAE color RGB value is (118,125,174).
RGB: (118,125,174)
(46%, 49%, 68%)
R 118 of 255 = 46%
G 125 of 255 = 49%
B 174 of 255 = 68%
R + G + B ~ 54%. #767DAE is middle color (not dark and not light).
R + G + B = 118 + 125 + 174 = 417 (100%)
R 118 of 417 ~ 28.3%
G 125 of 417 ~ 29.98%
B 174 of 417 ~ 41.73'%
#767DAE color CMYK value is (32,28,0,32).
CMYK: (32,28,0,32) C32M28Y0K32 (32%,28%,0%,32%) (0.32/0.28/0.00/0.32)
Color #767DAE in popluar color models
76 | 7D | AE | |
---|---|---|---|
RGB | 118 | 125 | 174 |
HSL | 233° | 25.69% | 57.25% |
HSB/HSV | 233° | 32.18% | 68.24% |
CMYK | 32.18% | 28.16% | 0.00% |
31.76% |
Color #767DAE in popluar number systems.
HEX | 76 | 7D | AE |
Decimal | 118 | 125 | 174 |
Binary | 1110110 | 1111101 | 10101110 |
Octal | 166 | 175 | 256 |
Shades of #767DAE
Tints of #767DAE
Examples of css and html codes for elements with #767DAE color. Also use rgb(118,125,174) instead hex code.
.myTextColor { color: #767DAE; }
<p style="color:#767DAE">This sample text font color is #767DAE.</p>
This text font color is #767DAE.
.myBgColor { background-color: #767DAE; }
<div style="background-color:#767DAE">Inner text</div>
This div background color is #767DAE.
.myBorderColor { border: 1px solid #767DAE; }
<div style="border:3px solid #767DAE">Div</div>
This div border color is #767DAE.
.myOpacity80 { color: #767DAE; opacity: 0.8; }
<p style="color:#767DAE;opacity:0.8;">80%</p>
Text with #767DAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #767DAE;}
<p style="text-shadow: 3px 3px 1px #767DAE">Text here.</p>
This text has shadow with #767DAE color.
.textShadow {text-shadow: 3px 3px 1px #767DAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #767DAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #767DAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#767DAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#767DAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #767DAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #767DAE;
-webkit-box-shadow: 1px 1px 3px 2px #767DAE;
box-shadow: 1px 1px 3px 2px #767DAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #767DAE; -webkit-box-shadow: 1px 1px 3px 2px #767DAE; box-shadow:1px 1px 3px 2px #767DAE;">
Div content here
</div>
This text has color #767DAE on black background.
This text has color #767DAE on white background.
This text has black color on #767DAE background.
This text has white color on #767DAE background.
Complementary color for #hex is #898251.