HEX: #76607B
RGB: (118,96,123)
#76607B contains red, green and blue colors in about the same proportion. Web safe color of #76607B is #666666 (or #666).
#76607B color RGB value is (118,96,123).
RGB: (118,96,123)
(46%, 38%, 48%)
R 118 of 255 = 46%
G 96 of 255 = 38%
B 123 of 255 = 48%
R + G + B ~ 44%. #76607B is middle color (not dark and not light).
R + G + B = 118 + 96 + 123 = 337 (100%)
R 118 of 337 ~ 35.01%
G 96 of 337 ~ 28.49%
B 123 of 337 ~ 36.5'%
#76607B color CMYK value is (4,22,0,52).
CMYK: (4,22,0,52)
C4M22Y0K52 (4%, 22%, 0%, 52%)
(0.04 / 0.22 / 0.00 / 0.52)
Color #76607B in popluar color models
76 | 60 | 7B | |
---|---|---|---|
RGB | 118 | 96 | 123 |
HSL | 289° | 12.33% | 42.94% |
HSB/HSV | 289° | 21.95% | 48.24% |
CMYK | 4.07% | 21.95% | 0.00% |
51.76% |
Color #76607B in popluar number systems.
HEX | 76 | 60 | 7B |
Decimal | 118 | 96 | 123 |
Binary | 1110110 | 1100000 | 1111011 |
Octal | 166 | 140 | 173 |
Shades of #76607B
Tints of #76607B
Examples of css and html codes for elements with #76607B color. Also use rgb(118,96,123) instead hex code.
.myTextColor { color: #76607B; }
<p style="color:#76607B">This sample text font color is #76607B.</p>
This text font color is #76607B.
.myBgColor { background-color: #76607B; }
<div style="background-color:#76607B">Inner text</div>
This div background color is #76607B.
.myBorderColor { border: 1px solid #76607B; }
<div style="border:3px solid #76607B">Div</div>
This div border color is #76607B.
.myOpacity80 { color: #76607B; opacity: 0.8; }
<p style="color:#76607B;opacity:0.8;">80%</p>
Text with #76607B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76607B;}
<p style="text-shadow: 3px 3px 1px #76607B">Text here.</p>
This text has shadow with #76607B color.
.textShadow {text-shadow: 3px 3px 1px #76607B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76607B, 5px 5px 20px red">Text here.</p>
This text has shadow with #76607B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76607B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76607B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76607B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76607B;
-webkit-box-shadow: 1px 1px 3px 2px #76607B;
box-shadow: 1px 1px 3px 2px #76607B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76607B; -webkit-box-shadow: 1px 1px 3px 2px #76607B; box-shadow:1px 1px 3px 2px #76607B;">
Div content here
</div>
This text has color #76607B on black background.
This text has color #76607B on white background.
This text has black color on #76607B background.
This text has white color on #76607B background.
Complementary color for #hex is #899F84.