Color spaces of #758388
RGB | 117 | 131 | 136 |
---|---|---|---|
HSL | 0.54 | 0.08 | 0.50 |
HSV | 196° | 14° | 53° |
CMYK | 0.14 | 0.04 | 0.00 0.47 |
XYZ | 19.8964 | 21.7921 | 26.4502 |
Yxy | 21.7921 | 0.2920 | 0.3198 |
Hunter Lab | 46.6820 | -5.6148 | -0.9165 |
CIE-Lab | 53.8057 | -4.0060 | -4.4372 |
#758388 color RGB value is (117,131,136).
#758388 hex color red value is 117, green value is 131 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #758388 hue: 0.54 , saturation: 0.08 and the lightness value of 758388 is 0.50.
The process color (four color CMYK) of #758388 color hex is 0.14, 0.04, 0.00, 0.47. Web safe color of #758388 is #669999. Color #758388 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10000011 | 10001000 |
Octal | 165 | 203 | 210 |
Decimal | 117 | 131 | 136 |
Hex | 75 | 83 | 88 |
Shades of #758388
Tints of #758388
RGB Percentages of Color #758388
CMYK Percentages of Color #758388
Complementary Color
#758388 | #887a75 |
#758388 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#758388 Color Preview on White Background
Lorem ipsum dolor sit amet.
#758388 Color CSS Codes
.mybgcolor {background-color:#758388; } .myforecolor {color:#758388; } .mybordercolor {border:3px solid #758388; }
#758388 Text Font Color
<p style="color:#758388">Text here</p>
This sample text font color is #758388
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.
#758388 Background Color
<div style="background-color:#758388">
Div content here</div>
This div background color is #758388
#758388 Border Color
<div style="border:3px solid #758388">
Div here</div>
This div border color is #758388
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,131,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #758388; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #758388; -webkit-box-shadow: 1px 1px 3px 2px #758388; box-shadow: 1px 1px 3px 2px #758388; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,131,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #758388">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #758388; -webkit-box-shadow: 1px 1px 3px 2px #758388; box-shadow: 1px 1px 3px 2px #758388;">
Div content here</div>
This div box has shadow with color #758388
Comments
No comments written yet.
Please login to write comment.