Color spaces of #79768f
RGB | 121 | 118 | 143 |
---|---|---|---|
HSL | 0.69 | 0.10 | 0.51 |
HSV | 247° | 17° | 56° |
CMYK | 0.15 | 0.17 | 0.00 0.44 |
XYZ | 19.3215 | 19.0050 | 28.6366 |
Yxy | 19.0050 | 0.2885 | 0.2838 |
Hunter Lab | 43.5947 | 2.8217 | -8.4302 |
CIE-Lab | 50.6931 | 6.5233 | -13.1517 |
#79768f color RGB value is (121,118,143).
#79768f hex color red value is 121, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #79768f hue: 0.69 , saturation: 0.10 and the lightness value of 79768f is 0.51.
The process color (four color CMYK) of #79768f color hex is 0.15, 0.17, 0.00, 0.44. Web safe color of #79768f is #666699. Color #79768f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01110110 | 10001111 |
Octal | 171 | 166 | 217 |
Decimal | 121 | 118 | 143 |
Hex | 79 | 76 | 8F |
Shades of #79768f
Tints of #79768f
RGB Percentages of Color #79768f
CMYK Percentages of Color #79768f
Complementary Color
#79768f | #8c8f76 |
#79768f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79768f Color Preview on White Background
Lorem ipsum dolor sit amet.
#79768f Color CSS Codes
.mybgcolor {background-color:#79768f; } .myforecolor {color:#79768f; } .mybordercolor {border:3px solid #79768f; }
#79768f Text Font Color
<p style="color:#79768f">Text here</p>
This sample text font color is #79768f
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.
#79768f Background Color
<div style="background-color:#79768f">
Div content here</div>
This div background color is #79768f
#79768f Border Color
<div style="border:3px solid #79768f">
Div here</div>
This div border color is #79768f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,118,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79768f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79768f; -webkit-box-shadow: 1px 1px 3px 2px #79768f; box-shadow: 1px 1px 3px 2px #79768f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,118,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79768f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79768f; -webkit-box-shadow: 1px 1px 3px 2px #79768f; box-shadow: 1px 1px 3px 2px #79768f;">
Div content here</div>
This div box has shadow with color #79768f
Comments
No comments written yet.
Please login to write comment.