Color spaces of #81755c
RGB | 129 | 117 | 92 |
---|---|---|---|
HSL | 0.11 | 0.17 | 0.43 |
HSV | 41° | 29° | 51° |
CMYK | 0.00 | 0.09 | 0.29 0.49 |
XYZ | 17.3463 | 18.1624 | 12.7167 |
Yxy | 18.1624 | 0.3597 | 0.3766 |
Hunter Lab | 42.6174 | -1.9266 | 12.1405 |
CIE-Lab | 49.6925 | 0.4557 | 15.5014 |
#81755c color RGB value is (129,117,92).
#81755c hex color red value is 129, green value is 117 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #81755c hue: 0.11 , saturation: 0.17 and the lightness value of 81755c is 0.43.
The process color (four color CMYK) of #81755c color hex is 0.00, 0.09, 0.29, 0.49. Web safe color of #81755c is #996666. Color #81755c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01110101 | 01011100 |
Octal | 201 | 165 | 134 |
Decimal | 129 | 117 | 92 |
Hex | 81 | 75 | 5C |
Shades of #81755c
Tints of #81755c
RGB Percentages of Color #81755c
CMYK Percentages of Color #81755c
Complementary Color
#81755c | #5c6881 |
#81755c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81755c Color Preview on White Background
Lorem ipsum dolor sit amet.
#81755c Color CSS Codes
.mybgcolor {background-color:#81755c; } .myforecolor {color:#81755c; } .mybordercolor {border:3px solid #81755c; }
#81755c Text Font Color
<p style="color:#81755c">Text here</p>
This sample text font color is #81755c
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.
#81755c Background Color
<div style="background-color:#81755c">
Div content here</div>
This div background color is #81755c
#81755c Border Color
<div style="border:3px solid #81755c">
Div here</div>
This div border color is #81755c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,117,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81755c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81755c; -webkit-box-shadow: 1px 1px 3px 2px #81755c; box-shadow: 1px 1px 3px 2px #81755c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,117,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81755c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81755c; -webkit-box-shadow: 1px 1px 3px 2px #81755c; box-shadow: 1px 1px 3px 2px #81755c;">
Div content here</div>
This div box has shadow with color #81755c
Comments
No comments written yet.
Please login to write comment.