Color spaces of #78343e
RGB | 120 | 52 | 62 |
---|---|---|---|
HSL | 0.98 | 0.40 | 0.34 |
HSV | 351° | 57° | 47° |
CMYK | 0.00 | 0.57 | 0.48 0.53 |
XYZ | 9.8432 | 6.7969 | 5.3506 |
Yxy | 6.7969 | 0.4476 | 0.3091 |
Hunter Lab | 26.0709 | 21.7697 | 6.0813 |
CIE-Lab | 31.3400 | 30.7507 | 8.3645 |
#78343e color RGB value is (120,52,62).
#78343e hex color red value is 120, green value is 52 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #78343e hue: 0.98 , saturation: 0.40 and the lightness value of 78343e is 0.34.
The process color (four color CMYK) of #78343e color hex is 0.00, 0.57, 0.48, 0.53. Web safe color of #78343e is #663333. Color #78343e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00110100 | 00111110 |
Octal | 170 | 64 | 76 |
Decimal | 120 | 52 | 62 |
Hex | 78 | 34 | 3E |
Shades of #78343e
Tints of #78343e
RGB Percentages of Color #78343e
CMYK Percentages of Color #78343e
Complementary Color
#78343e | #34786e |
#78343e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78343e Color Preview on White Background
Lorem ipsum dolor sit amet.
#78343e Color CSS Codes
.mybgcolor {background-color:#78343e; } .myforecolor {color:#78343e; } .mybordercolor {border:3px solid #78343e; }
#78343e Text Font Color
<p style="color:#78343e">Text here</p>
This sample text font color is #78343e
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.
#78343e Background Color
<div style="background-color:#78343e">
Div content here</div>
This div background color is #78343e
#78343e Border Color
<div style="border:3px solid #78343e">
Div here</div>
This div border color is #78343e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,52,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78343e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78343e; -webkit-box-shadow: 1px 1px 3px 2px #78343e; box-shadow: 1px 1px 3px 2px #78343e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,52,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78343e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78343e; -webkit-box-shadow: 1px 1px 3px 2px #78343e; box-shadow: 1px 1px 3px 2px #78343e;">
Div content here</div>
This div box has shadow with color #78343e
Comments
No comments written yet.
Please login to write comment.