Color spaces of #793542
RGB | 121 | 53 | 66 |
---|---|---|---|
HSL | 0.97 | 0.39 | 0.34 |
HSV | 349° | 56° | 47° |
CMYK | 0.00 | 0.56 | 0.45 0.53 |
XYZ | 10.1416 | 7.0045 | 5.9717 |
Yxy | 7.0045 | 0.4387 | 0.3030 |
Hunter Lab | 26.4660 | 22.0845 | 5.1482 |
CIE-Lab | 31.8172 | 31.0432 | 6.4558 |
#793542 color RGB value is (121,53,66).
#793542 hex color red value is 121, green value is 53 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #793542 hue: 0.97 , saturation: 0.39 and the lightness value of 793542 is 0.34.
The process color (four color CMYK) of #793542 color hex is 0.00, 0.56, 0.45, 0.53. Web safe color of #793542 is #663333. Color #793542 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00110101 | 01000010 |
Octal | 171 | 65 | 102 |
Decimal | 121 | 53 | 66 |
Hex | 79 | 35 | 42 |
Shades of #793542
Tints of #793542
RGB Percentages of Color #793542
CMYK Percentages of Color #793542
Complementary Color
#793542 | #35796c |
#793542 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#793542 Color Preview on White Background
Lorem ipsum dolor sit amet.
#793542 Color CSS Codes
.mybgcolor {background-color:#793542; } .myforecolor {color:#793542; } .mybordercolor {border:3px solid #793542; }
#793542 Text Font Color
<p style="color:#793542">Text here</p>
This sample text font color is #793542
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.
#793542 Background Color
<div style="background-color:#793542">
Div content here</div>
This div background color is #793542
#793542 Border Color
<div style="border:3px solid #793542">
Div here</div>
This div border color is #793542
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,53,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #793542; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #793542; -webkit-box-shadow: 1px 1px 3px 2px #793542; box-shadow: 1px 1px 3px 2px #793542; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,53,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #793542">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #793542; -webkit-box-shadow: 1px 1px 3px 2px #793542; box-shadow: 1px 1px 3px 2px #793542;">
Div content here</div>
This div box has shadow with color #793542
Comments
No comments written yet.
Please login to write comment.