#7d5c6e color RGB value is (7, 213, 198).
#7d5c6e hex color red value is 7, green value is 213, and blue value is 198.
Cylindrical-coordinate representations (HSL) of color #7d5c6e
hue: 175.63,
saturation: 0.94 and lightness: 0.43.
The process color (four-color CMYK) of #7d5c6e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #7d5c6e is #ff9999. Color #7d5c6e contains mainly RED.
| Color spaces of #7d5c6e | Value |
|---|---|
| RGB | 125, 92, 110 |
| HSL | 0.91, 0.15, 0.43 |
| HSV | 327°, 26°, 49° |
| XYZ | 15.1, 13.14, 16.49 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1111101 | 1011100 | 1101110 |
| Octal | 175 | 134 | 156 |
| Decimal | 125 | 92 | 110 |
| Hex | 7D | 5C | 6E |
Shades of #7d5c6e
Tints of #7d5c6e
.mybgColor {background-color: #7d5c6e;}
.myforeColor {color: #7d5c6e;}
.myborderColor {border:3px solid #7d5c6e;}
<p style="color:#7d5c6e">Text here</p>
This sample text is styled with the font color #7d5c6e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#7d5c6e">Div content here</div>
<div style="border:3px solid #7d5c6e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(125, 92, 110, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7d5c6e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #7d5c6e;
-webkit-box-shadow: 1px 1px 3px #7d5c6e;
box-shadow: 1px 1px 3px #7d5c6e; }
<p style="text-shadow: 4px 4px 2px rgba(125, 92, 110, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7d5c6e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #7d5c6e;
-webkit-box-shadow: 1px 1px 3px #7d5c6e;
box-shadow: 1px 1px 3px #7d5c6e;">Div content here</div>
