color details

Color Details
#76683d Color Hex

#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
Color spaces of #76683dValue
RGB118, 104, 61
HSL0.13, 0.32, 0.35
HSV45°, 48°, 46°
XYZ13.26, 14.09, 6.43
Base Numbers
Base Red Green Blue
Binary 1110110 1101000 111101
Octal 166 150 75
Decimal 118 104 61
Hex 76 68 3D

RGB Percentages for Color #76683d

41.7%
36.75%
21.55%

CMYK Percentages of the Color #76683d

11.86%
48.31%
53.73%
CSS Codes for Color #76683d
.mybgColor {background-color: #76683d;}
.myforeColor {color: #76683d;}
.myborderColor {border:3px solid #76683d;}
Text Font Color #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,

Background Color #76683d

<div style="background-color:#76683d">Div content here</div>

The background color of this div is #76683d
Border Color #76683d

<div style="border:3px solid #76683d">Div here</div>

The border color of this div is #76683d
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118, 104, 61, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #76683d;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #76683d

Scroll to Top