Color spaces of #785764
RGB | 120 | 87 | 100 |
---|---|---|---|
HSL | 0.93 | 0.16 | 0.41 |
HSV | 336° | 28° | 47° |
CMYK | 0.00 | 0.28 | 0.17 0.53 |
XYZ | 13.4542 | 11.7296 | 13.6115 |
Yxy | 11.7296 | 0.3468 | 0.3023 |
Hunter Lab | 34.2485 | 10.1872 | 0.4101 |
CIE-Lab | 40.7831 | 15.8265 | -2.1009 |
#785764 color RGB value is (120,87,100).
#785764 hex color red value is 120, green value is 87 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #785764 hue: 0.93 , saturation: 0.16 and the lightness value of 785764 is 0.41.
The process color (four color CMYK) of #785764 color hex is 0.00, 0.28, 0.17, 0.53. Web safe color of #785764 is #666666. Color #785764 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010111 | 01100100 |
Octal | 170 | 127 | 144 |
Decimal | 120 | 87 | 100 |
Hex | 78 | 57 | 64 |
Shades of #785764
Tints of #785764
RGB Percentages of Color #785764
CMYK Percentages of Color #785764
Complementary Color
#785764 | #57786b |
#785764 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785764 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785764 Color CSS Codes
.mybgcolor {background-color:#785764; } .myforecolor {color:#785764; } .mybordercolor {border:3px solid #785764; }
#785764 Text Font Color
<p style="color:#785764">Text here</p>
This sample text font color is #785764
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.
#785764 Background Color
<div style="background-color:#785764">
Div content here</div>
This div background color is #785764
#785764 Border Color
<div style="border:3px solid #785764">
Div here</div>
This div border color is #785764
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,87,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785764; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785764; -webkit-box-shadow: 1px 1px 3px 2px #785764; box-shadow: 1px 1px 3px 2px #785764; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,87,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785764">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785764; -webkit-box-shadow: 1px 1px 3px 2px #785764; box-shadow: 1px 1px 3px 2px #785764;">
Div content here</div>
This div box has shadow with color #785764
Comments
No comments written yet.
Please login to write comment.