HEX: #7788AC
RGB: (119,136,172)
#7788AC contains red, green and blue colors in about the same proportion. Web safe color of #7788AC is #669999 (or #699).
#7788AC color RGB value is (119,136,172).
RGB: (119,136,172)
(47%, 53%, 67%)
R 119 of 255 = 47%
G 136 of 255 = 53%
B 172 of 255 = 67%
R + G + B ~ 56%. #7788AC is middle color (not dark and not light).
R + G + B = 119 + 136 + 172 = 427 (100%)
R 119 of 427 ~ 27.87%
G 136 of 427 ~ 31.85%
B 172 of 427 ~ 40.28'%
#7788AC color CMYK value is (31,21,0,33).
CMYK: (31,21,0,33)
C31M21Y0K33 (31%, 21%, 0%, 33%)
(0.31 / 0.21 / 0.00 / 0.33)
Color #7788AC in popluar color models
77 | 88 | AC | |
---|---|---|---|
RGB | 119 | 136 | 172 |
HSL | 221° | 24.20% | 57.06% |
HSB/HSV | 221° | 30.81% | 67.45% |
CMYK | 30.81% | 20.93% | 0.00% |
32.55% |
Color #7788AC in popluar number systems.
HEX | 77 | 88 | AC |
Decimal | 119 | 136 | 172 |
Binary | 1110111 | 10001000 | 10101100 |
Octal | 167 | 210 | 254 |
Shades of #7788AC
Tints of #7788AC
Examples of css and html codes for elements with #7788AC color. Also use rgb(119,136,172) instead hex code.
.myTextColor { color: #7788AC; }
<p style="color:#7788AC">This sample text font color is #7788AC.</p>
This text font color is #7788AC.
.myBgColor { background-color: #7788AC; }
<div style="background-color:#7788AC">Inner text</div>
This div background color is #7788AC.
.myBorderColor { border: 1px solid #7788AC; }
<div style="border:3px solid #7788AC">Div</div>
This div border color is #7788AC.
.myOpacity80 { color: #7788AC; opacity: 0.8; }
<p style="color:#7788AC;opacity:0.8;">80%</p>
Text with #7788AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7788AC;}
<p style="text-shadow: 3px 3px 1px #7788AC">Text here.</p>
This text has shadow with #7788AC color.
.textShadow {text-shadow: 3px 3px 1px #7788AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7788AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #7788AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7788AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7788AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7788AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7788AC;
-webkit-box-shadow: 1px 1px 3px 2px #7788AC;
box-shadow: 1px 1px 3px 2px #7788AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7788AC; -webkit-box-shadow: 1px 1px 3px 2px #7788AC; box-shadow:1px 1px 3px 2px #7788AC;">
Div content here
</div>
This text has color #7788AC on black background.
This text has color #7788AC on white background.
This text has black color on #7788AC background.
This text has white color on #7788AC background.
Complementary color for #hex is #887753.