Color spaces of #769991
RGB | 118 | 153 | 145 |
---|---|---|---|
HSL | 0.46 | 0.15 | 0.53 |
HSV | 166° | 23° | 60° |
CMYK | 0.23 | 0.00 | 0.05 0.40 |
XYZ | 23.9733 | 28.6784 | 31.0600 |
Yxy | 28.6784 | 0.2864 | 0.3426 |
Hunter Lab | 53.5522 | -13.8087 | 3.0987 |
CIE-Lab | 60.4967 | -13.8151 | 0.2340 |
#769991 color RGB value is (118,153,145).
#769991 hex color red value is 118, green value is 153 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #769991 hue: 0.46 , saturation: 0.15 and the lightness value of 769991 is 0.53.
The process color (four color CMYK) of #769991 color hex is 0.23, 0.00, 0.05, 0.40. Web safe color of #769991 is #669999. Color #769991 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10011001 | 10010001 |
Octal | 166 | 231 | 221 |
Decimal | 118 | 153 | 145 |
Hex | 76 | 99 | 91 |
Shades of #769991
Tints of #769991
RGB Percentages of Color #769991
CMYK Percentages of Color #769991
Complementary Color
#769991 | #99767e |
#769991 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#769991 Color Preview on White Background
Lorem ipsum dolor sit amet.
#769991 Color CSS Codes
.mybgcolor {background-color:#769991; } .myforecolor {color:#769991; } .mybordercolor {border:3px solid #769991; }
#769991 Text Font Color
<p style="color:#769991">Text here</p>
This sample text font color is #769991
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.
#769991 Background Color
<div style="background-color:#769991">
Div content here</div>
This div background color is #769991
#769991 Border Color
<div style="border:3px solid #769991">
Div here</div>
This div border color is #769991
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,153,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #769991; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #769991; -webkit-box-shadow: 1px 1px 3px 2px #769991; box-shadow: 1px 1px 3px 2px #769991; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,153,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #769991">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #769991; -webkit-box-shadow: 1px 1px 3px 2px #769991; box-shadow: 1px 1px 3px 2px #769991;">
Div content here</div>
This div box has shadow with color #769991
Comments
No comments written yet.
Please login to write comment.