Color spaces of #769bab
RGB | 118 | 155 | 171 |
---|---|---|---|
HSL | 0.55 | 0.24 | 0.57 |
HSV | 198° | 31° | 67° |
CMYK | 0.31 | 0.09 | 0.00 0.33 |
XYZ | 26.5432 | 30.2345 | 42.9649 |
Yxy | 30.2345 | 0.2661 | 0.3031 |
Hunter Lab | 54.9859 | -10.0585 | -7.8379 |
CIE-Lab | 61.8560 | -8.7666 | -12.4602 |
#769bab color RGB value is (118,155,171).
#769bab hex color red value is 118, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #769bab hue: 0.55 , saturation: 0.24 and the lightness value of 769bab is 0.57.
The process color (four color CMYK) of #769bab color hex is 0.31, 0.09, 0.00, 0.33. Web safe color of #769bab is #669999. Color #769bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10011011 | 10101011 |
Octal | 166 | 233 | 253 |
Decimal | 118 | 155 | 171 |
Hex | 76 | 9B | AB |
Shades of #769bab
Tints of #769bab
RGB Percentages of Color #769bab
CMYK Percentages of Color #769bab
Complementary Color
#769bab | #ab8676 |
#769bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#769bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#769bab Color CSS Codes
.mybgcolor {background-color:#769bab; } .myforecolor {color:#769bab; } .mybordercolor {border:3px solid #769bab; }
#769bab Text Font Color
<p style="color:#769bab">Text here</p>
This sample text font color is #769bab
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.
#769bab Background Color
<div style="background-color:#769bab">
Div content here</div>
This div background color is #769bab
#769bab Border Color
<div style="border:3px solid #769bab">
Div here</div>
This div border color is #769bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,155,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #769bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #769bab; -webkit-box-shadow: 1px 1px 3px 2px #769bab; box-shadow: 1px 1px 3px 2px #769bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,155,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #769bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #769bab; -webkit-box-shadow: 1px 1px 3px 2px #769bab; box-shadow: 1px 1px 3px 2px #769bab;">
Div content here</div>
This div box has shadow with color #769bab
Comments
No comments written yet.
Please login to write comment.