Color spaces of #755019
RGB | 117 | 80 | 25 |
---|---|---|---|
HSL | 0.10 | 0.65 | 0.28 |
HSV | 36° | 79° | 46° |
CMYK | 0.00 | 0.32 | 0.79 0.54 |
XYZ | 10.3802 | 9.5894 | 2.2235 |
Yxy | 9.5894 | 0.4677 | 0.4321 |
Hunter Lab | 30.9668 | 5.6422 | 17.4195 |
CIE-Lab | 37.0952 | 10.1384 | 36.8768 |
#755019 color RGB value is (117,80,25).
#755019 hex color red value is 117, green value is 80 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #755019 hue: 0.10 , saturation: 0.65 and the lightness value of 755019 is 0.28.
The process color (four color CMYK) of #755019 color hex is 0.00, 0.32, 0.79, 0.54. Web safe color of #755019 is #666600. Color #755019 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01010000 | 00011001 |
Octal | 165 | 120 | 31 |
Decimal | 117 | 80 | 25 |
Hex | 75 | 50 | 19 |
Shades of #755019
Tints of #755019
RGB Percentages of Color #755019
CMYK Percentages of Color #755019
Complementary Color
#755019 | #193e75 |
#755019 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#755019 Color Preview on White Background
Lorem ipsum dolor sit amet.
#755019 Color CSS Codes
.mybgcolor {background-color:#755019; } .myforecolor {color:#755019; } .mybordercolor {border:3px solid #755019; }
#755019 Text Font Color
<p style="color:#755019">Text here</p>
This sample text font color is #755019
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.
#755019 Background Color
<div style="background-color:#755019">
Div content here</div>
This div background color is #755019
#755019 Border Color
<div style="border:3px solid #755019">
Div here</div>
This div border color is #755019
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,80,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #755019; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #755019; -webkit-box-shadow: 1px 1px 3px 2px #755019; box-shadow: 1px 1px 3px 2px #755019; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,80,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #755019">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #755019; -webkit-box-shadow: 1px 1px 3px 2px #755019; box-shadow: 1px 1px 3px 2px #755019;">
Div content here</div>
This div box has shadow with color #755019
Comments
No comments written yet.
Please login to write comment.