#763d5d color RGB value is (7, 99, 213).
#763d5d hex color red value is 7, green value is 99, and blue value is 213.
Cylindrical-coordinate representations (HSL) of color #763d5d
hue: 213.2,
saturation: 0.94 and lightness: 0.43.
The process color (four-color CMYK) of #763d5d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #763d5d is #ff9999. Color #763d5d contains mainly RED.
| Color spaces of #763d5d | Value |
|---|---|
| RGB | 118, 61, 93 |
| HSL | 0.91, 0.32, 0.35 |
| HSV | 326°, 48°, 46° |
| XYZ | 11.12, 7.98, 11.31 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110110 | 111101 | 1011101 |
| Octal | 166 | 75 | 135 |
| Decimal | 118 | 61 | 93 |
| Hex | 76 | 3D | 5D |
Shades of #763d5d
Tints of #763d5d
.mybgColor {background-color: #763d5d;}
.myforeColor {color: #763d5d;}
.myborderColor {border:3px solid #763d5d;}
<p style="color:#763d5d">Text here</p>
This sample text is styled with the font color #763d5d. 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:#763d5d">Div content here</div>
<div style="border:3px solid #763d5d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(118, 61, 93, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #763d5d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #763d5d;
-webkit-box-shadow: 1px 1px 3px #763d5d;
box-shadow: 1px 1px 3px #763d5d; }
<p style="text-shadow: 4px 4px 2px rgba(118, 61, 93, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #763d5d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #763d5d;
-webkit-box-shadow: 1px 1px 3px #763d5d;
box-shadow: 1px 1px 3px #763d5d;">Div content here</div>
