Color spaces of #760321
RGB | 118 | 3 | 33 |
---|---|---|---|
HSL | 0.96 | 0.95 | 0.24 |
HSV | 344° | 97° | 46° |
CMYK | 0.00 | 0.97 | 0.72 0.54 |
XYZ | 7.7783 | 4.0265 | 1.8061 |
Yxy | 4.0265 | 0.5715 | 0.2958 |
Hunter Lab | 20.0661 | 34.0768 | 8.7098 |
CIE-Lab | 23.7589 | 45.7051 | 17.5434 |
#760321 color RGB value is (118,3,33).
#760321 hex color red value is 118, green value is 3 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #760321 hue: 0.96 , saturation: 0.95 and the lightness value of 760321 is 0.24.
The process color (four color CMYK) of #760321 color hex is 0.00, 0.97, 0.72, 0.54. Web safe color of #760321 is #660033. Color #760321 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00000011 | 00100001 |
Octal | 166 | 3 | 41 |
Decimal | 118 | 3 | 33 |
Hex | 76 | 3 | 21 |
Shades of #760321
Tints of #760321
RGB Percentages of Color #760321
CMYK Percentages of Color #760321
Complementary Color
#760321 | #037658 |
#760321 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#760321 Color Preview on White Background
Lorem ipsum dolor sit amet.
#760321 Color CSS Codes
.mybgcolor {background-color:#760321; } .myforecolor {color:#760321; } .mybordercolor {border:3px solid #760321; }
#760321 Text Font Color
<p style="color:#760321">Text here</p>
This sample text font color is #760321
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.
#760321 Background Color
<div style="background-color:#760321">
Div content here</div>
This div background color is #760321
#760321 Border Color
<div style="border:3px solid #760321">
Div here</div>
This div border color is #760321
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,3,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #760321; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #760321; -webkit-box-shadow: 1px 1px 3px 2px #760321; box-shadow: 1px 1px 3px 2px #760321; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,3,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #760321">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #760321; -webkit-box-shadow: 1px 1px 3px 2px #760321; box-shadow: 1px 1px 3px 2px #760321;">
Div content here</div>
This div box has shadow with color #760321
Comments
No comments written yet.
Please login to write comment.