Color spaces of #76092e
RGB | 118 | 9 | 46 |
---|---|---|---|
HSL | 0.94 | 0.86 | 0.25 |
HSV | 340° | 92° | 46° |
CMYK | 0.00 | 0.92 | 0.61 0.54 |
XYZ | 8.0620 | 4.2442 | 2.9791 |
Yxy | 4.2442 | 0.5274 | 0.2777 |
Hunter Lab | 20.6015 | 33.8001 | 5.8473 |
CIE-Lab | 24.4629 | 45.2783 | 9.4977 |
#76092e color RGB value is (118,9,46).
#76092e hex color red value is 118, green value is 9 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #76092e hue: 0.94 , saturation: 0.86 and the lightness value of 76092e is 0.25.
The process color (four color CMYK) of #76092e color hex is 0.00, 0.92, 0.61, 0.54. Web safe color of #76092e is #660033. Color #76092e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00001001 | 00101110 |
Octal | 166 | 11 | 56 |
Decimal | 118 | 9 | 46 |
Hex | 76 | 9 | 2E |
Shades of #76092e
Tints of #76092e
RGB Percentages of Color #76092e
CMYK Percentages of Color #76092e
Complementary Color
#76092e | #097651 |
#76092e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#76092e Color Preview on White Background
Lorem ipsum dolor sit amet.
#76092e Color CSS Codes
.mybgcolor {background-color:#76092e; } .myforecolor {color:#76092e; } .mybordercolor {border:3px solid #76092e; }
#76092e Text Font Color
<p style="color:#76092e">Text here</p>
This sample text font color is #76092e
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.
#76092e Background Color
<div style="background-color:#76092e">
Div content here</div>
This div background color is #76092e
#76092e Border Color
<div style="border:3px solid #76092e">
Div here</div>
This div border color is #76092e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,9,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76092e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76092e; -webkit-box-shadow: 1px 1px 3px 2px #76092e; box-shadow: 1px 1px 3px 2px #76092e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,9,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #76092e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #76092e; -webkit-box-shadow: 1px 1px 3px 2px #76092e; box-shadow: 1px 1px 3px 2px #76092e;">
Div content here</div>
This div box has shadow with color #76092e
Comments
No comments written yet.
Please login to write comment.