#76683d color RGB value is (7, 102, 131).
#76683d hex color red value is 7, green value is 102, and blue value is 131.
Cylindrical-coordinate representations (HSL) of color #76683d
hue: 194.03,
saturation: 0.9 and lightness: 0.27.
The process color (four-color CMYK) of #76683d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #76683d is #ff9999. Color #76683d contains mainly RED.
Color spaces of #76683d | Value |
---|---|
RGB | 118, 104, 61 |
HSL | 0.13, 0.32, 0.35 |
HSV | 45°, 48°, 46° |
XYZ | 13.26, 14.09, 6.43 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1110110 | 1101000 | 111101 |
Octal | 166 | 150 | 75 |
Decimal | 118 | 104 | 61 |
Hex | 76 | 68 | 3D |
Shades of #76683d
Tints of #76683d
.mybgColor {background-color: #76683d;} .myforeColor {color: #76683d;} .myborderColor {border:3px solid #76683d;}
<p style="color:#76683d">Text here</p>
This sample text is styled with the font color #76683d. 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:#76683d">Div content here</div>
<div style="border:3px solid #76683d">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118, 104, 61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76683d; } .divShadow { -moz-box-shadow: 1px 1px 3px #76683d; -webkit-box-shadow: 1px 1px 3px #76683d; box-shadow: 1px 1px 3px #76683d; }
<p style="text-shadow: 4px 4px 2px rgba(118, 104, 61, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #76683d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #76683d;
-webkit-box-shadow: 1px 1px 3px #76683d;
box-shadow: 1px 1px 3px #76683d;">Div content here</div>