Color spaces of #786405
RGB | 120 | 100 | 5 |
---|---|---|---|
HSL | 0.14 | 0.92 | 0.25 |
HSV | 50° | 96° | 47° |
CMYK | 0.00 | 0.17 | 0.96 0.53 |
XYZ | 12.3303 | 13.1184 | 2.0258 |
Yxy | 13.1184 | 0.4488 | 0.4775 |
Hunter Lab | 36.2193 | -2.6163 | 22.0374 |
CIE-Lab | 42.9411 | -0.9431 | 48.6267 |
#786405 color RGB value is (120,100,5).
#786405 hex color red value is 120, green value is 100 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #786405 hue: 0.14 , saturation: 0.92 and the lightness value of 786405 is 0.25.
The process color (four color CMYK) of #786405 color hex is 0.00, 0.17, 0.96, 0.53. Web safe color of #786405 is #666600. Color #786405 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01100100 | 00000101 |
Octal | 170 | 144 | 5 |
Decimal | 120 | 100 | 5 |
Hex | 78 | 64 | 5 |
Shades of #786405
Tints of #786405
RGB Percentages of Color #786405
CMYK Percentages of Color #786405
Complementary Color
#786405 | #051978 |
#786405 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#786405 Color Preview on White Background
Lorem ipsum dolor sit amet.
#786405 Color CSS Codes
.mybgcolor {background-color:#786405; } .myforecolor {color:#786405; } .mybordercolor {border:3px solid #786405; }
#786405 Text Font Color
<p style="color:#786405">Text here</p>
This sample text font color is #786405
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.
#786405 Background Color
<div style="background-color:#786405">
Div content here</div>
This div background color is #786405
#786405 Border Color
<div style="border:3px solid #786405">
Div here</div>
This div border color is #786405
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,100,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #786405; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #786405; -webkit-box-shadow: 1px 1px 3px 2px #786405; box-shadow: 1px 1px 3px 2px #786405; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,100,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #786405">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #786405; -webkit-box-shadow: 1px 1px 3px 2px #786405; box-shadow: 1px 1px 3px 2px #786405;">
Div content here</div>
This div box has shadow with color #786405
Comments
No comments written yet.
Please login to write comment.