Shades of Sand Dune #7C766E
Tints of Sand Dune #7C766E
RGB
CMYK
RGB Variations
Color information
#7C766E (or 0x7C766E) is known color: Sand Dune. HEX triplet: 7C, 76 and 6E. RGB value is (124,118,110). Sum of RGB (Red+Green+Blue) = 124+118+110=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 124 - color contains mainly: red. Hex color #7C766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C766E is #838991. Grayscale: #767676. Windows color (decimal): -8620434 or 7239292. OLE color: 7239292.
HSL color Cylindrical-coordinate representation of color #7C766E: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C766E is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 110 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.51 |
| HSL | 34.29º | 0.06% | 0.46% | - |
| HSV(B) | 34.29º | 0.11% | 0.49% | - |
| XYZ | 17.61 | 18.37 | 17.37 | - |
| YUV | 118.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 110 | 0 | 0.05 | 0.11 | 0.51 | 34.29 | 0.06 | 0.46 |
| Hex | 7C | 76 | 6E | 0 | 5 | B | 33 | 22 | 6 | 2E |
| Octal | 174 | 166 | 156 | 0 | 5 | 13 | 63 | 42 | 6 | 56 |
| Binary | 1111100 | 1110110 | 1101110 | 0 | 101 | 1011 | 110011 | 100010 | 110 | 101110 |
Color Harmonies of #7C766E
Complementary color
Monochromatic Colors of #7C766E
Black with #7C766E
Text Example
Text Example
White with #7C766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C766E; }
p { color: rgb(124,118,110); }
H1.HeaderClassName
{
color: #7C766E;
}
.AnyTagClassName
{
color: #7C766E;
}
</style>
background-color css
<style>
a { background-color: #7C766E; }
a { background-color: rgb(124,118,110); }
div.DivClassName
{
background-color: #7C766E;
}
.BgClassName
{
background-color: #7C766E;
}
</style>
border-color css
<style>
span { border-color: #7C766E; }
span { border-color: rgb(124,118,110); }
td.TdClassName
{
border-color: #7C766E;
}
.TagClassName
{
border-color: #7C766E;
}
</style>