Color spaces of #82727a
RGB | 130 | 114 | 122 |
---|---|---|---|
HSL | 0.92 | 0.07 | 0.48 |
HSV | 330° | 12° | 51° |
CMYK | 0.00 | 0.12 | 0.06 0.49 |
XYZ | 18.7361 | 18.1856 | 20.9350 |
Yxy | 18.1856 | 0.3238 | 0.3143 |
Hunter Lab | 42.6446 | 3.7968 | 0.7447 |
CIE-Lab | 49.7205 | 7.7159 | -2.1230 |
#82727a color RGB value is (130,114,122).
#82727a hex color red value is 130, green value is 114 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #82727a hue: 0.92 , saturation: 0.07 and the lightness value of 82727a is 0.48.
The process color (four color CMYK) of #82727a color hex is 0.00, 0.12, 0.06, 0.49. Web safe color of #82727a is #996666. Color #82727a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01110010 | 01111010 |
Octal | 202 | 162 | 172 |
Decimal | 130 | 114 | 122 |
Hex | 82 | 72 | 7A |
Shades of #82727a
Tints of #82727a
RGB Percentages of Color #82727a
CMYK Percentages of Color #82727a
Complementary Color
#82727a | #72827a |
#82727a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82727a Color Preview on White Background
Lorem ipsum dolor sit amet.
#82727a Color CSS Codes
.mybgcolor {background-color:#82727a; } .myforecolor {color:#82727a; } .mybordercolor {border:3px solid #82727a; }
#82727a Text Font Color
<p style="color:#82727a">Text here</p>
This sample text font color is #82727a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#82727a Background Color
<div style="background-color:#82727a">
Div content here</div>
This div background color is #82727a
#82727a Border Color
<div style="border:3px solid #82727a">
Div here</div>
This div border color is #82727a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,114,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82727a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82727a; -webkit-box-shadow: 1px 1px 3px 2px #82727a; box-shadow: 1px 1px 3px 2px #82727a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,114,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82727a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82727a; -webkit-box-shadow: 1px 1px 3px 2px #82727a; box-shadow: 1px 1px 3px 2px #82727a;">
Div content here</div>
This div box has shadow with color #82727a
Comments
No comments written yet.
Please login to write comment.