HEX: #82707C
RGB: (130,112,124)
#82707C contains red, green and blue colors in about the same proportion. Web safe color of #82707C is #996666 (or #966).
#82707C color RGB value is (130,112,124).
RGB: (130,112,124)
(51%, 44%, 49%)
R 130 of 255 = 51%
G 112 of 255 = 44%
B 124 of 255 = 49%
R + G + B ~ 48%. #82707C is middle color (not dark and not light).
R + G + B = 130 + 112 + 124 = 366 (100%)
R 130 of 366 ~ 35.52%
G 112 of 366 ~ 30.6%
B 124 of 366 ~ 33.88'%
#82707C color CMYK value is (0,14,5,49).
CMYK: (0,14,5,49)
C0M14Y5K49 (0%, 14%, 5%, 49%)
(0.00 / 0.14 / 0.05 / 0.49)
Color #82707C in popluar color models
82 | 70 | 7C | |
---|---|---|---|
RGB | 130 | 112 | 124 |
HSL | 320° | 7.44% | 47.45% |
HSB/HSV | 320° | 13.85% | 50.98% |
CMYK | 0.00% | 13.85% | 4.62% |
49.02% |
Color #82707C in popluar number systems.
HEX | 82 | 70 | 7C |
Decimal | 130 | 112 | 124 |
Binary | 10000010 | 1110000 | 1111100 |
Octal | 202 | 160 | 174 |
Shades of #82707C
Tints of #82707C
Examples of css and html codes for elements with #82707C color. Also use rgb(130,112,124) instead hex code.
.myTextColor { color: #82707C; }
<p style="color:#82707C">This sample text font color is #82707C.</p>
This text font color is #82707C.
.myBgColor { background-color: #82707C; }
<div style="background-color:#82707C">Inner text</div>
This div background color is #82707C.
.myBorderColor { border: 1px solid #82707C; }
<div style="border:3px solid #82707C">Div</div>
This div border color is #82707C.
.myOpacity80 { color: #82707C; opacity: 0.8; }
<p style="color:#82707C;opacity:0.8;">80%</p>
Text with #82707C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82707C;}
<p style="text-shadow: 3px 3px 1px #82707C">Text here.</p>
This text has shadow with #82707C color.
.textShadow {text-shadow: 3px 3px 1px #82707C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82707C, 5px 5px 20px red">Text here.</p>
This text has shadow with #82707C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82707C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82707C, Direction=45, Strength=4)">Text</p>
This text has shadow with #82707C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82707C;
-webkit-box-shadow: 1px 1px 3px 2px #82707C;
box-shadow: 1px 1px 3px 2px #82707C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82707C; -webkit-box-shadow: 1px 1px 3px 2px #82707C; box-shadow:1px 1px 3px 2px #82707C;">
Div content here
</div>
This text has color #82707C on black background.
This text has color #82707C on white background.
This text has black color on #82707C background.
This text has white color on #82707C background.
Complementary color for #hex is #7D8F83.