HEX: #76474C
RGB: (118,71,76)
#76474C contains red, green and blue colors in about the same proportion. #76474C ‘ nin web güvenlik rengi #663333 (ya da #633) dir.
#76474C color RGB value is (118,71,76).
RGB: (118,71,76) (46%,28%,30%)
R 118 of 255 = 46%
G 71 of 255 = 28%
B 76 of 255 = 30%
R + G + B ~ 35%. #76474C is quite dark color.
R + G + B =
118 + 71 + 76 = 265 (100%)
R 118 of 265 ~ 44.53%
G 71 of 265 ~ 26.79%
B 76 of 265 ~ 28.68%
#76474C rengi CMYK tonu (0,40,36,54).
CMYK: (0,40,36,54) C0M40Y36K54 (0%,40%,36%,54%) (0.00/0.40/0.36/0.54)
76 | 47 | 4C | |
---|---|---|---|
RGB | 118 | 71 | 76 |
HSL | 354° | 24.87% | 37.06% |
HSB/HSV | 354° | 39.83% | 46.27% |
CMYK | 0.00% | 39.83% | 35.59% |
53.73% |
HEX | 76 | 47 | 4C |
Decimal | 118 | 71 | 76 |
Binary | 1110110 | 1000111 | 1001100 |
Octal | 166 | 107 | 114 |
Examples of css and html codes for elements with #76474C color. Also use rgb(118,71,76) instead hex code.
.myTextColor { color: #76474C; }
<p style="color:#76474C">This sample text font color is #76474C.</p>
This text font color is #76474C.
.myBgColor { background-color: #76474C; }
<div style="background-color:#76474C">Inner text</div>
This div background color is #76474C.
.myBorderColor { border: 1px solid #76474C; }
<div style="border:3px solid #76474C">Div</div>
This div border color is #76474C.
.myOpacity80 { color: #76474C; opacity: 0.8; }
<p style="color:#76474C;opacity:0.8;">80%</p>
Text with #76474C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76474C;}
<p style="text-shadow: 3px 3px 1px #76474C">Text here.</p>
This text has shadow with #76474C color.
.textShadow {text-shadow: 3px 3px 1px #76474C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76474C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76474C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76474C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76474C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76474C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76474C; -webkit-box-shadow: 1px 1px 3px 2px #76474C; box-shadow: 1px 1px 3px 2px #76474C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76474C; -webkit-box-shadow: 1px 1px 3px 2px #76474C; box-shadow:1px 1px 3px 2px #76474C;">
Div content here</div>
This text has color #76474C on black background.
This text has color #76474C on white background.
This text has black color on #76474C background.
This text has white color on #76474C background.