Shades of Sand Dune #7E766D
Tints of Sand Dune #7E766D
RGB
CMYK
RGB Variations
Color information
#7E766D (or 0x7E766D) is known color: Sand Dune. HEX triplet: 7E, 76 and 6D. RGB value is (126,118,109). Sum of RGB (Red+Green+Blue) = 126+118+109=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 126 - color contains mainly: red. Hex color #7E766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E766D is #818992. Grayscale: #777777. Windows color (decimal): -8489363 or 7173758. OLE color: 7173758.
HSL color Cylindrical-coordinate representation of color #7E766D: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E766D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 109 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.51 |
| HSL | 31.76º | 0.07% | 0.46% | - |
| HSV(B) | 31.76º | 0.13% | 0.49% | - |
| XYZ | 17.84 | 18.5 | 17.1 | - |
| YUV | 119.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 109 | 0 | 0.06 | 0.13 | 0.51 | 31.76 | 0.07 | 0.46 |
| Hex | 7E | 76 | 6D | 0 | 6 | D | 33 | 20 | 7 | 2E |
| Octal | 176 | 166 | 155 | 0 | 6 | 15 | 63 | 40 | 7 | 56 |
| Binary | 1111110 | 1110110 | 1101101 | 0 | 110 | 1101 | 110011 | 100000 | 111 | 101110 |
Color Harmonies of #7E766D
Complementary color
Monochromatic Colors of #7E766D
Black with #7E766D
Text Example
Text Example
White with #7E766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E766D; }
p { color: rgb(126,118,109); }
H1.HeaderClassName
{
color: #7E766D;
}
.AnyTagClassName
{
color: #7E766D;
}
</style>
background-color css
<style>
a { background-color: #7E766D; }
a { background-color: rgb(126,118,109); }
div.DivClassName
{
background-color: #7E766D;
}
.BgClassName
{
background-color: #7E766D;
}
</style>
border-color css
<style>
span { border-color: #7E766D; }
span { border-color: rgb(126,118,109); }
td.TdClassName
{
border-color: #7E766D;
}
.TagClassName
{
border-color: #7E766D;
}
</style>