Color spaces of #84773c
RGB | 132 | 119 | 60 |
---|---|---|---|
HSL | 0.14 | 0.38 | 0.38 |
HSV | 49° | 55° | 52° |
CMYK | 0.00 | 0.10 | 0.55 0.48 |
XYZ | 16.9282 | 18.4254 | 6.9392 |
Yxy | 18.4254 | 0.4003 | 0.4357 |
Hunter Lab | 42.9248 | -4.7236 | 20.4626 |
CIE-Lab | 50.0081 | -3.2017 | 33.9193 |
#84773c color RGB value is (132,119,60).
#84773c hex color red value is 132, green value is 119 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #84773c hue: 0.14 , saturation: 0.38 and the lightness value of 84773c is 0.38.
The process color (four color CMYK) of #84773c color hex is 0.00, 0.10, 0.55, 0.48. Web safe color of #84773c is #996633. Color #84773c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01110111 | 00111100 |
Octal | 204 | 167 | 74 |
Decimal | 132 | 119 | 60 |
Hex | 84 | 77 | 3C |
Shades of #84773c
Tints of #84773c
RGB Percentages of Color #84773c
CMYK Percentages of Color #84773c
Complementary Color
#84773c | #3c4984 |
#84773c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84773c Color Preview on White Background
Lorem ipsum dolor sit amet.
#84773c Color CSS Codes
.mybgcolor {background-color:#84773c; } .myforecolor {color:#84773c; } .mybordercolor {border:3px solid #84773c; }
#84773c Text Font Color
<p style="color:#84773c">Text here</p>
This sample text font color is #84773c
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.
#84773c Background Color
<div style="background-color:#84773c">
Div content here</div>
This div background color is #84773c
#84773c Border Color
<div style="border:3px solid #84773c">
Div here</div>
This div border color is #84773c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,119,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84773c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84773c; -webkit-box-shadow: 1px 1px 3px 2px #84773c; box-shadow: 1px 1px 3px 2px #84773c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,119,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84773c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84773c; -webkit-box-shadow: 1px 1px 3px 2px #84773c; box-shadow: 1px 1px 3px 2px #84773c;">
Div content here</div>
This div box has shadow with color #84773c
Comments
No comments written yet.
Please login to write comment.