Color spaces of #79752a
RGB | 121 | 117 | 42 |
---|---|---|---|
HSL | 0.16 | 0.48 | 0.32 |
HSV | 57° | 65° | 47° |
CMYK | 0.00 | 0.03 | 0.65 0.53 |
XYZ | 14.6644 | 16.9547 | 4.6902 |
Yxy | 16.9547 | 0.4039 | 0.4670 |
Hunter Lab | 41.1761 | -8.4874 | 22.0698 |
CIE-Lab | 48.2029 | -8.5656 | 40.5857 |
#79752a color RGB value is (121,117,42).
#79752a hex color red value is 121, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #79752a hue: 0.16 , saturation: 0.48 and the lightness value of 79752a is 0.32.
The process color (four color CMYK) of #79752a color hex is 0.00, 0.03, 0.65, 0.53. Web safe color of #79752a is #666633. Color #79752a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01110101 | 00101010 |
Octal | 171 | 165 | 52 |
Decimal | 121 | 117 | 42 |
Hex | 79 | 75 | 2A |
Shades of #79752a
Tints of #79752a
RGB Percentages of Color #79752a
CMYK Percentages of Color #79752a
Complementary Color
#79752a | #2a2e79 |
#79752a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79752a Color Preview on White Background
Lorem ipsum dolor sit amet.
#79752a Color CSS Codes
.mybgcolor {background-color:#79752a; } .myforecolor {color:#79752a; } .mybordercolor {border:3px solid #79752a; }
#79752a Text Font Color
<p style="color:#79752a">Text here</p>
This sample text font color is #79752a
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.
#79752a Background Color
<div style="background-color:#79752a">
Div content here</div>
This div background color is #79752a
#79752a Border Color
<div style="border:3px solid #79752a">
Div here</div>
This div border color is #79752a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,117,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79752a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79752a; -webkit-box-shadow: 1px 1px 3px 2px #79752a; box-shadow: 1px 1px 3px 2px #79752a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,117,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79752a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79752a; -webkit-box-shadow: 1px 1px 3px 2px #79752a; box-shadow: 1px 1px 3px 2px #79752a;">
Div content here</div>
This div box has shadow with color #79752a
Comments
No comments written yet.
Please login to write comment.