Shades of Sand Dune #7D756F
Tints of Sand Dune #7D756F
RGB
CMYK
RGB Variations
Color information
#7D756F (or 0x7D756F) is known color: Sand Dune. HEX triplet: 7D, 75 and 6F. RGB value is (125,117,111). Sum of RGB (Red+Green+Blue) = 125+117+111=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 125 - color contains mainly: red. Hex color #7D756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D756F is #828A90. Grayscale: #767676. Windows color (decimal): -8555153 or 7304573. OLE color: 7304573.
HSL color Cylindrical-coordinate representation of color #7D756F: hue angle of 25.71º 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 #7D756F is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 111 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.51 |
| HSL | 25.71º | 0.06% | 0.46% | - |
| HSV(B) | 25.71º | 0.11% | 0.49% | - |
| XYZ | 17.69 | 18.23 | 17.63 | - |
| YUV | 118.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 111 | 0 | 0.06 | 0.11 | 0.51 | 25.71 | 0.06 | 0.46 |
| Hex | 7D | 75 | 6F | 0 | 6 | B | 33 | 1A | 6 | 2E |
| Octal | 175 | 165 | 157 | 0 | 6 | 13 | 63 | 32 | 6 | 56 |
| Binary | 1111101 | 1110101 | 1101111 | 0 | 110 | 1011 | 110011 | 11010 | 110 | 101110 |
Color Harmonies of #7D756F
Complementary color
Monochromatic Colors of #7D756F
Black with #7D756F
Text Example
Text Example
White with #7D756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D756F; }
p { color: rgb(125,117,111); }
H1.HeaderClassName
{
color: #7D756F;
}
.AnyTagClassName
{
color: #7D756F;
}
</style>
background-color css
<style>
a { background-color: #7D756F; }
a { background-color: rgb(125,117,111); }
div.DivClassName
{
background-color: #7D756F;
}
.BgClassName
{
background-color: #7D756F;
}
</style>
border-color css
<style>
span { border-color: #7D756F; }
span { border-color: rgb(125,117,111); }
td.TdClassName
{
border-color: #7D756F;
}
.TagClassName
{
border-color: #7D756F;
}
</style>