Color spaces of #717d81
RGB | 113 | 125 | 129 |
---|---|---|---|
HSL | 0.54 | 0.07 | 0.47 |
HSV | 195° | 12° | 51° |
CMYK | 0.12 | 0.03 | 0.00 0.49 |
XYZ | 18.1061 | 19.7629 | 23.6292 |
Yxy | 19.7629 | 0.2944 | 0.3214 |
Hunter Lab | 44.4555 | -5.0965 | -0.3953 |
CIE-Lab | 51.5681 | -3.5468 | -3.6909 |
#717d81 color RGB value is (113,125,129).
#717d81 hex color red value is 113, green value is 125 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #717d81 hue: 0.54 , saturation: 0.07 and the lightness value of 717d81 is 0.47.
The process color (four color CMYK) of #717d81 color hex is 0.12, 0.03, 0.00, 0.49. Web safe color of #717d81 is #666699. Color #717d81 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01111101 | 10000001 |
Octal | 161 | 175 | 201 |
Decimal | 113 | 125 | 129 |
Hex | 71 | 7D | 81 |
Shades of #717d81
Tints of #717d81
RGB Percentages of Color #717d81
CMYK Percentages of Color #717d81
Complementary Color
#717d81 | #817571 |
#717d81 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#717d81 Color Preview on White Background
Lorem ipsum dolor sit amet.
#717d81 Color CSS Codes
.mybgcolor {background-color:#717d81; } .myforecolor {color:#717d81; } .mybordercolor {border:3px solid #717d81; }
#717d81 Text Font Color
<p style="color:#717d81">Text here</p>
This sample text font color is #717d81
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.
#717d81 Background Color
<div style="background-color:#717d81">
Div content here</div>
This div background color is #717d81
#717d81 Border Color
<div style="border:3px solid #717d81">
Div here</div>
This div border color is #717d81
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,125,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #717d81; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #717d81; -webkit-box-shadow: 1px 1px 3px 2px #717d81; box-shadow: 1px 1px 3px 2px #717d81; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,125,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #717d81">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #717d81; -webkit-box-shadow: 1px 1px 3px 2px #717d81; box-shadow: 1px 1px 3px 2px #717d81;">
Div content here</div>
This div box has shadow with color #717d81
Comments
No comments written yet.
Please login to write comment.