HEX: #727488
RGB: (114,116,136)
#727488 contains red, green and blue colors in about the same proportion. Web safe color of #727488 is #666699 (or #669).
#727488 color RGB value is (114,116,136).
RGB: (114,116,136) (45%,45%,53%)
R 114 of 255 = 45%
G 116 of 255 = 45%
B 136 of 255 = 53%
R + G + B ~ 48%. #727488 is middle color (not dark and not light).
R + G + B =
114 + 116 + 136 = 366 (100%)
R 114 of 366 ~ 31.15%
G 116 of 366 ~ 31.69%
B 136 of 366 ~ 37.16%
#727488 color CMYK value is (16,15,0,47).
CMYK: (16,15,0,47) C16M15Y0K47 (16%,15%,0%,47%) (0.16/0.15/0.00/0.47)
72 | 74 | 88 | |
---|---|---|---|
RGB | 114 | 116 | 136 |
HSL | 235° | 8.80% | 49.02% |
HSB/HSV | 235° | 16.18% | 53.33% |
CMYK | 16.18% | 14.71% | 0.00% |
46.67% |
HEX | 72 | 74 | 88 |
Decimal | 114 | 116 | 136 |
Binary | 1110010 | 1110100 | 10001000 |
Octal | 162 | 164 | 210 |
Examples of css and html codes for elements with #727488 color. Also use rgb(114,116,136) instead hex code.
.myTextColor { color: #727488; }
<p style="color:#727488">This sample text font color is #727488.</p>
This text font color is #727488.
.myBgColor { background-color: #727488; }
<div style="background-color:#727488">Inner text</div>
This div background color is #727488.
.myBorderColor { border: 1px solid #727488; }
<div style="border:3px solid #727488">Div</div>
This div border color is #727488.
.myOpacity80 { color: #727488; opacity: 0.8; }
<p style="color:#727488;opacity:0.8;">80%</p>
Text with #727488 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #727488;}
<p style="text-shadow: 3px 3px 1px #727488">Text here.</p>
This text has shadow with #727488 color.
.textShadow {text-shadow: 3px 3px 1px #727488, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #727488, 5px 5px 20px red">Text here.</p>
This text has shadow with #727488 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#727488, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#727488, Direction=45, Strength=4)">Text</p>
This text has shadow with #727488 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #727488; -webkit-box-shadow: 1px 1px 3px 2px #727488; box-shadow: 1px 1px 3px 2px #727488; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #727488; -webkit-box-shadow: 1px 1px 3px 2px #727488; box-shadow:1px 1px 3px 2px #727488;">
Div content here</div>
This text has color #727488 on black background.
This text has color #727488 on white background.
This text has black color on #727488 background.
This text has white color on #727488 background.