Color spaces of #7a573e
RGB | 122 | 87 | 62 |
---|---|---|---|
HSL | 0.07 | 0.33 | 0.36 |
HSV | 25° | 49° | 48° |
CMYK | 0.00 | 0.29 | 0.49 0.52 |
XYZ | 12.3037 | 11.3018 | 6.0904 |
Yxy | 11.3018 | 0.4143 | 0.3806 |
Hunter Lab | 33.6181 | 6.4964 | 12.7915 |
CIE-Lab | 40.0842 | 11.1890 | 20.2091 |
#7a573e color RGB value is (122,87,62).
#7a573e hex color red value is 122, green value is 87 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7a573e hue: 0.07 , saturation: 0.33 and the lightness value of 7a573e is 0.36.
The process color (four color CMYK) of #7a573e color hex is 0.00, 0.29, 0.49, 0.52. Web safe color of #7a573e is #666633. Color #7a573e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 01010111 | 00111110 |
Octal | 172 | 127 | 76 |
Decimal | 122 | 87 | 62 |
Hex | 7A | 57 | 3E |
Shades of #7a573e
Tints of #7a573e
RGB Percentages of Color #7a573e
CMYK Percentages of Color #7a573e
Complementary Color
#7a573e | #3e617a |
#7a573e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7a573e Color Preview on White Background
Lorem ipsum dolor sit amet.
#7a573e Color CSS Codes
.mybgcolor {background-color:#7a573e; } .myforecolor {color:#7a573e; } .mybordercolor {border:3px solid #7a573e; }
#7a573e Text Font Color
<p style="color:#7a573e">Text here</p>
This sample text font color is #7a573e
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.
#7a573e Background Color
<div style="background-color:#7a573e">
Div content here</div>
This div background color is #7a573e
#7a573e Border Color
<div style="border:3px solid #7a573e">
Div here</div>
This div border color is #7a573e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,87,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7a573e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7a573e; -webkit-box-shadow: 1px 1px 3px 2px #7a573e; box-shadow: 1px 1px 3px 2px #7a573e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,87,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7a573e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7a573e; -webkit-box-shadow: 1px 1px 3px 2px #7a573e; box-shadow: 1px 1px 3px 2px #7a573e;">
Div content here</div>
This div box has shadow with color #7a573e
Comments
No comments written yet.
Please login to write comment.