Color spaces of #80724e
RGB | 128 | 114 | 78 |
---|---|---|---|
HSL | 0.12 | 0.24 | 0.40 |
HSV | 43° | 39° | 50° |
CMYK | 0.00 | 0.11 | 0.39 0.50 |
XYZ | 16.2945 | 17.1739 | 9.6638 |
Yxy | 17.1739 | 0.3778 | 0.3982 |
Hunter Lab | 41.4414 | -2.3374 | 15.1830 |
CIE-Lab | 48.4784 | -0.1634 | 21.9571 |
#80724e color RGB value is (128,114,78).
#80724e hex color red value is 128, green value is 114 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #80724e hue: 0.12 , saturation: 0.24 and the lightness value of 80724e is 0.40.
The process color (four color CMYK) of #80724e color hex is 0.00, 0.11, 0.39, 0.50. Web safe color of #80724e is #996666. Color #80724e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01110010 | 01001110 |
Octal | 200 | 162 | 116 |
Decimal | 128 | 114 | 78 |
Hex | 80 | 72 | 4E |
Shades of #80724e
Tints of #80724e
RGB Percentages of Color #80724e
CMYK Percentages of Color #80724e
Complementary Color
#80724e | #4e5c80 |
#80724e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80724e Color Preview on White Background
Lorem ipsum dolor sit amet.
#80724e Color CSS Codes
.mybgcolor {background-color:#80724e; } .myforecolor {color:#80724e; } .mybordercolor {border:3px solid #80724e; }
#80724e Text Font Color
<p style="color:#80724e">Text here</p>
This sample text font color is #80724e
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.
#80724e Background Color
<div style="background-color:#80724e">
Div content here</div>
This div background color is #80724e
#80724e Border Color
<div style="border:3px solid #80724e">
Div here</div>
This div border color is #80724e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,114,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80724e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80724e; -webkit-box-shadow: 1px 1px 3px 2px #80724e; box-shadow: 1px 1px 3px 2px #80724e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,114,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80724e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80724e; -webkit-box-shadow: 1px 1px 3px 2px #80724e; box-shadow: 1px 1px 3px 2px #80724e;">
Div content here</div>
This div box has shadow with color #80724e
Comments
No comments written yet.
Please login to write comment.