Color spaces of #785104
RGB | 120 | 81 | 4 |
---|---|---|---|
HSL | 0.11 | 0.94 | 0.24 |
HSV | 40° | 97° | 47° |
CMYK | 0.00 | 0.33 | 0.97 0.53 |
XYZ | 10.7101 | 9.8867 | 1.4587 |
Yxy | 9.8867 | 0.4856 | 0.4483 |
Hunter Lab | 31.4431 | 5.7749 | 19.2596 |
CIE-Lab | 37.6383 | 10.3029 | 44.9793 |
#785104 color RGB value is (120,81,4).
#785104 hex color red value is 120, green value is 81 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #785104 hue: 0.11 , saturation: 0.94 and the lightness value of 785104 is 0.24.
The process color (four color CMYK) of #785104 color hex is 0.00, 0.33, 0.97, 0.53. Web safe color of #785104 is #666600. Color #785104 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010001 | 00000100 |
Octal | 170 | 121 | 4 |
Decimal | 120 | 81 | 4 |
Hex | 78 | 51 | 4 |
Shades of #785104
Tints of #785104
RGB Percentages of Color #785104
CMYK Percentages of Color #785104
Complementary Color
#785104 | #042b78 |
#785104 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785104 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785104 Color CSS Codes
.mybgcolor {background-color:#785104; } .myforecolor {color:#785104; } .mybordercolor {border:3px solid #785104; }
#785104 Text Font Color
<p style="color:#785104">Text here</p>
This sample text font color is #785104
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.
#785104 Background Color
<div style="background-color:#785104">
Div content here</div>
This div background color is #785104
#785104 Border Color
<div style="border:3px solid #785104">
Div here</div>
This div border color is #785104
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,81,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785104; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785104; -webkit-box-shadow: 1px 1px 3px 2px #785104; box-shadow: 1px 1px 3px 2px #785104; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,81,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785104">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785104; -webkit-box-shadow: 1px 1px 3px 2px #785104; box-shadow: 1px 1px 3px 2px #785104;">
Div content here</div>
This div box has shadow with color #785104
Comments
No comments written yet.
Please login to write comment.