Color spaces of #77917e
RGB | 119 | 145 | 126 |
---|---|---|---|
HSL | 0.38 | 0.11 | 0.52 |
HSV | 136° | 18° | 57° |
CMYK | 0.18 | 0.00 | 0.13 0.43 |
XYZ | 21.4990 | 25.6791 | 23.5621 |
Yxy | 25.6791 | 0.3039 | 0.3630 |
Hunter Lab | 50.6745 | -12.9507 | 7.9042 |
CIE-Lab | 57.7312 | -13.1601 | 7.0490 |
#77917e color RGB value is (119,145,126).
#77917e hex color red value is 119, green value is 145 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #77917e hue: 0.38 , saturation: 0.11 and the lightness value of 77917e is 0.52.
The process color (four color CMYK) of #77917e color hex is 0.18, 0.00, 0.13, 0.43. Web safe color of #77917e is #669966. Color #77917e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10010001 | 01111110 |
Octal | 167 | 221 | 176 |
Decimal | 119 | 145 | 126 |
Hex | 77 | 91 | 7E |
Shades of #77917e
Tints of #77917e
RGB Percentages of Color #77917e
CMYK Percentages of Color #77917e
Complementary Color
#77917e | #91778a |
#77917e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77917e Color Preview on White Background
Lorem ipsum dolor sit amet.
#77917e Color CSS Codes
.mybgcolor {background-color:#77917e; } .myforecolor {color:#77917e; } .mybordercolor {border:3px solid #77917e; }
#77917e Text Font Color
<p style="color:#77917e">Text here</p>
This sample text font color is #77917e
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.
#77917e Background Color
<div style="background-color:#77917e">
Div content here</div>
This div background color is #77917e
#77917e Border Color
<div style="border:3px solid #77917e">
Div here</div>
This div border color is #77917e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,145,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77917e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77917e; -webkit-box-shadow: 1px 1px 3px 2px #77917e; box-shadow: 1px 1px 3px 2px #77917e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,145,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77917e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77917e; -webkit-box-shadow: 1px 1px 3px 2px #77917e; box-shadow: 1px 1px 3px 2px #77917e;">
Div content here</div>
This div box has shadow with color #77917e
Comments
No comments written yet.
Please login to write comment.