HEX: #82727F
RGB: (130,114,127)
#82727F contains red, green and blue colors in about the same proportion. Web safe color of #82727F is #996666 (or #966).
#82727F color RGB value is (130,114,127).
RGB: (130,114,127)
(51%, 45%, 50%)
R 130 of 255 = 51%
G 114 of 255 = 45%
B 127 of 255 = 50%
R + G + B ~ 49%. #82727F is middle color (not dark and not light).
R + G + B = 130 + 114 + 127 = 371 (100%)
R 130 of 371 ~ 35.04%
G 114 of 371 ~ 30.73%
B 127 of 371 ~ 34.23'%
#82727F color CMYK value is (0,12,2,49).
CMYK: (0,12,2,49)
C0M12Y2K49 (0%, 12%, 2%, 49%)
(0.00 / 0.12 / 0.02 / 0.49)
Color #82727F in popluar color models
82 | 72 | 7F | |
---|---|---|---|
RGB | 130 | 114 | 127 |
HSL | 311° | 6.56% | 47.84% |
HSB/HSV | 311° | 12.31% | 50.98% |
CMYK | 0.00% | 12.31% | 2.31% |
49.02% |
Color #82727F in popluar number systems.
HEX | 82 | 72 | 7F |
Decimal | 130 | 114 | 127 |
Binary | 10000010 | 1110010 | 1111111 |
Octal | 202 | 162 | 177 |
Shades of #82727F
Tints of #82727F
Examples of css and html codes for elements with #82727F color. Also use rgb(130,114,127) instead hex code.
.myTextColor { color: #82727F; }
<p style="color:#82727F">This sample text font color is #82727F.</p>
This text font color is #82727F.
.myBgColor { background-color: #82727F; }
<div style="background-color:#82727F">Inner text</div>
This div background color is #82727F.
.myBorderColor { border: 1px solid #82727F; }
<div style="border:3px solid #82727F">Div</div>
This div border color is #82727F.
.myOpacity80 { color: #82727F; opacity: 0.8; }
<p style="color:#82727F;opacity:0.8;">80%</p>
Text with #82727F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82727F;}
<p style="text-shadow: 3px 3px 1px #82727F">Text here.</p>
This text has shadow with #82727F color.
.textShadow {text-shadow: 3px 3px 1px #82727F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82727F, 5px 5px 20px red">Text here.</p>
This text has shadow with #82727F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82727F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82727F, Direction=45, Strength=4)">Text</p>
This text has shadow with #82727F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82727F;
-webkit-box-shadow: 1px 1px 3px 2px #82727F;
box-shadow: 1px 1px 3px 2px #82727F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82727F; -webkit-box-shadow: 1px 1px 3px 2px #82727F; box-shadow:1px 1px 3px 2px #82727F;">
Div content here
</div>
This text has color #82727F on black background.
This text has color #82727F on white background.
This text has black color on #82727F background.
This text has white color on #82727F background.
Complementary color for #hex is #7D8D80.