Color spaces of #77b7af
RGB | 119 | 183 | 175 |
---|---|---|---|
HSL | 0.48 | 0.31 | 0.59 |
HSV | 173° | 35° | 72° |
CMYK | 0.35 | 0.00 | 0.04 0.28 |
XYZ | 32.2791 | 40.8841 | 46.7476 |
Yxy | 40.8841 | 0.2692 | 0.3410 |
Hunter Lab | 63.9407 | -21.7842 | 1.4110 |
CIE-Lab | 70.0946 | -22.2538 | -2.4403 |
#77b7af color RGB value is (119,183,175).
#77b7af hex color red value is 119, green value is 183 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #77b7af hue: 0.48 , saturation: 0.31 and the lightness value of 77b7af is 0.59.
The process color (four color CMYK) of #77b7af color hex is 0.35, 0.00, 0.04, 0.28. Web safe color of #77b7af is #66cc99. Color #77b7af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10110111 | 10101111 |
Octal | 167 | 267 | 257 |
Decimal | 119 | 183 | 175 |
Hex | 77 | B7 | AF |
Shades of #77b7af
Tints of #77b7af
RGB Percentages of Color #77b7af
CMYK Percentages of Color #77b7af
Complementary Color
#77b7af | #b7777f |
#77b7af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77b7af Color Preview on White Background
Lorem ipsum dolor sit amet.
#77b7af Color CSS Codes
.mybgcolor {background-color:#77b7af; } .myforecolor {color:#77b7af; } .mybordercolor {border:3px solid #77b7af; }
#77b7af Text Font Color
<p style="color:#77b7af">Text here</p>
This sample text font color is #77b7af
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.
#77b7af Background Color
<div style="background-color:#77b7af">
Div content here</div>
This div background color is #77b7af
#77b7af Border Color
<div style="border:3px solid #77b7af">
Div here</div>
This div border color is #77b7af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,183,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77b7af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77b7af; -webkit-box-shadow: 1px 1px 3px 2px #77b7af; box-shadow: 1px 1px 3px 2px #77b7af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,183,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77b7af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77b7af; -webkit-box-shadow: 1px 1px 3px 2px #77b7af; box-shadow: 1px 1px 3px 2px #77b7af;">
Div content here</div>
This div box has shadow with color #77b7af
Comments
No comments written yet.
Please login to write comment.