HEX: #76375A
RGB: (118,55,90)
#76375A contains mainly red and blue colors. Web safe color of #76375A is #663366 (or #636).
#76375A color RGB value is (118,55,90).
RGB: (118,55,90) (46%,22%,35%)
R 118 of 255 = 46%
G 55 of 255 = 22%
B 90 of 255 = 35%
R + G + B ~ 34%. #76375A is quite dark color.
R + G + B =
118 + 55 + 90 = 263 (100%)
R 118 of 263 ~ 44.87%
G 55 of 263 ~ 20.91%
B 90 of 263 ~ 34.22%
#76375A color CMYK value is (0,53,24,54).
CMYK: (0,53,24,54) C0M53Y24K54 (0%,53%,24%,54%) (0.00/0.53/0.24/0.54)
76 | 37 | 5A | |
---|---|---|---|
RGB | 118 | 55 | 90 |
HSL | 327° | 36.42% | 33.92% |
HSB/HSV | 327° | 53.39% | 46.27% |
CMYK | 0.00% | 53.39% | 23.73% |
53.73% |
HEX | 76 | 37 | 5A |
Decimal | 118 | 55 | 90 |
Binary | 1110110 | 110111 | 1011010 |
Octal | 166 | 67 | 132 |
Examples of css and html codes for elements with #76375A color. Also use rgb(118,55,90) instead hex code.
.myTextColor { color: #76375A; }
<p style="color:#76375A">This sample text font color is #76375A.</p>
This text font color is #76375A.
.myBgColor { background-color: #76375A; }
<div style="background-color:#76375A">Inner text</div>
This div background color is #76375A.
.myBorderColor { border: 1px solid #76375A; }
<div style="border:3px solid #76375A">Div</div>
This div border color is #76375A.
.myOpacity80 { color: #76375A; opacity: 0.8; }
<p style="color:#76375A;opacity:0.8;">80%</p>
Text with #76375A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76375A;}
<p style="text-shadow: 3px 3px 1px #76375A">Text here.</p>
This text has shadow with #76375A color.
.textShadow {text-shadow: 3px 3px 1px #76375A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76375A, 5px 5px 20px red">Text here.</p>
This text has shadow with #76375A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76375A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76375A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76375A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76375A; -webkit-box-shadow: 1px 1px 3px 2px #76375A; box-shadow: 1px 1px 3px 2px #76375A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76375A; -webkit-box-shadow: 1px 1px 3px 2px #76375A; box-shadow:1px 1px 3px 2px #76375A;">
Div content here</div>
This text has color #76375A on black background.
This text has color #76375A on white background.
This text has black color on #76375A background.
This text has white color on #76375A background.