Color spaces of #77875c
RGB | 119 | 135 | 92 |
---|---|---|---|
HSL | 0.23 | 0.19 | 0.45 |
HSV | 82° | 32° | 53° |
CMYK | 0.12 | 0.00 | 0.32 0.47 |
XYZ | 18.2035 | 22.0226 | 13.4166 |
Yxy | 22.0226 | 0.3393 | 0.4105 |
Hunter Lab | 46.9282 | -12.8841 | 15.8990 |
CIE-Lab | 54.0510 | -13.7340 | 21.2544 |
#77875c color RGB value is (119,135,92).
#77875c hex color red value is 119, green value is 135 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #77875c hue: 0.23 , saturation: 0.19 and the lightness value of 77875c is 0.45.
The process color (four color CMYK) of #77875c color hex is 0.12, 0.00, 0.32, 0.47. Web safe color of #77875c is #669966. Color #77875c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 10000111 | 01011100 |
Octal | 167 | 207 | 134 |
Decimal | 119 | 135 | 92 |
Hex | 77 | 87 | 5C |
Shades of #77875c
Tints of #77875c
RGB Percentages of Color #77875c
CMYK Percentages of Color #77875c
Complementary Color
#77875c | #6c5c87 |
#77875c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77875c Color Preview on White Background
Lorem ipsum dolor sit amet.
#77875c Color CSS Codes
.mybgcolor {background-color:#77875c; } .myforecolor {color:#77875c; } .mybordercolor {border:3px solid #77875c; }
#77875c Text Font Color
<p style="color:#77875c">Text here</p>
This sample text font color is #77875c
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.
#77875c Background Color
<div style="background-color:#77875c">
Div content here</div>
This div background color is #77875c
#77875c Border Color
<div style="border:3px solid #77875c">
Div here</div>
This div border color is #77875c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,135,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77875c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77875c; -webkit-box-shadow: 1px 1px 3px 2px #77875c; box-shadow: 1px 1px 3px 2px #77875c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,135,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77875c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77875c; -webkit-box-shadow: 1px 1px 3px 2px #77875c; box-shadow: 1px 1px 3px 2px #77875c;">
Div content here</div>
This div box has shadow with color #77875c
Comments
No comments written yet.
Please login to write comment.