Color spaces of #748063
RGB | 116 | 128 | 99 |
---|---|---|---|
HSL | 0.24 | 0.13 | 0.45 |
HSV | 85° | 23° | 50° |
CMYK | 0.09 | 0.00 | 0.23 0.50 |
XYZ | 17.1738 | 20.0522 | 14.7697 |
Yxy | 20.0522 | 0.3303 | 0.3857 |
Hunter Lab | 44.7797 | -9.9065 | 11.7901 |
CIE-Lab | 51.8962 | -9.9862 | 14.3001 |
#748063 color RGB value is (116,128,99).
#748063 hex color red value is 116, green value is 128 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #748063 hue: 0.24 , saturation: 0.13 and the lightness value of 748063 is 0.45.
The process color (four color CMYK) of #748063 color hex is 0.09, 0.00, 0.23, 0.50. Web safe color of #748063 is #669966. Color #748063 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10000000 | 01100011 |
Octal | 164 | 200 | 143 |
Decimal | 116 | 128 | 99 |
Hex | 74 | 80 | 63 |
Shades of #748063
Tints of #748063
RGB Percentages of Color #748063
CMYK Percentages of Color #748063
Complementary Color
#748063 | #6f6380 |
#748063 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#748063 Color Preview on White Background
Lorem ipsum dolor sit amet.
#748063 Color CSS Codes
.mybgcolor {background-color:#748063; } .myforecolor {color:#748063; } .mybordercolor {border:3px solid #748063; }
#748063 Text Font Color
<p style="color:#748063">Text here</p>
This sample text font color is #748063
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.
#748063 Background Color
<div style="background-color:#748063">
Div content here</div>
This div background color is #748063
#748063 Border Color
<div style="border:3px solid #748063">
Div here</div>
This div border color is #748063
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,128,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #748063; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #748063; -webkit-box-shadow: 1px 1px 3px 2px #748063; box-shadow: 1px 1px 3px 2px #748063; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,128,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #748063">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #748063; -webkit-box-shadow: 1px 1px 3px 2px #748063; box-shadow: 1px 1px 3px 2px #748063;">
Div content here</div>
This div box has shadow with color #748063
Comments
No comments written yet.
Please login to write comment.