Color spaces of #75978e
RGB | 117 | 151 | 142 |
---|---|---|---|
HSL | 0.46 | 0.14 | 0.53 |
HSV | 164° | 23° | 59° |
CMYK | 0.23 | 0.00 | 0.06 0.41 |
XYZ | 23.2852 | 27.8681 | 29.7430 |
Yxy | 27.8681 | 0.2878 | 0.3445 |
Hunter Lab | 52.7902 | -13.6485 | 3.5481 |
CIE-Lab | 59.7694 | -13.7318 | 0.8677 |
#75978e color RGB value is (117,151,142).
#75978e hex color red value is 117, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #75978e hue: 0.46 , saturation: 0.14 and the lightness value of 75978e is 0.53.
The process color (four color CMYK) of #75978e color hex is 0.23, 0.00, 0.06, 0.41. Web safe color of #75978e is #669999. Color #75978e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10010111 | 10001110 |
Octal | 165 | 227 | 216 |
Decimal | 117 | 151 | 142 |
Hex | 75 | 97 | 8E |
Shades of #75978e
Tints of #75978e
RGB Percentages of Color #75978e
CMYK Percentages of Color #75978e
Complementary Color
#75978e | #97757e |
#75978e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75978e Color Preview on White Background
Lorem ipsum dolor sit amet.
#75978e Color CSS Codes
.mybgcolor {background-color:#75978e; } .myforecolor {color:#75978e; } .mybordercolor {border:3px solid #75978e; }
#75978e Text Font Color
<p style="color:#75978e">Text here</p>
This sample text font color is #75978e
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.
#75978e Background Color
<div style="background-color:#75978e">
Div content here</div>
This div background color is #75978e
#75978e Border Color
<div style="border:3px solid #75978e">
Div here</div>
This div border color is #75978e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,151,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75978e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75978e; -webkit-box-shadow: 1px 1px 3px 2px #75978e; box-shadow: 1px 1px 3px 2px #75978e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,151,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75978e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75978e; -webkit-box-shadow: 1px 1px 3px 2px #75978e; box-shadow: 1px 1px 3px 2px #75978e;">
Div content here</div>
This div box has shadow with color #75978e
Comments
No comments written yet.
Please login to write comment.