Color spaces of #786802
RGB | 120 | 104 | 2 |
---|---|---|---|
HSL | 0.14 | 0.97 | 0.24 |
HSV | 52° | 98° | 47° |
CMYK | 0.00 | 0.13 | 0.98 0.53 |
XYZ | 12.7070 | 13.8981 | 2.0703 |
Yxy | 13.8981 | 0.4431 | 0.4847 |
Hunter Lab | 37.2802 | -4.3983 | 22.8035 |
CIE-Lab | 44.0864 | -3.3281 | 50.2162 |
#786802 color RGB value is (120,104,2).
#786802 hex color red value is 120, green value is 104 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #786802 hue: 0.14 , saturation: 0.97 and the lightness value of 786802 is 0.24.
The process color (four color CMYK) of #786802 color hex is 0.00, 0.13, 0.98, 0.53. Web safe color of #786802 is #666600. Color #786802 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01101000 | 00000010 |
Octal | 170 | 150 | 2 |
Decimal | 120 | 104 | 2 |
Hex | 78 | 68 | 2 |
Shades of #786802
Tints of #786802
RGB Percentages of Color #786802
CMYK Percentages of Color #786802
Complementary Color
#786802 | #021278 |
#786802 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#786802 Color Preview on White Background
Lorem ipsum dolor sit amet.
#786802 Color CSS Codes
.mybgcolor {background-color:#786802; } .myforecolor {color:#786802; } .mybordercolor {border:3px solid #786802; }
#786802 Text Font Color
<p style="color:#786802">Text here</p>
This sample text font color is #786802
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.
#786802 Background Color
<div style="background-color:#786802">
Div content here</div>
This div background color is #786802
#786802 Border Color
<div style="border:3px solid #786802">
Div here</div>
This div border color is #786802
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,104,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #786802; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #786802; -webkit-box-shadow: 1px 1px 3px 2px #786802; box-shadow: 1px 1px 3px 2px #786802; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,104,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #786802">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #786802; -webkit-box-shadow: 1px 1px 3px 2px #786802; box-shadow: 1px 1px 3px 2px #786802;">
Div content here</div>
This div box has shadow with color #786802
Comments
No comments written yet.
Please login to write comment.