Shades of Sand Dune #7A726D
Tints of Sand Dune #7A726D
RGB
CMYK
RGB Variations
Color information
#7A726D (or 0x7A726D) is known color: Sand Dune. HEX triplet: 7A, 72 and 6D. RGB value is (122,114,109). Sum of RGB (Red+Green+Blue) = 122+114+109=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A726D is #858D92. Grayscale: #737373. Windows color (decimal): -8752531 or 7172730. OLE color: 7172730.
HSL color Cylindrical-coordinate representation of color #7A726D: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A726D is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 109 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.52 |
| HSL | 23.08º | 0.06% | 0.45% | - |
| HSV(B) | 23.08º | 0.11% | 0.48% | - |
| XYZ | 16.8 | 17.28 | 16.92 | - |
| YUV | 115.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 109 | 0 | 0.07 | 0.11 | 0.52 | 23.08 | 0.06 | 0.45 |
| Hex | 7A | 72 | 6D | 0 | 7 | B | 34 | 17 | 6 | 2D |
| Octal | 172 | 162 | 155 | 0 | 7 | 13 | 64 | 27 | 6 | 55 |
| Binary | 1111010 | 1110010 | 1101101 | 0 | 111 | 1011 | 110100 | 10111 | 110 | 101101 |
Color Harmonies of #7A726D
Complementary color
Monochromatic Colors of #7A726D
Black with #7A726D
Text Example
Text Example
White with #7A726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A726D; }
p { color: rgb(122,114,109); }
H1.HeaderClassName
{
color: #7A726D;
}
.AnyTagClassName
{
color: #7A726D;
}
</style>
background-color css
<style>
a { background-color: #7A726D; }
a { background-color: rgb(122,114,109); }
div.DivClassName
{
background-color: #7A726D;
}
.BgClassName
{
background-color: #7A726D;
}
</style>
border-color css
<style>
span { border-color: #7A726D; }
span { border-color: rgb(122,114,109); }
td.TdClassName
{
border-color: #7A726D;
}
.TagClassName
{
border-color: #7A726D;
}
</style>