Color spaces of #772a05
RGB | 119 | 42 | 5 |
---|---|---|---|
HSL | 0.05 | 0.92 | 0.24 |
HSV | 19° | 96° | 47° |
CMYK | 0.00 | 0.65 | 0.96 0.53 |
XYZ | 8.4631 | 5.5888 | 0.7763 |
Yxy | 5.5888 | 0.5707 | 0.3769 |
Hunter Lab | 23.6406 | 22.5300 | 14.6015 |
CIE-Lab | 28.3504 | 32.1062 | 37.7762 |
#772a05 color RGB value is (119,42,5).
#772a05 hex color red value is 119, green value is 42 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #772a05 hue: 0.05 , saturation: 0.92 and the lightness value of 772a05 is 0.24.
The process color (four color CMYK) of #772a05 color hex is 0.00, 0.65, 0.96, 0.53. Web safe color of #772a05 is #663300. Color #772a05 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 00101010 | 00000101 |
Octal | 167 | 52 | 5 |
Decimal | 119 | 42 | 5 |
Hex | 77 | 2A | 5 |
Shades of #772a05
Tints of #772a05
RGB Percentages of Color #772a05
CMYK Percentages of Color #772a05
Complementary Color
#772a05 | #055277 |
#772a05 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#772a05 Color Preview on White Background
Lorem ipsum dolor sit amet.
#772a05 Color CSS Codes
.mybgcolor {background-color:#772a05; } .myforecolor {color:#772a05; } .mybordercolor {border:3px solid #772a05; }
#772a05 Text Font Color
<p style="color:#772a05">Text here</p>
This sample text font color is #772a05
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.
#772a05 Background Color
<div style="background-color:#772a05">
Div content here</div>
This div background color is #772a05
#772a05 Border Color
<div style="border:3px solid #772a05">
Div here</div>
This div border color is #772a05
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,42,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #772a05; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #772a05; -webkit-box-shadow: 1px 1px 3px 2px #772a05; box-shadow: 1px 1px 3px 2px #772a05; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,42,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #772a05">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #772a05; -webkit-box-shadow: 1px 1px 3px 2px #772a05; box-shadow: 1px 1px 3px 2px #772a05;">
Div content here</div>
This div box has shadow with color #772a05
Comments
No comments written yet.
Please login to write comment.