HEX: #884076
RGB: (136,64,118)
#884076 contains mainly red and blue colors. Web safe color of #884076 is #993366 (or #936).
#884076 color RGB value is (136,64,118).
RGB: (136,64,118) (53%,25%,46%)
R 136 of 255 = 53%
G 64 of 255 = 25%
B 118 of 255 = 46%
R + G + B ~ 41%. #884076 is middle color (not dark and not light).
R + G + B =
136 + 64 + 118 = 318 (100%)
R 136 of 318 ~ 42.77%
G 64 of 318 ~ 20.13%
B 118 of 318 ~ 37.11%
#884076 color CMYK value is (0,53,13,47).
CMYK: (0,53,13,47) C0M53Y13K47 (0%,53%,13%,47%) (0.00/0.53/0.13/0.47)
88 | 40 | 76 | |
---|---|---|---|
RGB | 136 | 64 | 118 |
HSL | 315° | 36.00% | 39.22% |
HSB/HSV | 315° | 52.94% | 53.33% |
CMYK | 0.00% | 52.94% | 13.24% |
46.67% |
HEX | 88 | 40 | 76 |
Decimal | 136 | 64 | 118 |
Binary | 10001000 | 1000000 | 1110110 |
Octal | 210 | 100 | 166 |
Examples of css and html codes for elements with #884076 color. Also use rgb(136,64,118) instead hex code.
.myTextColor { color: #884076; }
<p style="color:#884076">This sample text font color is #884076.</p>
This text font color is #884076.
.myBgColor { background-color: #884076; }
<div style="background-color:#884076">Inner text</div>
This div background color is #884076.
.myBorderColor { border: 1px solid #884076; }
<div style="border:3px solid #884076">Div</div>
This div border color is #884076.
.myOpacity80 { color: #884076; opacity: 0.8; }
<p style="color:#884076;opacity:0.8;">80%</p>
Text with #884076 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #884076;}
<p style="text-shadow: 3px 3px 1px #884076">Text here.</p>
This text has shadow with #884076 color.
.textShadow {text-shadow: 3px 3px 1px #884076, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #884076, 5px 5px 20px red">Text here.</p>
This text has shadow with #884076 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#884076, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#884076, Direction=45, Strength=4)">Text</p>
This text has shadow with #884076 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #884076; -webkit-box-shadow: 1px 1px 3px 2px #884076; box-shadow: 1px 1px 3px 2px #884076; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #884076; -webkit-box-shadow: 1px 1px 3px 2px #884076; box-shadow:1px 1px 3px 2px #884076;">
Div content here</div>
This text has color #884076 on black background.
This text has color #884076 on white background.
This text has black color on #884076 background.
This text has white color on #884076 background.