Color spaces of #77681c
RGB | 119 | 104 | 28 |
---|---|---|---|
HSL | 0.14 | 0.62 | 0.29 |
HSV | 50° | 76° | 47° |
CMYK | 0.00 | 0.13 | 0.76 0.53 |
XYZ | 12.7677 | 13.9064 | 3.1099 |
Yxy | 13.9064 | 0.4287 | 0.4669 |
Hunter Lab | 37.2913 | -4.1454 | 21.1594 |
CIE-Lab | 44.0984 | -2.9732 | 42.4826 |
#77681c color RGB value is (119,104,28).
#77681c hex color red value is 119, green value is 104 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #77681c hue: 0.14 , saturation: 0.62 and the lightness value of 77681c is 0.29.
The process color (four color CMYK) of #77681c color hex is 0.00, 0.13, 0.76, 0.53. Web safe color of #77681c is #666633. Color #77681c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01101000 | 00011100 |
Octal | 167 | 150 | 34 |
Decimal | 119 | 104 | 28 |
Hex | 77 | 68 | 1C |
Shades of #77681c
Tints of #77681c
RGB Percentages of Color #77681c
CMYK Percentages of Color #77681c
Complementary Color
#77681c | #1c2b77 |
#77681c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#77681c Color Preview on White Background
Lorem ipsum dolor sit amet.
#77681c Color CSS Codes
.mybgcolor {background-color:#77681c; } .myforecolor {color:#77681c; } .mybordercolor {border:3px solid #77681c; }
#77681c Text Font Color
<p style="color:#77681c">Text here</p>
This sample text font color is #77681c
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.
#77681c Background Color
<div style="background-color:#77681c">
Div content here</div>
This div background color is #77681c
#77681c Border Color
<div style="border:3px solid #77681c">
Div here</div>
This div border color is #77681c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,104,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #77681c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77681c; -webkit-box-shadow: 1px 1px 3px 2px #77681c; box-shadow: 1px 1px 3px 2px #77681c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,104,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #77681c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #77681c; -webkit-box-shadow: 1px 1px 3px 2px #77681c; box-shadow: 1px 1px 3px 2px #77681c;">
Div content here</div>
This div box has shadow with color #77681c
Comments
No comments written yet.
Please login to write comment.