HEX: #707CAC
RGB: (112,124,172)
#707CAC contains mainly green and blue colors. Web safe color of #707CAC is #666699 (or #669).
#707CAC color RGB value is (112,124,172).
RGB: (112,124,172)
(44%, 49%, 67%)
R 112 of 255 = 44%
G 124 of 255 = 49%
B 172 of 255 = 67%
R + G + B ~ 53%. #707CAC is middle color (not dark and not light).
R + G + B = 112 + 124 + 172 = 408 (100%)
R 112 of 408 ~ 27.45%
G 124 of 408 ~ 30.39%
B 172 of 408 ~ 42.16'%
#707CAC color CMYK value is (35,28,0,33).
CMYK: (35,28,0,33) C35M28Y0K33 (35%,28%,0%,33%) (0.35/0.28/0.00/0.33)
Color #707CAC in popluar color models
70 | 7C | AC | |
---|---|---|---|
RGB | 112 | 124 | 172 |
HSL | 228° | 26.55% | 55.69% |
HSB/HSV | 228° | 34.88% | 67.45% |
CMYK | 34.88% | 27.91% | 0.00% |
32.55% |
Color #707CAC in popluar number systems.
HEX | 70 | 7C | AC |
Decimal | 112 | 124 | 172 |
Binary | 1110000 | 1111100 | 10101100 |
Octal | 160 | 174 | 254 |
Shades of #707CAC
Tints of #707CAC
Examples of css and html codes for elements with #707CAC color. Also use rgb(112,124,172) instead hex code.
.myTextColor { color: #707CAC; }
<p style="color:#707CAC">This sample text font color is #707CAC.</p>
This text font color is #707CAC.
.myBgColor { background-color: #707CAC; }
<div style="background-color:#707CAC">Inner text</div>
This div background color is #707CAC.
.myBorderColor { border: 1px solid #707CAC; }
<div style="border:3px solid #707CAC">Div</div>
This div border color is #707CAC.
.myOpacity80 { color: #707CAC; opacity: 0.8; }
<p style="color:#707CAC;opacity:0.8;">80%</p>
Text with #707CAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #707CAC;}
<p style="text-shadow: 3px 3px 1px #707CAC">Text here.</p>
This text has shadow with #707CAC color.
.textShadow {text-shadow: 3px 3px 1px #707CAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #707CAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #707CAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#707CAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#707CAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #707CAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #707CAC;
-webkit-box-shadow: 1px 1px 3px 2px #707CAC;
box-shadow: 1px 1px 3px 2px #707CAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #707CAC; -webkit-box-shadow: 1px 1px 3px 2px #707CAC; box-shadow:1px 1px 3px 2px #707CAC;">
Div content here
</div>
This text has color #707CAC on black background.
This text has color #707CAC on white background.
This text has black color on #707CAC background.
This text has white color on #707CAC background.
Complementary color for #hex is #8F8353.