Color spaces of #785002
RGB | 120 | 80 | 2 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.24 |
HSV | 40° | 98° | 47° |
CMYK | 0.00 | 0.33 | 0.98 0.53 |
XYZ | 10.6253 | 9.7348 | 1.3764 |
Yxy | 9.7348 | 0.4888 | 0.4479 |
Hunter Lab | 31.2006 | 6.1866 | 19.2249 |
CIE-Lab | 37.3622 | 10.8540 | 45.4139 |
#785002 color RGB value is (120,80,2).
#785002 hex color red value is 120, green value is 80 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #785002 hue: 0.11 , saturation: 0.97 and the lightness value of 785002 is 0.24.
The process color (four color CMYK) of #785002 color hex is 0.00, 0.33, 0.98, 0.53. Web safe color of #785002 is #666600. Color #785002 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010000 | 00000010 |
Octal | 170 | 120 | 2 |
Decimal | 120 | 80 | 2 |
Hex | 78 | 50 | 2 |
Shades of #785002
Tints of #785002
RGB Percentages of Color #785002
CMYK Percentages of Color #785002
Complementary Color
#785002 | #022a78 |
#785002 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785002 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785002 Color CSS Codes
.mybgcolor {background-color:#785002; } .myforecolor {color:#785002; } .mybordercolor {border:3px solid #785002; }
#785002 Text Font Color
<p style="color:#785002">Text here</p>
This sample text font color is #785002
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.
#785002 Background Color
<div style="background-color:#785002">
Div content here</div>
This div background color is #785002
#785002 Border Color
<div style="border:3px solid #785002">
Div here</div>
This div border color is #785002
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,80,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785002; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785002; -webkit-box-shadow: 1px 1px 3px 2px #785002; box-shadow: 1px 1px 3px 2px #785002; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,80,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 #785002">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785002; -webkit-box-shadow: 1px 1px 3px 2px #785002; box-shadow: 1px 1px 3px 2px #785002;">
Div content here</div>
This div box has shadow with color #785002
Comments
No comments written yet.
Please login to write comment.