#B76E79 color RGB value is (11, 118, 231).
#B76E79 hex color red value is 11, green value is 118, and blue value is 231.
Cylindrical-coordinate representations (HSL) of color #B76E79
hue: 210.82,
saturation: 0.91 and lightness: 0.47.
The process color (four-color CMYK) of #B76E79 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B76E79 is #ff9999. Color #B76E79 contains mainly RED.
| Color spaces of #B76E79 | Value |
|---|---|
| RGB | 183, 110, 121 |
| HSL | 0.97, 0.34, 0.57 |
| HSV | 351°, 40°, 72° |
| XYZ | 28.56, 22.6, 20.94 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110111 | 1101110 | 1111001 |
| Octal | 267 | 156 | 171 |
| Decimal | 183 | 110 | 121 |
| Hex | B7 | 6E | 79 |
Shades of #B76E79
Tints of #B76E79
.mybgColor {background-color: #B76E79;}
.myforeColor {color: #B76E79;}
.myborderColor {border:3px solid #B76E79;}
<p style="color:#B76E79">Text here</p>
This sample text is styled with the font color #B76E79. 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:#B76E79">Div content here</div>
<div style="border:3px solid #B76E79">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(183, 110, 121, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #B76E79; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #B76E79;
-webkit-box-shadow: 1px 1px 3px #B76E79;
box-shadow: 1px 1px 3px #B76E79; }
<p style="text-shadow: 4px 4px 2px rgba(183, 110, 121, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B76E79;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B76E79;
-webkit-box-shadow: 1px 1px 3px #B76E79;
box-shadow: 1px 1px 3px #B76E79;">Div content here</div>
