Color spaces of #77baa4
RGB | 119 | 186 | 164 |
---|---|---|---|
HSL | 0.45 | 0.33 | 0.60 |
HSV | 160° | 36° | 73° |
CMYK | 0.36 | 0.00 | 0.12 0.27 |
XYZ | 31.8675 | 41.7201 | 41.4951 |
Yxy | 41.7201 | 0.2769 | 0.3625 |
Hunter Lab | 64.5911 | -24.9674 | 7.1242 |
CIE-Lab | 70.6775 | -26.2553 | 4.4415 |
#77baa4 color RGB value is (119,186,164).
#77baa4 hex color red value is 119, green value is 186 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #77baa4 hue: 0.45 , saturation: 0.33 and the lightness value of 77baa4 is 0.60.
The process color (four color CMYK) of #77baa4 color hex is 0.36, 0.00, 0.12, 0.27. Web safe color of #77baa4 is #66cc99. Color #77baa4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10111010 | 10100100 |
Octal | 167 | 272 | 244 |
Decimal | 119 | 186 | 164 |
Hex | 77 | BA | A4 |
Shades of #77baa4
Tints of #77baa4
RGB Percentages of Color #77baa4
CMYK Percentages of Color #77baa4
Complementary Color
#77baa4 | #ba778d |
#77baa4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77baa4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#77baa4 Color CSS Codes
.mybgcolor {background-color:#77baa4; } .myforecolor {color:#77baa4; } .mybordercolor {border:3px solid #77baa4; }
#77baa4 Text Font Color
<p style="color:#77baa4">Text here</p>
This sample text font color is #77baa4
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.
#77baa4 Background Color
<div style="background-color:#77baa4">
Div content here</div>
This div background color is #77baa4
#77baa4 Border Color
<div style="border:3px solid #77baa4">
Div here</div>
This div border color is #77baa4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,186,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77baa4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77baa4; -webkit-box-shadow: 1px 1px 3px 2px #77baa4; box-shadow: 1px 1px 3px 2px #77baa4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,186,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77baa4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77baa4; -webkit-box-shadow: 1px 1px 3px 2px #77baa4; box-shadow: 1px 1px 3px 2px #77baa4;">
Div content here</div>
This div box has shadow with color #77baa4
#77baa4 Color Palettes
Comments
No comments written yet.
Please login to write comment.