HEX: #7377BB
RGB: (115,119,187)
#7377BB contains mainly blue color. Web safe color of #7377BB is #6666CC (or #66C).
#7377BB color RGB value is (115,119,187).
RGB: (115,119,187)
(45%, 47%, 73%)
R 115 of 255 = 45%
G 119 of 255 = 47%
B 187 of 255 = 73%
R + G + B ~ 55%. #7377BB is middle color (not dark and not light).
R + G + B = 115 + 119 + 187 = 421 (100%)
R 115 of 421 ~ 27.32%
G 119 of 421 ~ 28.27%
B 187 of 421 ~ 44.42'%
#7377BB color CMYK value is (39,36,0,27).
CMYK: (39,36,0,27) C39M36Y0K27 (39%,36%,0%,27%) (0.39/0.36/0.00/0.27)
Color #7377BB in popluar color models
73 | 77 | BB | |
---|---|---|---|
RGB | 115 | 119 | 187 |
HSL | 237° | 34.62% | 59.22% |
HSB/HSV | 237° | 38.50% | 73.33% |
CMYK | 38.50% | 36.36% | 0.00% |
26.67% |
Color #7377BB in popluar number systems.
HEX | 73 | 77 | BB |
Decimal | 115 | 119 | 187 |
Binary | 1110011 | 1110111 | 10111011 |
Octal | 163 | 167 | 273 |
Shades of #7377BB
Tints of #7377BB
Examples of css and html codes for elements with #7377BB color. Also use rgb(115,119,187) instead hex code.
.myTextColor { color: #7377BB; }
<p style="color:#7377BB">This sample text font color is #7377BB.</p>
This text font color is #7377BB.
.myBgColor { background-color: #7377BB; }
<div style="background-color:#7377BB">Inner text</div>
This div background color is #7377BB.
.myBorderColor { border: 1px solid #7377BB; }
<div style="border:3px solid #7377BB">Div</div>
This div border color is #7377BB.
.myOpacity80 { color: #7377BB; opacity: 0.8; }
<p style="color:#7377BB;opacity:0.8;">80%</p>
Text with #7377BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7377BB;}
<p style="text-shadow: 3px 3px 1px #7377BB">Text here.</p>
This text has shadow with #7377BB color.
.textShadow {text-shadow: 3px 3px 1px #7377BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7377BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #7377BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7377BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7377BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7377BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7377BB;
-webkit-box-shadow: 1px 1px 3px 2px #7377BB;
box-shadow: 1px 1px 3px 2px #7377BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7377BB; -webkit-box-shadow: 1px 1px 3px 2px #7377BB; box-shadow:1px 1px 3px 2px #7377BB;">
Div content here
</div>
This text has color #7377BB on black background.
This text has color #7377BB on white background.
This text has black color on #7377BB background.
This text has white color on #7377BB background.
Complementary color for #hex is #8C8844.