Color spaces of #7d9181
RGB | 125 | 145 | 129 |
---|---|---|---|
HSL | 0.37 | 0.08 | 0.53 |
HSV | 132° | 14° | 57° |
CMYK | 0.14 | 0.00 | 0.11 0.43 |
XYZ | 22.5453 | 26.1958 | 24.6369 |
Yxy | 26.1958 | 0.3072 | 0.3570 |
Hunter Lab | 51.1818 | -10.9400 | 7.2874 |
CIE-Lab | 58.2224 | -10.4135 | 6.0973 |
#7d9181 color RGB value is (125,145,129).
#7d9181 hex color red value is 125, green value is 145 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #7d9181 hue: 0.37 , saturation: 0.08 and the lightness value of 7d9181 is 0.53.
The process color (four color CMYK) of #7d9181 color hex is 0.14, 0.00, 0.11, 0.43. Web safe color of #7d9181 is #669999. Color #7d9181 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 10010001 | 10000001 |
Octal | 175 | 221 | 201 |
Decimal | 125 | 145 | 129 |
Hex | 7D | 91 | 81 |
Shades of #7d9181
Tints of #7d9181
RGB Percentages of Color #7d9181
CMYK Percentages of Color #7d9181
Complementary Color
#7d9181 | #917d8d |
#7d9181 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7d9181 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7d9181 Color CSS Codes
.mybgcolor {background-color:#7d9181; } .myforecolor {color:#7d9181; } .mybordercolor {border:3px solid #7d9181; }
#7d9181 Text Font Color
<p style="color:#7d9181">Text here</p>
This sample text font color is #7d9181
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.
#7d9181 Background Color
<div style="background-color:#7d9181">
Div content here</div>
This div background color is #7d9181
#7d9181 Border Color
<div style="border:3px solid #7d9181">
Div here</div>
This div border color is #7d9181
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,145,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d9181; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d9181; -webkit-box-shadow: 1px 1px 3px 2px #7d9181; box-shadow: 1px 1px 3px 2px #7d9181; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,145,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 #7d9181">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d9181; -webkit-box-shadow: 1px 1px 3px 2px #7d9181; box-shadow: 1px 1px 3px 2px #7d9181;">
Div content here</div>
This div box has shadow with color #7d9181
Comments
No comments written yet.
Please login to write comment.