Color spaces of #738880
RGB | 115 | 136 | 128 |
---|---|---|---|
HSL | 0.44 | 0.08 | 0.49 |
HSV | 157° | 15° | 53° |
CMYK | 0.15 | 0.00 | 0.06 0.47 |
XYZ | 19.7707 | 22.8117 | 23.7831 |
Yxy | 22.8117 | 0.2979 | 0.3437 |
Hunter Lab | 47.7616 | -9.6935 | 3.9094 |
CIE-Lab | 54.8779 | -9.2538 | 1.7552 |
#738880 color RGB value is (115,136,128).
#738880 hex color red value is 115, green value is 136 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #738880 hue: 0.44 , saturation: 0.08 and the lightness value of 738880 is 0.49.
The process color (four color CMYK) of #738880 color hex is 0.15, 0.00, 0.06, 0.47. Web safe color of #738880 is #669999. Color #738880 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10001000 | 10000000 |
Octal | 163 | 210 | 200 |
Decimal | 115 | 136 | 128 |
Hex | 73 | 88 | 80 |
Shades of #738880
Tints of #738880
RGB Percentages of Color #738880
CMYK Percentages of Color #738880
Complementary Color
#738880 | #88737b |
#738880 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#738880 Color Preview on White Background
Lorem ipsum dolor sit amet.
#738880 Color CSS Codes
.mybgcolor {background-color:#738880; } .myforecolor {color:#738880; } .mybordercolor {border:3px solid #738880; }
#738880 Text Font Color
<p style="color:#738880">Text here</p>
This sample text font color is #738880
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.
#738880 Background Color
<div style="background-color:#738880">
Div content here</div>
This div background color is #738880
#738880 Border Color
<div style="border:3px solid #738880">
Div here</div>
This div border color is #738880
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,136,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #738880; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #738880; -webkit-box-shadow: 1px 1px 3px 2px #738880; box-shadow: 1px 1px 3px 2px #738880; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,136,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #738880">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #738880; -webkit-box-shadow: 1px 1px 3px 2px #738880; box-shadow: 1px 1px 3px 2px #738880;">
Div content here</div>
This div box has shadow with color #738880
Comments
No comments written yet.
Please login to write comment.