Color spaces of #76435f
RGB | 118 | 67 | 95 |
---|---|---|---|
HSL | 0.91 | 0.28 | 0.36 |
HSV | 327° | 43° | 46° |
CMYK | 0.00 | 0.43 | 0.19 0.54 |
XYZ | 11.5439 | 8.6921 | 11.8958 |
Yxy | 8.6921 | 0.3593 | 0.2705 |
Hunter Lab | 29.4824 | 18.2980 | -3.2852 |
CIE-Lab | 35.3846 | 26.1284 | -7.0169 |
#76435f color RGB value is (118,67,95).
#76435f hex color red value is 118, green value is 67 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #76435f hue: 0.91 , saturation: 0.28 and the lightness value of 76435f is 0.36.
The process color (four color CMYK) of #76435f color hex is 0.00, 0.43, 0.19, 0.54. Web safe color of #76435f is #663366. Color #76435f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01000011 | 01011111 |
Octal | 166 | 103 | 137 |
Decimal | 118 | 67 | 95 |
Hex | 76 | 43 | 5F |
Shades of #76435f
Tints of #76435f
RGB Percentages of Color #76435f
CMYK Percentages of Color #76435f
Complementary Color
#76435f | #43765a |
#76435f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#76435f Color Preview on White Background
Lorem ipsum dolor sit amet.
#76435f Color CSS Codes
.mybgcolor {background-color:#76435f; } .myforecolor {color:#76435f; } .mybordercolor {border:3px solid #76435f; }
#76435f Text Font Color
<p style="color:#76435f">Text here</p>
This sample text font color is #76435f
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.
#76435f Background Color
<div style="background-color:#76435f">
Div content here</div>
This div background color is #76435f
#76435f Border Color
<div style="border:3px solid #76435f">
Div here</div>
This div border color is #76435f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,67,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76435f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76435f; -webkit-box-shadow: 1px 1px 3px 2px #76435f; box-shadow: 1px 1px 3px 2px #76435f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,67,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #76435f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #76435f; -webkit-box-shadow: 1px 1px 3px 2px #76435f; box-shadow: 1px 1px 3px 2px #76435f;">
Div content here</div>
This div box has shadow with color #76435f
Comments
No comments written yet.
Please login to write comment.