Color spaces of #73675c
RGB | 115 | 103 | 92 |
---|---|---|---|
HSL | 0.08 | 0.11 | 0.41 |
HSV | 29° | 20° | 45° |
CMYK | 0.00 | 0.10 | 0.20 0.55 |
XYZ | 13.8522 | 14.1180 | 12.1202 |
Yxy | 14.1180 | 0.3455 | 0.3522 |
Hunter Lab | 37.5739 | 0.0524 | 7.1766 |
CIE-Lab | 44.4017 | 2.7737 | 7.9324 |
#73675c color RGB value is (115,103,92).
#73675c hex color red value is 115, green value is 103 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #73675c hue: 0.08 , saturation: 0.11 and the lightness value of 73675c is 0.41.
The process color (four color CMYK) of #73675c color hex is 0.00, 0.10, 0.20, 0.55. Web safe color of #73675c is #666666. Color #73675c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01100111 | 01011100 |
Octal | 163 | 147 | 134 |
Decimal | 115 | 103 | 92 |
Hex | 73 | 67 | 5C |
Shades of #73675c
Tints of #73675c
RGB Percentages of Color #73675c
CMYK Percentages of Color #73675c
Complementary Color
#73675c | #5c6873 |
#73675c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73675c Color Preview on White Background
Lorem ipsum dolor sit amet.
#73675c Color CSS Codes
.mybgcolor {background-color:#73675c; } .myforecolor {color:#73675c; } .mybordercolor {border:3px solid #73675c; }
#73675c Text Font Color
<p style="color:#73675c">Text here</p>
This sample text font color is #73675c
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.
#73675c Background Color
<div style="background-color:#73675c">
Div content here</div>
This div background color is #73675c
#73675c Border Color
<div style="border:3px solid #73675c">
Div here</div>
This div border color is #73675c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,103,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73675c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73675c; -webkit-box-shadow: 1px 1px 3px 2px #73675c; box-shadow: 1px 1px 3px 2px #73675c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,103,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73675c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73675c; -webkit-box-shadow: 1px 1px 3px 2px #73675c; box-shadow: 1px 1px 3px 2px #73675c;">
Div content here</div>
This div box has shadow with color #73675c
Comments
No comments written yet.
Please login to write comment.