Color spaces of #67765e
RGB | 103 | 118 | 94 |
---|---|---|---|
HSL | 0.27 | 0.11 | 0.42 |
HSV | 98° | 20° | 46° |
CMYK | 0.13 | 0.00 | 0.20 0.54 |
XYZ | 14.0923 | 16.6486 | 13.0604 |
Yxy | 16.6486 | 0.3217 | 0.3801 |
Hunter Lab | 40.8027 | -9.7550 | 9.5839 |
CIE-Lab | 47.8142 | -10.4238 | 11.3900 |
#67765e color RGB value is (103,118,94).
#67765e hex color red value is 103, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #67765e hue: 0.27 , saturation: 0.11 and the lightness value of 67765e is 0.42.
The process color (four color CMYK) of #67765e color hex is 0.13, 0.00, 0.20, 0.54. Web safe color of #67765e is #666666. Color #67765e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01110110 | 01011110 |
Octal | 147 | 166 | 136 |
Decimal | 103 | 118 | 94 |
Hex | 67 | 76 | 5E |
Shades of #67765e
Tints of #67765e
RGB Percentages of Color #67765e
CMYK Percentages of Color #67765e
Complementary Color
#67765e | #6d5e76 |
#67765e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67765e Color Preview on White Background
Lorem ipsum dolor sit amet.
#67765e Color CSS Codes
.mybgcolor {background-color:#67765e; } .myforecolor {color:#67765e; } .mybordercolor {border:3px solid #67765e; }
#67765e Text Font Color
<p style="color:#67765e">Text here</p>
This sample text font color is #67765e
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.
#67765e Background Color
<div style="background-color:#67765e">
Div content here</div>
This div background color is #67765e
#67765e Border Color
<div style="border:3px solid #67765e">
Div here</div>
This div border color is #67765e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,118,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67765e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67765e; -webkit-box-shadow: 1px 1px 3px 2px #67765e; box-shadow: 1px 1px 3px 2px #67765e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,118,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #67765e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67765e; -webkit-box-shadow: 1px 1px 3px 2px #67765e; box-shadow: 1px 1px 3px 2px #67765e;">
Div content here</div>
This div box has shadow with color #67765e
Comments
No comments written yet.
Please login to write comment.