Color spaces of #764667
RGB | 118 | 70 | 103 |
---|---|---|---|
HSL | 0.89 | 0.26 | 0.37 |
HSV | 319° | 41° | 46° |
CMYK | 0.00 | 0.41 | 0.13 0.54 |
XYZ | 12.1096 | 9.2111 | 13.9716 |
Yxy | 9.2111 | 0.3431 | 0.2610 |
Hunter Lab | 30.3498 | 18.1095 | -6.0494 |
CIE-Lab | 36.3876 | 25.7855 | -10.5535 |
#764667 color RGB value is (118,70,103).
#764667 hex color red value is 118, green value is 70 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #764667 hue: 0.89 , saturation: 0.26 and the lightness value of 764667 is 0.37.
The process color (four color CMYK) of #764667 color hex is 0.00, 0.41, 0.13, 0.54. Web safe color of #764667 is #663366. Color #764667 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 01000110 | 01100111 |
Octal | 166 | 106 | 147 |
Decimal | 118 | 70 | 103 |
Hex | 76 | 46 | 67 |
Shades of #764667
Tints of #764667
RGB Percentages of Color #764667
CMYK Percentages of Color #764667
Complementary Color
#764667 | #467655 |
#764667 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#764667 Color Preview on White Background
Lorem ipsum dolor sit amet.
#764667 Color CSS Codes
.mybgcolor {background-color:#764667; } .myforecolor {color:#764667; } .mybordercolor {border:3px solid #764667; }
#764667 Text Font Color
<p style="color:#764667">Text here</p>
This sample text font color is #764667
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.
#764667 Background Color
<div style="background-color:#764667">
Div content here</div>
This div background color is #764667
#764667 Border Color
<div style="border:3px solid #764667">
Div here</div>
This div border color is #764667
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,70,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #764667; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #764667; -webkit-box-shadow: 1px 1px 3px 2px #764667; box-shadow: 1px 1px 3px 2px #764667; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,70,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #764667">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #764667; -webkit-box-shadow: 1px 1px 3px 2px #764667; box-shadow: 1px 1px 3px 2px #764667;">
Div content here</div>
This div box has shadow with color #764667
Comments
No comments written yet.
Please login to write comment.