HEX: #76608B
RGB: (118,96,139)
#76608B contains red, green and blue colors in about the same proportion. Web safe color of #76608B is #666699 (or #669).
#76608B color RGB value is (118,96,139).
RGB: (118,96,139)
(46%, 38%, 55%)
R 118 of 255 = 46%
G 96 of 255 = 38%
B 139 of 255 = 55%
R + G + B ~ 46%. #76608B is middle color (not dark and not light).
R + G + B = 118 + 96 + 139 = 353 (100%)
R 118 of 353 ~ 33.43%
G 96 of 353 ~ 27.2%
B 139 of 353 ~ 39.38'%
#76608B color CMYK value is (15,31,0,45).
CMYK: (15,31,0,45)
C15M31Y0K45 (15%, 31%, 0%, 45%)
(0.15 / 0.31 / 0.00 / 0.45)
Color #76608B in popluar color models
76 | 60 | 8B | |
---|---|---|---|
RGB | 118 | 96 | 139 |
HSL | 271° | 18.30% | 46.08% |
HSB/HSV | 271° | 30.94% | 54.51% |
CMYK | 15.11% | 30.94% | 0.00% |
45.49% |
Color #76608B in popluar number systems.
HEX | 76 | 60 | 8B |
Decimal | 118 | 96 | 139 |
Binary | 1110110 | 1100000 | 10001011 |
Octal | 166 | 140 | 213 |
Shades of #76608B
Tints of #76608B
Examples of css and html codes for elements with #76608B color. Also use rgb(118,96,139) instead hex code.
.myTextColor { color: #76608B; }
<p style="color:#76608B">This sample text font color is #76608B.</p>
This text font color is #76608B.
.myBgColor { background-color: #76608B; }
<div style="background-color:#76608B">Inner text</div>
This div background color is #76608B.
.myBorderColor { border: 1px solid #76608B; }
<div style="border:3px solid #76608B">Div</div>
This div border color is #76608B.
.myOpacity80 { color: #76608B; opacity: 0.8; }
<p style="color:#76608B;opacity:0.8;">80%</p>
Text with #76608B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76608B;}
<p style="text-shadow: 3px 3px 1px #76608B">Text here.</p>
This text has shadow with #76608B color.
.textShadow {text-shadow: 3px 3px 1px #76608B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76608B, 5px 5px 20px red">Text here.</p>
This text has shadow with #76608B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76608B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76608B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76608B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76608B;
-webkit-box-shadow: 1px 1px 3px 2px #76608B;
box-shadow: 1px 1px 3px 2px #76608B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76608B; -webkit-box-shadow: 1px 1px 3px 2px #76608B; box-shadow:1px 1px 3px 2px #76608B;">
Div content here
</div>
This text has color #76608B on black background.
This text has color #76608B on white background.
This text has black color on #76608B background.
This text has white color on #76608B background.
Complementary color for #hex is #899F74.