Color spaces of #81727a
RGB | 129 | 114 | 122 |
---|---|---|---|
HSL | 0.91 | 0.06 | 0.48 |
HSV | 328° | 12° | 51° |
CMYK | 0.00 | 0.12 | 0.05 0.49 |
XYZ | 18.5834 | 18.1069 | 20.9279 |
Yxy | 18.1069 | 0.3225 | 0.3143 |
Hunter Lab | 42.5522 | 3.4882 | 0.6267 |
CIE-Lab | 49.6255 | 7.3324 | -2.2737 |
#81727a color RGB value is (129,114,122).
#81727a hex color red value is 129, green value is 114 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #81727a hue: 0.91 , saturation: 0.06 and the lightness value of 81727a is 0.48.
The process color (four color CMYK) of #81727a color hex is 0.00, 0.12, 0.05, 0.49. Web safe color of #81727a is #996666. Color #81727a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01110010 | 01111010 |
Octal | 201 | 162 | 172 |
Decimal | 129 | 114 | 122 |
Hex | 81 | 72 | 7A |
Shades of #81727a
Tints of #81727a
RGB Percentages of Color #81727a
CMYK Percentages of Color #81727a
Complementary Color
#81727a | #728179 |
#81727a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81727a Color Preview on White Background
Lorem ipsum dolor sit amet.
#81727a Color CSS Codes
.mybgcolor {background-color:#81727a; } .myforecolor {color:#81727a; } .mybordercolor {border:3px solid #81727a; }
#81727a Text Font Color
<p style="color:#81727a">Text here</p>
This sample text font color is #81727a
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.
#81727a Background Color
<div style="background-color:#81727a">
Div content here</div>
This div background color is #81727a
#81727a Border Color
<div style="border:3px solid #81727a">
Div here</div>
This div border color is #81727a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,114,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81727a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81727a; -webkit-box-shadow: 1px 1px 3px 2px #81727a; box-shadow: 1px 1px 3px 2px #81727a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,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 #81727a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81727a; -webkit-box-shadow: 1px 1px 3px 2px #81727a; box-shadow: 1px 1px 3px 2px #81727a;">
Div content here</div>
This div box has shadow with color #81727a
Comments
No comments written yet.
Please login to write comment.