Color spaces of #761008
RGB | 118 | 16 | 8 |
---|---|---|---|
HSL | 0.01 | 0.87 | 0.25 |
HSV | 4° | 93° | 46° |
CMYK | 0.00 | 0.86 | 0.93 0.54 |
XYZ | 7.7003 | 4.2397 | 0.6422 |
Yxy | 4.2397 | 0.6120 | 0.3370 |
Hunter Lab | 20.5905 | 30.7207 | 12.5642 |
CIE-Lab | 24.4486 | 42.0042 | 32.9670 |
#761008 color RGB value is (118,16,8).
#761008 hex color red value is 118, green value is 16 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #761008 hue: 0.01 , saturation: 0.87 and the lightness value of 761008 is 0.25.
The process color (four color CMYK) of #761008 color hex is 0.00, 0.86, 0.93, 0.54. Web safe color of #761008 is #660000. Color #761008 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00010000 | 00001000 |
Octal | 166 | 20 | 10 |
Decimal | 118 | 16 | 8 |
Hex | 76 | 10 | 8 |
Shades of #761008
Tints of #761008
RGB Percentages of Color #761008
CMYK Percentages of Color #761008
Complementary Color
#761008 | #086e76 |
#761008 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#761008 Color Preview on White Background
Lorem ipsum dolor sit amet.
#761008 Color CSS Codes
.mybgcolor {background-color:#761008; } .myforecolor {color:#761008; } .mybordercolor {border:3px solid #761008; }
#761008 Text Font Color
<p style="color:#761008">Text here</p>
This sample text font color is #761008
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.
#761008 Background Color
<div style="background-color:#761008">
Div content here</div>
This div background color is #761008
#761008 Border Color
<div style="border:3px solid #761008">
Div here</div>
This div border color is #761008
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,16,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #761008; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #761008; -webkit-box-shadow: 1px 1px 3px 2px #761008; box-shadow: 1px 1px 3px 2px #761008; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,16,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #761008">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #761008; -webkit-box-shadow: 1px 1px 3px 2px #761008; box-shadow: 1px 1px 3px 2px #761008;">
Div content here</div>
This div box has shadow with color #761008
Comments
No comments written yet.
Please login to write comment.