Color spaces of #77964a
RGB | 119 | 150 | 74 |
---|---|---|---|
HSL | 0.23 | 0.34 | 0.44 |
HSV | 84° | 51° | 59° |
CMYK | 0.21 | 0.00 | 0.51 0.41 |
XYZ | 19.7501 | 26.2290 | 10.5003 |
Yxy | 26.2290 | 0.3497 | 0.4644 |
Hunter Lab | 51.2143 | -20.7888 | 23.6939 |
CIE-Lab | 58.2538 | -23.9081 | 36.3080 |
#77964a color RGB value is (119,150,74).
#77964a hex color red value is 119, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #77964a hue: 0.23 , saturation: 0.34 and the lightness value of 77964a is 0.44.
The process color (four color CMYK) of #77964a color hex is 0.21, 0.00, 0.51, 0.41. Web safe color of #77964a is #669933. Color #77964a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10010110 | 01001010 |
Octal | 167 | 226 | 112 |
Decimal | 119 | 150 | 74 |
Hex | 77 | 96 | 4A |
Shades of #77964a
Tints of #77964a
RGB Percentages of Color #77964a
CMYK Percentages of Color #77964a
Complementary Color
#77964a | #694a96 |
#77964a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77964a Color Preview on White Background
Lorem ipsum dolor sit amet.
#77964a Color CSS Codes
.mybgcolor {background-color:#77964a; } .myforecolor {color:#77964a; } .mybordercolor {border:3px solid #77964a; }
#77964a Text Font Color
<p style="color:#77964a">Text here</p>
This sample text font color is #77964a
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.
#77964a Background Color
<div style="background-color:#77964a">
Div content here</div>
This div background color is #77964a
#77964a Border Color
<div style="border:3px solid #77964a">
Div here</div>
This div border color is #77964a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,150,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77964a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77964a; -webkit-box-shadow: 1px 1px 3px 2px #77964a; box-shadow: 1px 1px 3px 2px #77964a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,150,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77964a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77964a; -webkit-box-shadow: 1px 1px 3px 2px #77964a; box-shadow: 1px 1px 3px 2px #77964a;">
Div content here</div>
This div box has shadow with color #77964a
Comments
No comments written yet.
Please login to write comment.