Color spaces of #763611
RGB | 118 | 54 | 17 |
---|---|---|---|
HSL | 0.06 | 0.75 | 0.26 |
HSV | 22° | 86° | 46° |
CMYK | 0.00 | 0.54 | 0.86 0.54 |
XYZ | 8.8916 | 6.5304 | 1.3222 |
Yxy | 6.5304 | 0.5310 | 0.3900 |
Hunter Lab | 25.5546 | 17.3875 | 14.8206 |
CIE-Lab | 30.7130 | 25.6288 | 34.5696 |
#763611 color RGB value is (118,54,17).
#763611 hex color red value is 118, green value is 54 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #763611 hue: 0.06 , saturation: 0.75 and the lightness value of 763611 is 0.26.
The process color (four color CMYK) of #763611 color hex is 0.00, 0.54, 0.86, 0.54. Web safe color of #763611 is #663300. Color #763611 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00110110 | 00010001 |
Octal | 166 | 66 | 21 |
Decimal | 118 | 54 | 17 |
Hex | 76 | 36 | 11 |
Shades of #763611
Tints of #763611
RGB Percentages of Color #763611
CMYK Percentages of Color #763611
Complementary Color
#763611 | #115176 |
#763611 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#763611 Color Preview on White Background
Lorem ipsum dolor sit amet.
#763611 Color CSS Codes
.mybgcolor {background-color:#763611; } .myforecolor {color:#763611; } .mybordercolor {border:3px solid #763611; }
#763611 Text Font Color
<p style="color:#763611">Text here</p>
This sample text font color is #763611
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.
#763611 Background Color
<div style="background-color:#763611">
Div content here</div>
This div background color is #763611
#763611 Border Color
<div style="border:3px solid #763611">
Div here</div>
This div border color is #763611
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,54,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #763611; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #763611; -webkit-box-shadow: 1px 1px 3px 2px #763611; box-shadow: 1px 1px 3px 2px #763611; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,54,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #763611">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #763611; -webkit-box-shadow: 1px 1px 3px 2px #763611; box-shadow: 1px 1px 3px 2px #763611;">
Div content here</div>
This div box has shadow with color #763611
Comments
No comments written yet.
Please login to write comment.