Color spaces of #785640
RGB | 120 | 86 | 64 |
---|---|---|---|
HSL | 0.07 | 0.30 | 0.36 |
HSV | 24° | 47° | 47° |
CMYK | 0.00 | 0.28 | 0.47 0.53 |
XYZ | 11.9989 | 11.0188 | 6.3449 |
Yxy | 11.0188 | 0.4086 | 0.3753 |
Hunter Lab | 33.1946 | 6.4322 | 11.9034 |
CIE-Lab | 39.6121 | 11.1177 | 18.3443 |
#785640 color RGB value is (120,86,64).
#785640 hex color red value is 120, green value is 86 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #785640 hue: 0.07 , saturation: 0.30 and the lightness value of 785640 is 0.36.
The process color (four color CMYK) of #785640 color hex is 0.00, 0.28, 0.47, 0.53. Web safe color of #785640 is #666633. Color #785640 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010110 | 01000000 |
Octal | 170 | 126 | 100 |
Decimal | 120 | 86 | 64 |
Hex | 78 | 56 | 40 |
Shades of #785640
Tints of #785640
RGB Percentages of Color #785640
CMYK Percentages of Color #785640
Complementary Color
#785640 | #406278 |
#785640 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785640 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785640 Color CSS Codes
.mybgcolor {background-color:#785640; } .myforecolor {color:#785640; } .mybordercolor {border:3px solid #785640; }
#785640 Text Font Color
<p style="color:#785640">Text here</p>
This sample text font color is #785640
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.
#785640 Background Color
<div style="background-color:#785640">
Div content here</div>
This div background color is #785640
#785640 Border Color
<div style="border:3px solid #785640">
Div here</div>
This div border color is #785640
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,86,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785640; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785640; -webkit-box-shadow: 1px 1px 3px 2px #785640; box-shadow: 1px 1px 3px 2px #785640; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,86,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785640">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785640; -webkit-box-shadow: 1px 1px 3px 2px #785640; box-shadow: 1px 1px 3px 2px #785640;">
Div content here</div>
This div box has shadow with color #785640
Comments
No comments written yet.
Please login to write comment.