Color spaces of #788632
RGB | 120 | 134 | 50 |
---|---|---|---|
HSL | 0.19 | 0.46 | 0.36 |
HSV | 70° | 63° | 53° |
CMYK | 0.10 | 0.00 | 0.63 0.47 |
XYZ | 16.8465 | 21.2736 | 6.2359 |
Yxy | 21.2736 | 0.3798 | 0.4796 |
Hunter Lab | 46.1233 | -15.5188 | 24.2703 |
CIE-Lab | 53.2476 | -17.6187 | 42.3004 |
#788632 color RGB value is (120,134,50).
#788632 hex color red value is 120, green value is 134 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #788632 hue: 0.19 , saturation: 0.46 and the lightness value of 788632 is 0.36.
The process color (four color CMYK) of #788632 color hex is 0.10, 0.00, 0.63, 0.47. Web safe color of #788632 is #669933. Color #788632 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10000110 | 00110010 |
Octal | 170 | 206 | 62 |
Decimal | 120 | 134 | 50 |
Hex | 78 | 86 | 32 |
Shades of #788632
Tints of #788632
RGB Percentages of Color #788632
CMYK Percentages of Color #788632
Complementary Color
#788632 | #403286 |
#788632 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#788632 Color Preview on White Background
Lorem ipsum dolor sit amet.
#788632 Color CSS Codes
.mybgcolor {background-color:#788632; } .myforecolor {color:#788632; } .mybordercolor {border:3px solid #788632; }
#788632 Text Font Color
<p style="color:#788632">Text here</p>
This sample text font color is #788632
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.
#788632 Background Color
<div style="background-color:#788632">
Div content here</div>
This div background color is #788632
#788632 Border Color
<div style="border:3px solid #788632">
Div here</div>
This div border color is #788632
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,134,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #788632; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #788632; -webkit-box-shadow: 1px 1px 3px 2px #788632; box-shadow: 1px 1px 3px 2px #788632; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,134,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #788632">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #788632; -webkit-box-shadow: 1px 1px 3px 2px #788632; box-shadow: 1px 1px 3px 2px #788632;">
Div content here</div>
This div box has shadow with color #788632
Comments
No comments written yet.
Please login to write comment.