HEX: #7C688B
RGB: (124,104,139)
#7C688B contains red, green and blue colors in about the same proportion. Web safe color of #7C688B is #666699 (or #669).
#7C688B color RGB value is (124,104,139).
RGB: (124,104,139)
(49%, 41%, 55%)
R 124 of 255 = 49%
G 104 of 255 = 41%
B 139 of 255 = 55%
R + G + B ~ 48%. #7C688B is middle color (not dark and not light).
R + G + B = 124 + 104 + 139 = 367 (100%)
R 124 of 367 ~ 33.79%
G 104 of 367 ~ 28.34%
B 139 of 367 ~ 37.87'%
#7C688B color CMYK value is (11,25,0,45).
CMYK: (11,25,0,45) C11M25Y0K45 (11%,25%,0%,45%) (0.11/0.25/0.00/0.45)
Color #7C688B in popluar color models
7C | 68 | 8B | |
---|---|---|---|
RGB | 124 | 104 | 139 |
HSL | 274° | 14.40% | 47.65% |
HSB/HSV | 274° | 25.18% | 54.51% |
CMYK | 10.79% | 25.18% | 0.00% |
45.49% |
Color #7C688B in popluar number systems.
HEX | 7C | 68 | 8B |
Decimal | 124 | 104 | 139 |
Binary | 1111100 | 1101000 | 10001011 |
Octal | 174 | 150 | 213 |
Shades of #7C688B
Tints of #7C688B
Examples of css and html codes for elements with #7C688B color. Also use rgb(124,104,139) instead hex code.
.myTextColor { color: #7C688B; }
<p style="color:#7C688B">This sample text font color is #7C688B.</p>
This text font color is #7C688B.
.myBgColor { background-color: #7C688B; }
<div style="background-color:#7C688B">Inner text</div>
This div background color is #7C688B.
.myBorderColor { border: 1px solid #7C688B; }
<div style="border:3px solid #7C688B">Div</div>
This div border color is #7C688B.
.myOpacity80 { color: #7C688B; opacity: 0.8; }
<p style="color:#7C688B;opacity:0.8;">80%</p>
Text with #7C688B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C688B;}
<p style="text-shadow: 3px 3px 1px #7C688B">Text here.</p>
This text has shadow with #7C688B color.
.textShadow {text-shadow: 3px 3px 1px #7C688B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C688B, 5px 5px 20px red">Text here.</p>
This text has shadow with #7C688B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C688B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C688B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C688B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7C688B;
-webkit-box-shadow: 1px 1px 3px 2px #7C688B;
box-shadow: 1px 1px 3px 2px #7C688B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7C688B; -webkit-box-shadow: 1px 1px 3px 2px #7C688B; box-shadow:1px 1px 3px 2px #7C688B;">
Div content here
</div>
This text has color #7C688B on black background.
This text has color #7C688B on white background.
This text has black color on #7C688B background.
This text has white color on #7C688B background.
Complementary color for #hex is #839774.