Color spaces of #77731d
RGB | 119 | 115 | 29 |
---|---|---|---|
HSL | 0.16 | 0.61 | 0.29 |
HSV | 57° | 76° | 47° |
CMYK | 0.00 | 0.03 | 0.76 0.53 |
XYZ | 13.9603 | 16.2721 | 3.5674 |
Yxy | 16.2721 | 0.4130 | 0.4814 |
Hunter Lab | 40.3387 | -8.8179 | 22.9937 |
CIE-Lab | 47.3295 | -9.1634 | 45.1916 |
#77731d color RGB value is (119,115,29).
#77731d hex color red value is 119, green value is 115 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #77731d hue: 0.16 , saturation: 0.61 and the lightness value of 77731d is 0.29.
The process color (four color CMYK) of #77731d color hex is 0.00, 0.03, 0.76, 0.53. Web safe color of #77731d is #666633. Color #77731d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01110011 | 00011101 |
Octal | 167 | 163 | 35 |
Decimal | 119 | 115 | 29 |
Hex | 77 | 73 | 1D |
Shades of #77731d
Tints of #77731d
RGB Percentages of Color #77731d
CMYK Percentages of Color #77731d
Complementary Color
#77731d | #1d2177 |
#77731d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77731d Color Preview on White Background
Lorem ipsum dolor sit amet.
#77731d Color CSS Codes
.mybgcolor {background-color:#77731d; } .myforecolor {color:#77731d; } .mybordercolor {border:3px solid #77731d; }
#77731d Text Font Color
<p style="color:#77731d">Text here</p>
This sample text font color is #77731d
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.
#77731d Background Color
<div style="background-color:#77731d">
Div content here</div>
This div background color is #77731d
#77731d Border Color
<div style="border:3px solid #77731d">
Div here</div>
This div border color is #77731d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,115,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77731d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77731d; -webkit-box-shadow: 1px 1px 3px 2px #77731d; box-shadow: 1px 1px 3px 2px #77731d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,115,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77731d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77731d; -webkit-box-shadow: 1px 1px 3px 2px #77731d; box-shadow: 1px 1px 3px 2px #77731d;">
Div content here</div>
This div box has shadow with color #77731d
Comments
No comments written yet.
Please login to write comment.