Color spaces of #743750
RGB | 116 | 55 | 80 |
---|---|---|---|
HSL | 0.93 | 0.36 | 0.34 |
HSV | 335° | 53° | 45° |
CMYK | 0.00 | 0.53 | 0.31 0.55 |
XYZ | 10.0166 | 7.0246 | 8.4174 |
Yxy | 7.0246 | 0.3934 | 0.2759 |
Hunter Lab | 26.5040 | 21.0783 | -0.2772 |
CIE-Lab | 31.8628 | 29.8678 | -2.6771 |
#743750 color RGB value is (116,55,80).
#743750 hex color red value is 116, green value is 55 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #743750 hue: 0.93 , saturation: 0.36 and the lightness value of 743750 is 0.34.
The process color (four color CMYK) of #743750 color hex is 0.00, 0.53, 0.31, 0.55. Web safe color of #743750 is #663366. Color #743750 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00110111 | 01010000 |
Octal | 164 | 67 | 120 |
Decimal | 116 | 55 | 80 |
Hex | 74 | 37 | 50 |
Shades of #743750
Tints of #743750
RGB Percentages of Color #743750
CMYK Percentages of Color #743750
Complementary Color
#743750 | #37745b |
#743750 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#743750 Color Preview on White Background
Lorem ipsum dolor sit amet.
#743750 Color CSS Codes
.mybgcolor {background-color:#743750; } .myforecolor {color:#743750; } .mybordercolor {border:3px solid #743750; }
#743750 Text Font Color
<p style="color:#743750">Text here</p>
This sample text font color is #743750
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.
#743750 Background Color
<div style="background-color:#743750">
Div content here</div>
This div background color is #743750
#743750 Border Color
<div style="border:3px solid #743750">
Div here</div>
This div border color is #743750
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,55,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #743750; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #743750; -webkit-box-shadow: 1px 1px 3px 2px #743750; box-shadow: 1px 1px 3px 2px #743750; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,55,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #743750">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #743750; -webkit-box-shadow: 1px 1px 3px 2px #743750; box-shadow: 1px 1px 3px 2px #743750;">
Div content here</div>
This div box has shadow with color #743750
Comments
No comments written yet.
Please login to write comment.