Color spaces of #78466d
RGB | 120 | 70 | 109 |
---|---|---|---|
HSL | 0.87 | 0.26 | 0.37 |
HSV | 313° | 42° | 47° |
CMYK | 0.00 | 0.42 | 0.09 0.53 |
XYZ | 12.6962 | 9.4775 | 15.6282 |
Yxy | 9.4775 | 0.3359 | 0.2507 |
Hunter Lab | 30.7855 | 19.7401 | -8.5485 |
CIE-Lab | 36.8879 | 27.6278 | -13.5300 |
#78466d color RGB value is (120,70,109).
#78466d hex color red value is 120, green value is 70 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #78466d hue: 0.87 , saturation: 0.26 and the lightness value of 78466d is 0.37.
The process color (four color CMYK) of #78466d color hex is 0.00, 0.42, 0.09, 0.53. Web safe color of #78466d is #663366. Color #78466d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01000110 | 01101101 |
Octal | 170 | 106 | 155 |
Decimal | 120 | 70 | 109 |
Hex | 78 | 46 | 6D |
Shades of #78466d
Tints of #78466d
RGB Percentages of Color #78466d
CMYK Percentages of Color #78466d
Complementary Color
#78466d | #467851 |
#78466d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78466d Color Preview on White Background
Lorem ipsum dolor sit amet.
#78466d Color CSS Codes
.mybgcolor {background-color:#78466d; } .myforecolor {color:#78466d; } .mybordercolor {border:3px solid #78466d; }
#78466d Text Font Color
<p style="color:#78466d">Text here</p>
This sample text font color is #78466d
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.
#78466d Background Color
<div style="background-color:#78466d">
Div content here</div>
This div background color is #78466d
#78466d Border Color
<div style="border:3px solid #78466d">
Div here</div>
This div border color is #78466d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,70,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78466d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78466d; -webkit-box-shadow: 1px 1px 3px 2px #78466d; box-shadow: 1px 1px 3px 2px #78466d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,70,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78466d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78466d; -webkit-box-shadow: 1px 1px 3px 2px #78466d; box-shadow: 1px 1px 3px 2px #78466d;">
Div content here</div>
This div box has shadow with color #78466d
Comments
No comments written yet.
Please login to write comment.