Color spaces of #75808d
RGB | 117 | 128 | 141 |
---|---|---|---|
HSL | 0.59 | 0.10 | 0.51 |
HSV | 213° | 17° | 55° |
CMYK | 0.17 | 0.09 | 0.00 0.45 |
XYZ | 19.8630 | 21.1433 | 28.2335 |
Yxy | 21.1433 | 0.2869 | 0.3054 |
Hunter Lab | 45.9818 | -3.3607 | -4.2176 |
CIE-Lab | 53.1060 | -1.1560 | -8.3874 |
#75808d color RGB value is (117,128,141).
#75808d hex color red value is 117, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #75808d hue: 0.59 , saturation: 0.10 and the lightness value of 75808d is 0.51.
The process color (four color CMYK) of #75808d color hex is 0.17, 0.09, 0.00, 0.45. Web safe color of #75808d is #669999. Color #75808d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10000000 | 10001101 |
Octal | 165 | 200 | 215 |
Decimal | 117 | 128 | 141 |
Hex | 75 | 80 | 8D |
Shades of #75808d
Tints of #75808d
RGB Percentages of Color #75808d
CMYK Percentages of Color #75808d
Complementary Color
#75808d | #8d8275 |
#75808d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75808d Color Preview on White Background
Lorem ipsum dolor sit amet.
#75808d Color CSS Codes
.mybgcolor {background-color:#75808d; } .myforecolor {color:#75808d; } .mybordercolor {border:3px solid #75808d; }
#75808d Text Font Color
<p style="color:#75808d">Text here</p>
This sample text font color is #75808d
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.
#75808d Background Color
<div style="background-color:#75808d">
Div content here</div>
This div background color is #75808d
#75808d Border Color
<div style="border:3px solid #75808d">
Div here</div>
This div border color is #75808d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,128,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75808d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75808d; -webkit-box-shadow: 1px 1px 3px 2px #75808d; box-shadow: 1px 1px 3px 2px #75808d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,128,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #75808d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75808d; -webkit-box-shadow: 1px 1px 3px 2px #75808d; box-shadow: 1px 1px 3px 2px #75808d;">
Div content here</div>
This div box has shadow with color #75808d
#75808d Color Palettes
Comments
No comments written yet.
Please login to write comment.