Shades of Sand Dune #7A756F
Tints of Sand Dune #7A756F
RGB
CMYK
RGB Variations
Color information
#7A756F (or 0x7A756F) is known color: Sand Dune. HEX triplet: 7A, 75 and 6F. RGB value is (122,117,111). Sum of RGB (Red+Green+Blue) = 122+117+111=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 122 - color contains mainly: red. Hex color #7A756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A756F is #858A90. Grayscale: #757575. Windows color (decimal): -8751761 or 7304570. OLE color: 7304570.
HSL color Cylindrical-coordinate representation of color #7A756F: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A756F is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 111 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.52 |
| HSL | 32.73º | 0.05% | 0.46% | - |
| HSV(B) | 32.73º | 0.09% | 0.48% | - |
| XYZ | 17.26 | 18.01 | 17.61 | - |
| YUV | 117.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 111 | 0 | 0.04 | 0.09 | 0.52 | 32.73 | 0.05 | 0.46 |
| Hex | 7A | 75 | 6F | 0 | 4 | 9 | 34 | 21 | 5 | 2E |
| Octal | 172 | 165 | 157 | 0 | 4 | 11 | 64 | 41 | 5 | 56 |
| Binary | 1111010 | 1110101 | 1101111 | 0 | 100 | 1001 | 110100 | 100001 | 101 | 101110 |
Color Harmonies of #7A756F
Complementary color
Monochromatic Colors of #7A756F
Black with #7A756F
Text Example
Text Example
White with #7A756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A756F; }
p { color: rgb(122,117,111); }
H1.HeaderClassName
{
color: #7A756F;
}
.AnyTagClassName
{
color: #7A756F;
}
</style>
background-color css
<style>
a { background-color: #7A756F; }
a { background-color: rgb(122,117,111); }
div.DivClassName
{
background-color: #7A756F;
}
.BgClassName
{
background-color: #7A756F;
}
</style>
border-color css
<style>
span { border-color: #7A756F; }
span { border-color: rgb(122,117,111); }
td.TdClassName
{
border-color: #7A756F;
}
.TagClassName
{
border-color: #7A756F;
}
</style>