Color spaces of #78504f
RGB | 120 | 80 | 79 |
---|---|---|---|
HSL | 0.00 | 0.21 | 0.39 |
HSV | 1° | 34° | 47° |
CMYK | 0.00 | 0.33 | 0.34 0.53 |
XYZ | 12.0257 | 10.2949 | 8.7504 |
Yxy | 10.2949 | 0.3870 | 0.3313 |
Hunter Lab | 32.0857 | 10.7518 | 6.2904 |
CIE-Lab | 38.3666 | 16.6730 | 7.4272 |
#78504f color RGB value is (120,80,79).
#78504f hex color red value is 120, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #78504f hue: 0.00 , saturation: 0.21 and the lightness value of 78504f is 0.39.
The process color (four color CMYK) of #78504f color hex is 0.00, 0.33, 0.34, 0.53. Web safe color of #78504f is #666666. Color #78504f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010000 | 01001111 |
Octal | 170 | 120 | 117 |
Decimal | 120 | 80 | 79 |
Hex | 78 | 50 | 4F |
Shades of #78504f
Tints of #78504f
RGB Percentages of Color #78504f
CMYK Percentages of Color #78504f
Complementary Color
#78504f | #4f7778 |
#78504f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78504f Color Preview on White Background
Lorem ipsum dolor sit amet.
#78504f Color CSS Codes
.mybgcolor {background-color:#78504f; } .myforecolor {color:#78504f; } .mybordercolor {border:3px solid #78504f; }
#78504f Text Font Color
<p style="color:#78504f">Text here</p>
This sample text font color is #78504f
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.
#78504f Background Color
<div style="background-color:#78504f">
Div content here</div>
This div background color is #78504f
#78504f Border Color
<div style="border:3px solid #78504f">
Div here</div>
This div border color is #78504f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,80,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78504f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78504f; -webkit-box-shadow: 1px 1px 3px 2px #78504f; box-shadow: 1px 1px 3px 2px #78504f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,80,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78504f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78504f; -webkit-box-shadow: 1px 1px 3px 2px #78504f; box-shadow: 1px 1px 3px 2px #78504f;">
Div content here</div>
This div box has shadow with color #78504f
Comments
No comments written yet.
Please login to write comment.