Color spaces of #6d786f
RGB | 109 | 120 | 111 |
---|---|---|---|
HSL | 0.36 | 0.05 | 0.45 |
HSV | 131° | 9° | 47° |
CMYK | 0.09 | 0.00 | 0.08 0.53 |
XYZ | 15.8924 | 17.8318 | 17.6432 |
Yxy | 17.8318 | 0.3094 | 0.3471 |
Hunter Lab | 42.2277 | -6.7200 | 4.7874 |
CIE-Lab | 49.2915 | -5.9718 | 3.5357 |
#6d786f color RGB value is (109,120,111).
#6d786f hex color red value is 109, green value is 120 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #6d786f hue: 0.36 , saturation: 0.05 and the lightness value of 6d786f is 0.45.
The process color (four color CMYK) of #6d786f color hex is 0.09, 0.00, 0.08, 0.53. Web safe color of #6d786f is #666666. Color #6d786f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 01111000 | 01101111 |
Octal | 155 | 170 | 157 |
Decimal | 109 | 120 | 111 |
Hex | 6D | 78 | 6F |
Shades of #6d786f
Tints of #6d786f
RGB Percentages of Color #6d786f
CMYK Percentages of Color #6d786f
Complementary Color
#6d786f | #786d76 |
#6d786f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6d786f Color Preview on White Background
Lorem ipsum dolor sit amet.
#6d786f Color CSS Codes
.mybgcolor {background-color:#6d786f; } .myforecolor {color:#6d786f; } .mybordercolor {border:3px solid #6d786f; }
#6d786f Text Font Color
<p style="color:#6d786f">Text here</p>
This sample text font color is #6d786f
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.
#6d786f Background Color
<div style="background-color:#6d786f">
Div content here</div>
This div background color is #6d786f
#6d786f Border Color
<div style="border:3px solid #6d786f">
Div here</div>
This div border color is #6d786f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,120,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6d786f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6d786f; -webkit-box-shadow: 1px 1px 3px 2px #6d786f; box-shadow: 1px 1px 3px 2px #6d786f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,120,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6d786f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6d786f; -webkit-box-shadow: 1px 1px 3px 2px #6d786f; box-shadow: 1px 1px 3px 2px #6d786f;">
Div content here</div>
This div box has shadow with color #6d786f
Comments
No comments written yet.
Please login to write comment.