Color spaces of #781746
RGB | 120 | 23 | 70 |
---|---|---|---|
HSL | 0.92 | 0.68 | 0.28 |
HSV | 331° | 81° | 47° |
CMYK | 0.00 | 0.81 | 0.42 0.53 |
XYZ | 9.1576 | 5.0481 | 6.2861 |
Yxy | 5.0481 | 0.4469 | 0.2463 |
Hunter Lab | 22.4680 | 33.4349 | -0.8606 |
CIE-Lab | 26.8714 | 44.4289 | -3.3822 |
#781746 color RGB value is (120,23,70).
#781746 hex color red value is 120, green value is 23 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #781746 hue: 0.92 , saturation: 0.68 and the lightness value of 781746 is 0.28.
The process color (four color CMYK) of #781746 color hex is 0.00, 0.81, 0.42, 0.53. Web safe color of #781746 is #660033. Color #781746 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00010111 | 01000110 |
Octal | 170 | 27 | 106 |
Decimal | 120 | 23 | 70 |
Hex | 78 | 17 | 46 |
Shades of #781746
Tints of #781746
RGB Percentages of Color #781746
CMYK Percentages of Color #781746
Complementary Color
#781746 | #177849 |
#781746 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#781746 Color Preview on White Background
Lorem ipsum dolor sit amet.
#781746 Color CSS Codes
.mybgcolor {background-color:#781746; } .myforecolor {color:#781746; } .mybordercolor {border:3px solid #781746; }
#781746 Text Font Color
<p style="color:#781746">Text here</p>
This sample text font color is #781746
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.
#781746 Background Color
<div style="background-color:#781746">
Div content here</div>
This div background color is #781746
#781746 Border Color
<div style="border:3px solid #781746">
Div here</div>
This div border color is #781746
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,23,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #781746; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #781746; -webkit-box-shadow: 1px 1px 3px 2px #781746; box-shadow: 1px 1px 3px 2px #781746; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,23,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #781746">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #781746; -webkit-box-shadow: 1px 1px 3px 2px #781746; box-shadow: 1px 1px 3px 2px #781746;">
Div content here</div>
This div box has shadow with color #781746
Comments
No comments written yet.
Please login to write comment.