Color spaces of #794465
RGB | 121 | 68 | 101 |
---|---|---|---|
HSL | 0.90 | 0.28 | 0.37 |
HSV | 323° | 44° | 47° |
CMYK | 0.00 | 0.44 | 0.17 0.53 |
XYZ | 12.3012 | 9.1388 | 13.4275 |
Yxy | 9.1388 | 0.3528 | 0.2621 |
Hunter Lab | 30.2304 | 19.7309 | -5.1736 |
CIE-Lab | 36.2502 | 27.6978 | -9.4636 |
#794465 color RGB value is (121,68,101).
#794465 hex color red value is 121, green value is 68 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #794465 hue: 0.90 , saturation: 0.28 and the lightness value of 794465 is 0.37.
The process color (four color CMYK) of #794465 color hex is 0.00, 0.44, 0.17, 0.53. Web safe color of #794465 is #663366. Color #794465 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01000100 | 01100101 |
Octal | 171 | 104 | 145 |
Decimal | 121 | 68 | 101 |
Hex | 79 | 44 | 65 |
Shades of #794465
Tints of #794465
RGB Percentages of Color #794465
CMYK Percentages of Color #794465
Complementary Color
#794465 | #447958 |
#794465 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#794465 Color Preview on White Background
Lorem ipsum dolor sit amet.
#794465 Color CSS Codes
.mybgcolor {background-color:#794465; } .myforecolor {color:#794465; } .mybordercolor {border:3px solid #794465; }
#794465 Text Font Color
<p style="color:#794465">Text here</p>
This sample text font color is #794465
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.
#794465 Background Color
<div style="background-color:#794465">
Div content here</div>
This div background color is #794465
#794465 Border Color
<div style="border:3px solid #794465">
Div here</div>
This div border color is #794465
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,68,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #794465; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #794465; -webkit-box-shadow: 1px 1px 3px 2px #794465; box-shadow: 1px 1px 3px 2px #794465; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,68,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #794465">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #794465; -webkit-box-shadow: 1px 1px 3px 2px #794465; box-shadow: 1px 1px 3px 2px #794465;">
Div content here</div>
This div box has shadow with color #794465
Comments
No comments written yet.
Please login to write comment.