Color spaces of #785518
RGB | 120 | 85 | 24 |
---|---|---|---|
HSL | 0.11 | 0.67 | 0.28 |
HSV | 38° | 80° | 47° |
CMYK | 0.00 | 0.29 | 0.80 0.53 |
XYZ | 11.1591 | 10.5560 | 2.3135 |
Yxy | 10.5560 | 0.4644 | 0.4393 |
Hunter Lab | 32.4900 | 4.4506 | 18.5212 |
CIE-Lab | 38.8224 | 8.5280 | 39.1268 |
#785518 color RGB value is (120,85,24).
#785518 hex color red value is 120, green value is 85 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #785518 hue: 0.11 , saturation: 0.67 and the lightness value of 785518 is 0.28.
The process color (four color CMYK) of #785518 color hex is 0.00, 0.29, 0.80, 0.53. Web safe color of #785518 is #666600. Color #785518 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010101 | 00011000 |
Octal | 170 | 125 | 30 |
Decimal | 120 | 85 | 24 |
Hex | 78 | 55 | 18 |
Shades of #785518
Tints of #785518
RGB Percentages of Color #785518
CMYK Percentages of Color #785518
Complementary Color
#785518 | #183b78 |
#785518 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785518 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785518 Color CSS Codes
.mybgcolor {background-color:#785518; } .myforecolor {color:#785518; } .mybordercolor {border:3px solid #785518; }
#785518 Text Font Color
<p style="color:#785518">Text here</p>
This sample text font color is #785518
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.
#785518 Background Color
<div style="background-color:#785518">
Div content here</div>
This div background color is #785518
#785518 Border Color
<div style="border:3px solid #785518">
Div here</div>
This div border color is #785518
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,85,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785518; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785518; -webkit-box-shadow: 1px 1px 3px 2px #785518; box-shadow: 1px 1px 3px 2px #785518; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,85,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785518">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785518; -webkit-box-shadow: 1px 1px 3px 2px #785518; box-shadow: 1px 1px 3px 2px #785518;">
Div content here</div>
This div box has shadow with color #785518
Comments
No comments written yet.
Please login to write comment.