Color spaces of #779bbd
RGB | 119 | 155 | 189 |
---|---|---|---|
HSL | 0.58 | 0.35 | 0.60 |
HSV | 209° | 37° | 74° |
CMYK | 0.37 | 0.18 | 0.00 0.26 |
XYZ | 28.5144 | 31.0388 | 52.6323 |
Yxy | 31.0388 | 0.2542 | 0.2767 |
Hunter Lab | 55.7125 | -6.1381 | -17.0133 |
CIE-Lab | 62.5404 | -3.8184 | -21.5474 |
#779bbd color RGB value is (119,155,189).
#779bbd hex color red value is 119, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #779bbd hue: 0.58 , saturation: 0.35 and the lightness value of 779bbd is 0.60.
The process color (four color CMYK) of #779bbd color hex is 0.37, 0.18, 0.00, 0.26. Web safe color of #779bbd is #6699cc. Color #779bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10011011 | 10111101 |
Octal | 167 | 233 | 275 |
Decimal | 119 | 155 | 189 |
Hex | 77 | 9B | BD |
Shades of #779bbd
Tints of #779bbd
RGB Percentages of Color #779bbd
CMYK Percentages of Color #779bbd
Complementary Color
#779bbd | #bd9977 |
#779bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#779bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#779bbd Color CSS Codes
.mybgcolor {background-color:#779bbd; } .myforecolor {color:#779bbd; } .mybordercolor {border:3px solid #779bbd; }
#779bbd Text Font Color
<p style="color:#779bbd">Text here</p>
This sample text font color is #779bbd
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.
#779bbd Background Color
<div style="background-color:#779bbd">
Div content here</div>
This div background color is #779bbd
#779bbd Border Color
<div style="border:3px solid #779bbd">
Div here</div>
This div border color is #779bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,155,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #779bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #779bbd; -webkit-box-shadow: 1px 1px 3px 2px #779bbd; box-shadow: 1px 1px 3px 2px #779bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,155,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #779bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #779bbd; -webkit-box-shadow: 1px 1px 3px 2px #779bbd; box-shadow: 1px 1px 3px 2px #779bbd;">
Div content here</div>
This div box has shadow with color #779bbd
Comments
No comments written yet.
Please login to write comment.