HEX: #7766AB
RGB: (119,102,171)
#7766AB contains mainly red and blue colors. Web safe color of #7766AB is #666699 (or #669).
#7766AB color RGB value is (119,102,171).
RGB: (119,102,171)
(47%, 40%, 67%)
R 119 of 255 = 47%
G 102 of 255 = 40%
B 171 of 255 = 67%
R + G + B ~ 51%. #7766AB is middle color (not dark and not light).
R + G + B = 119 + 102 + 171 = 392 (100%)
R 119 of 392 ~ 30.36%
G 102 of 392 ~ 26.02%
B 171 of 392 ~ 43.62'%
#7766AB color CMYK value is (30,40,0,33).
CMYK: (30,40,0,33) C30M40Y0K33 (30%,40%,0%,33%) (0.30/0.40/0.00/0.33)
Color #7766AB in popluar color models
77 | 66 | AB | |
---|---|---|---|
RGB | 119 | 102 | 171 |
HSL | 255° | 29.11% | 53.53% |
HSB/HSV | 255° | 40.35% | 67.06% |
CMYK | 30.41% | 40.35% | 0.00% |
32.94% |
Color #7766AB in popluar number systems.
HEX | 77 | 66 | AB |
Decimal | 119 | 102 | 171 |
Binary | 1110111 | 1100110 | 10101011 |
Octal | 167 | 146 | 253 |
Shades of #7766AB
Tints of #7766AB
Examples of css and html codes for elements with #7766AB color. Also use rgb(119,102,171) instead hex code.
.myTextColor { color: #7766AB; }
<p style="color:#7766AB">This sample text font color is #7766AB.</p>
This text font color is #7766AB.
.myBgColor { background-color: #7766AB; }
<div style="background-color:#7766AB">Inner text</div>
This div background color is #7766AB.
.myBorderColor { border: 1px solid #7766AB; }
<div style="border:3px solid #7766AB">Div</div>
This div border color is #7766AB.
.myOpacity80 { color: #7766AB; opacity: 0.8; }
<p style="color:#7766AB;opacity:0.8;">80%</p>
Text with #7766AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7766AB;}
<p style="text-shadow: 3px 3px 1px #7766AB">Text here.</p>
This text has shadow with #7766AB color.
.textShadow {text-shadow: 3px 3px 1px #7766AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7766AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #7766AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7766AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7766AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7766AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7766AB;
-webkit-box-shadow: 1px 1px 3px 2px #7766AB;
box-shadow: 1px 1px 3px 2px #7766AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7766AB; -webkit-box-shadow: 1px 1px 3px 2px #7766AB; box-shadow:1px 1px 3px 2px #7766AB;">
Div content here
</div>
This text has color #7766AB on black background.
This text has color #7766AB on white background.
This text has black color on #7766AB background.
This text has white color on #7766AB background.
Complementary color for #hex is #889954.