Color spaces of #777bae
RGB | 119 | 123 | 174 |
---|---|---|---|
HSL | 0.65 | 0.25 | 0.57 |
HSV | 236° | 32° | 68° |
CMYK | 0.32 | 0.29 | 0.00 0.32 |
XYZ | 22.3307 | 21.1438 | 42.9486 |
Yxy | 21.1438 | 0.2584 | 0.2447 |
Hunter Lab | 45.9824 | 6.2168 | -23.1905 |
CIE-Lab | 53.1065 | 10.6528 | -27.5270 |
#777bae color RGB value is (119,123,174).
#777bae hex color red value is 119, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #777bae hue: 0.65 , saturation: 0.25 and the lightness value of 777bae is 0.57.
The process color (four color CMYK) of #777bae color hex is 0.32, 0.29, 0.00, 0.32. Web safe color of #777bae is #666699. Color #777bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01111011 | 10101110 |
Octal | 167 | 173 | 256 |
Decimal | 119 | 123 | 174 |
Hex | 77 | 7B | AE |
Shades of #777bae
Tints of #777bae
RGB Percentages of Color #777bae
CMYK Percentages of Color #777bae
Complementary Color
#777bae | #aeaa77 |
#777bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#777bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#777bae Color CSS Codes
.mybgcolor {background-color:#777bae; } .myforecolor {color:#777bae; } .mybordercolor {border:3px solid #777bae; }
#777bae Text Font Color
<p style="color:#777bae">Text here</p>
This sample text font color is #777bae
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.
#777bae Background Color
<div style="background-color:#777bae">
Div content here</div>
This div background color is #777bae
#777bae Border Color
<div style="border:3px solid #777bae">
Div here</div>
This div border color is #777bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,123,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #777bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #777bae; -webkit-box-shadow: 1px 1px 3px 2px #777bae; box-shadow: 1px 1px 3px 2px #777bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,123,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #777bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #777bae; -webkit-box-shadow: 1px 1px 3px 2px #777bae; box-shadow: 1px 1px 3px 2px #777bae;">
Div content here</div>
This div box has shadow with color #777bae
Comments
No comments written yet.
Please login to write comment.