Color spaces of #79658c
RGB | 121 | 101 | 140 |
---|---|---|---|
HSL | 0.75 | 0.16 | 0.47 |
HSV | 271° | 28° | 55° |
CMYK | 0.14 | 0.28 | 0.00 0.45 |
XYZ | 17.2725 | 15.2658 | 26.8472 |
Yxy | 15.2658 | 0.2909 | 0.2571 |
Hunter Lab | 39.0715 | 10.5352 | -13.3899 |
CIE-Lab | 45.9961 | 15.9856 | -18.5233 |
#79658c color RGB value is (121,101,140).
#79658c hex color red value is 121, green value is 101 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #79658c hue: 0.75 , saturation: 0.16 and the lightness value of 79658c is 0.47.
The process color (four color CMYK) of #79658c color hex is 0.14, 0.28, 0.00, 0.45. Web safe color of #79658c is #666699. Color #79658c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01100101 | 10001100 |
Octal | 171 | 145 | 214 |
Decimal | 121 | 101 | 140 |
Hex | 79 | 65 | 8C |
Shades of #79658c
Tints of #79658c
RGB Percentages of Color #79658c
CMYK Percentages of Color #79658c
Complementary Color
#79658c | #788c65 |
#79658c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79658c Color Preview on White Background
Lorem ipsum dolor sit amet.
#79658c Color CSS Codes
.mybgcolor {background-color:#79658c; } .myforecolor {color:#79658c; } .mybordercolor {border:3px solid #79658c; }
#79658c Text Font Color
<p style="color:#79658c">Text here</p>
This sample text font color is #79658c
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.
#79658c Background Color
<div style="background-color:#79658c">
Div content here</div>
This div background color is #79658c
#79658c Border Color
<div style="border:3px solid #79658c">
Div here</div>
This div border color is #79658c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,101,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79658c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79658c; -webkit-box-shadow: 1px 1px 3px 2px #79658c; box-shadow: 1px 1px 3px 2px #79658c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,101,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79658c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79658c; -webkit-box-shadow: 1px 1px 3px 2px #79658c; box-shadow: 1px 1px 3px 2px #79658c;">
Div content here</div>
This div box has shadow with color #79658c
Comments
No comments written yet.
Please login to write comment.