HEX: #767A9A
RGB: (118,122,154)
#767A9A contains red, green and blue colors in about the same proportion. Web safe color of #767A9A is #666699 (or #669).
#767A9A color RGB value is (118,122,154).
RGB: (118,122,154) (46%,48%,60%)
R 118 of 255 = 46%
G 122 of 255 = 48%
B 154 of 255 = 60%
R + G + B ~ 51%. #767A9A is middle color (not dark and not light).
R + G + B =
118 + 122 + 154 = 394 (100%)
R 118 of 394 ~ 29.95%
G 122 of 394 ~ 30.96%
B 154 of 394 ~ 39.09%
#767A9A color CMYK value is (23,21,0,40).
CMYK: (23,21,0,40) C23M21Y0K40 (23%,21%,0%,40%) (0.23/0.21/0.00/0.40)
76 | 7A | 9A | |
---|---|---|---|
RGB | 118 | 122 | 154 |
HSL | 233° | 15.13% | 53.33% |
HSB/HSV | 233° | 23.38% | 60.39% |
CMYK | 23.38% | 20.78% | 0.00% |
39.61% |
HEX | 76 | 7A | 9A |
Decimal | 118 | 122 | 154 |
Binary | 1110110 | 1111010 | 10011010 |
Octal | 166 | 172 | 232 |
Examples of css and html codes for elements with #767A9A color. Also use rgb(118,122,154) instead hex code.
.myTextColor { color: #767A9A; }
<p style="color:#767A9A">This sample text font color is #767A9A.</p>
This text font color is #767A9A.
.myBgColor { background-color: #767A9A; }
<div style="background-color:#767A9A">Inner text</div>
This div background color is #767A9A.
.myBorderColor { border: 1px solid #767A9A; }
<div style="border:3px solid #767A9A">Div</div>
This div border color is #767A9A.
.myOpacity80 { color: #767A9A; opacity: 0.8; }
<p style="color:#767A9A;opacity:0.8;">80%</p>
Text with #767A9A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #767A9A;}
<p style="text-shadow: 3px 3px 1px #767A9A">Text here.</p>
This text has shadow with #767A9A color.
.textShadow {text-shadow: 3px 3px 1px #767A9A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #767A9A, 5px 5px 20px red">Text here.</p>
This text has shadow with #767A9A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#767A9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#767A9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #767A9A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #767A9A; -webkit-box-shadow: 1px 1px 3px 2px #767A9A; box-shadow: 1px 1px 3px 2px #767A9A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #767A9A; -webkit-box-shadow: 1px 1px 3px 2px #767A9A; box-shadow:1px 1px 3px 2px #767A9A;">
Div content here</div>
This text has color #767A9A on black background.
This text has color #767A9A on white background.
This text has black color on #767A9A background.
This text has white color on #767A9A background.