Color spaces of #776787
RGB | 119 | 103 | 135 |
---|---|---|---|
HSL | 0.75 | 0.13 | 0.47 |
HSV | 270° | 24° | 53° |
CMYK | 0.12 | 0.24 | 0.00 0.47 |
XYZ | 16.8312 | 15.3717 | 25.0016 |
Yxy | 15.3717 | 0.2942 | 0.2687 |
Hunter Lab | 39.2068 | 8.0170 | -10.3637 |
CIE-Lab | 46.1391 | 12.9363 | -15.3343 |
#776787 color RGB value is (119,103,135).
#776787 hex color red value is 119, green value is 103 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #776787 hue: 0.75 , saturation: 0.13 and the lightness value of 776787 is 0.47.
The process color (four color CMYK) of #776787 color hex is 0.12, 0.24, 0.00, 0.47. Web safe color of #776787 is #666699. Color #776787 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01100111 | 10000111 |
Octal | 167 | 147 | 207 |
Decimal | 119 | 103 | 135 |
Hex | 77 | 67 | 87 |
Shades of #776787
Tints of #776787
RGB Percentages of Color #776787
CMYK Percentages of Color #776787
Complementary Color
#776787 | #778767 |
#776787 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#776787 Color Preview on White Background
Lorem ipsum dolor sit amet.
#776787 Color CSS Codes
.mybgcolor {background-color:#776787; } .myforecolor {color:#776787; } .mybordercolor {border:3px solid #776787; }
#776787 Text Font Color
<p style="color:#776787">Text here</p>
This sample text font color is #776787
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.
#776787 Background Color
<div style="background-color:#776787">
Div content here</div>
This div background color is #776787
#776787 Border Color
<div style="border:3px solid #776787">
Div here</div>
This div border color is #776787
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,103,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #776787; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #776787; -webkit-box-shadow: 1px 1px 3px 2px #776787; box-shadow: 1px 1px 3px 2px #776787; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,103,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #776787">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #776787; -webkit-box-shadow: 1px 1px 3px 2px #776787; box-shadow: 1px 1px 3px 2px #776787;">
Div content here</div>
This div box has shadow with color #776787
Comments
No comments written yet.
Please login to write comment.