Color spaces of #774127
RGB | 119 | 65 | 39 |
---|---|---|---|
HSL | 0.05 | 0.51 | 0.31 |
HSV | 20° | 67° | 47° |
CMYK | 0.00 | 0.45 | 0.67 0.53 |
XYZ | 9.8643 | 7.8490 | 2.9146 |
Yxy | 7.8490 | 0.4782 | 0.3805 |
Hunter Lab | 28.0161 | 13.8207 | 13.4431 |
CIE-Lab | 33.6664 | 20.8908 | 25.8040 |
#774127 color RGB value is (119,65,39).
#774127 hex color red value is 119, green value is 65 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #774127 hue: 0.05 , saturation: 0.51 and the lightness value of 774127 is 0.31.
The process color (four color CMYK) of #774127 color hex is 0.00, 0.45, 0.67, 0.53. Web safe color of #774127 is #663333. Color #774127 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01000001 | 00100111 |
Octal | 167 | 101 | 47 |
Decimal | 119 | 65 | 39 |
Hex | 77 | 41 | 27 |
Shades of #774127
Tints of #774127
RGB Percentages of Color #774127
CMYK Percentages of Color #774127
Complementary Color
#774127 | #275d77 |
#774127 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#774127 Color Preview on White Background
Lorem ipsum dolor sit amet.
#774127 Color CSS Codes
.mybgcolor {background-color:#774127; } .myforecolor {color:#774127; } .mybordercolor {border:3px solid #774127; }
#774127 Text Font Color
<p style="color:#774127">Text here</p>
This sample text font color is #774127
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.
#774127 Background Color
<div style="background-color:#774127">
Div content here</div>
This div background color is #774127
#774127 Border Color
<div style="border:3px solid #774127">
Div here</div>
This div border color is #774127
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,65,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #774127; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #774127; -webkit-box-shadow: 1px 1px 3px 2px #774127; box-shadow: 1px 1px 3px 2px #774127; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,65,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #774127">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #774127; -webkit-box-shadow: 1px 1px 3px 2px #774127; box-shadow: 1px 1px 3px 2px #774127;">
Div content here</div>
This div box has shadow with color #774127
Comments
No comments written yet.
Please login to write comment.