Color spaces of #795612
RGB | 121 | 86 | 18 |
---|---|---|---|
HSL | 0.11 | 0.74 | 0.27 |
HSV | 40° | 85° | 47° |
CMYK | 0.00 | 0.29 | 0.85 0.53 |
XYZ | 11.3221 | 10.7642 | 2.0532 |
Yxy | 10.7642 | 0.4690 | 0.4459 |
Hunter Lab | 32.8088 | 4.1836 | 19.2558 |
CIE-Lab | 39.1805 | 8.1708 | 41.9050 |
#795612 color RGB value is (121,86,18).
#795612 hex color red value is 121, green value is 86 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #795612 hue: 0.11 , saturation: 0.74 and the lightness value of 795612 is 0.27.
The process color (four color CMYK) of #795612 color hex is 0.00, 0.29, 0.85, 0.53. Web safe color of #795612 is #666600. Color #795612 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01010110 | 00010010 |
Octal | 171 | 126 | 22 |
Decimal | 121 | 86 | 18 |
Hex | 79 | 56 | 12 |
Shades of #795612
Tints of #795612
RGB Percentages of Color #795612
CMYK Percentages of Color #795612
Complementary Color
#795612 | #123579 |
#795612 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#795612 Color Preview on White Background
Lorem ipsum dolor sit amet.
#795612 Color CSS Codes
.mybgcolor {background-color:#795612; } .myforecolor {color:#795612; } .mybordercolor {border:3px solid #795612; }
#795612 Text Font Color
<p style="color:#795612">Text here</p>
This sample text font color is #795612
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.
#795612 Background Color
<div style="background-color:#795612">
Div content here</div>
This div background color is #795612
#795612 Border Color
<div style="border:3px solid #795612">
Div here</div>
This div border color is #795612
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,86,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #795612; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #795612; -webkit-box-shadow: 1px 1px 3px 2px #795612; box-shadow: 1px 1px 3px 2px #795612; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,86,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #795612">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #795612; -webkit-box-shadow: 1px 1px 3px 2px #795612; box-shadow: 1px 1px 3px 2px #795612;">
Div content here</div>
This div box has shadow with color #795612
Comments
No comments written yet.
Please login to write comment.