Color spaces of #79745e
RGB | 121 | 116 | 94 |
---|---|---|---|
HSL | 0.14 | 0.13 | 0.42 |
HSV | 49° | 22° | 47° |
CMYK | 0.00 | 0.04 | 0.22 0.53 |
XYZ | 16.1509 | 17.3639 | 13.0900 |
Yxy | 17.3639 | 0.3466 | 0.3726 |
Hunter Lab | 41.6700 | -3.7376 | 10.5440 |
CIE-Lab | 48.7153 | -2.0029 | 12.8692 |
#79745e color RGB value is (121,116,94).
#79745e hex color red value is 121, green value is 116 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #79745e hue: 0.14 , saturation: 0.13 and the lightness value of 79745e is 0.42.
The process color (four color CMYK) of #79745e color hex is 0.00, 0.04, 0.22, 0.53. Web safe color of #79745e is #666666. Color #79745e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01110100 | 01011110 |
Octal | 171 | 164 | 136 |
Decimal | 121 | 116 | 94 |
Hex | 79 | 74 | 5E |
Shades of #79745e
Tints of #79745e
RGB Percentages of Color #79745e
CMYK Percentages of Color #79745e
Complementary Color
#79745e | #5e6379 |
#79745e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79745e Color Preview on White Background
Lorem ipsum dolor sit amet.
#79745e Color CSS Codes
.mybgcolor {background-color:#79745e; } .myforecolor {color:#79745e; } .mybordercolor {border:3px solid #79745e; }
#79745e Text Font Color
<p style="color:#79745e">Text here</p>
This sample text font color is #79745e
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.
#79745e Background Color
<div style="background-color:#79745e">
Div content here</div>
This div background color is #79745e
#79745e Border Color
<div style="border:3px solid #79745e">
Div here</div>
This div border color is #79745e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,116,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79745e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79745e; -webkit-box-shadow: 1px 1px 3px 2px #79745e; box-shadow: 1px 1px 3px 2px #79745e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,116,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 #79745e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79745e; -webkit-box-shadow: 1px 1px 3px 2px #79745e; box-shadow: 1px 1px 3px 2px #79745e;">
Div content here</div>
This div box has shadow with color #79745e
#79745e Color Palettes
Comments
No comments written yet.
Please login to write comment.