Shades of Sand Dune #7D726A
Tints of Sand Dune #7D726A
RGB
CMYK
RGB Variations
Color information
#7D726A (or 0x7D726A) is known color: Sand Dune. HEX triplet: 7D, 72 and 6A. RGB value is (125,114,106). Sum of RGB (Red+Green+Blue) = 125+114+106=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D726A is #828D95. Grayscale: #747474. Windows color (decimal): -8555926 or 6976125. OLE color: 6976125.
HSL color Cylindrical-coordinate representation of color #7D726A: hue angle of 25.26º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D726A is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 106 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.51 |
| HSL | 25.26º | 0.08% | 0.45% | - |
| HSV(B) | 25.26º | 0.15% | 0.49% | - |
| XYZ | 17.08 | 17.44 | 16.1 | - |
| YUV | 116.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 106 | 0 | 0.09 | 0.15 | 0.51 | 25.26 | 0.08 | 0.45 |
| Hex | 7D | 72 | 6A | 0 | 9 | F | 33 | 19 | 8 | 2D |
| Octal | 175 | 162 | 152 | 0 | 11 | 17 | 63 | 31 | 10 | 55 |
| Binary | 1111101 | 1110010 | 1101010 | 0 | 1001 | 1111 | 110011 | 11001 | 1000 | 101101 |
Color Harmonies of #7D726A
Complementary color
Monochromatic Colors of #7D726A
Black with #7D726A
Text Example
Text Example
White with #7D726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D726A; }
p { color: rgb(125,114,106); }
H1.HeaderClassName
{
color: #7D726A;
}
.AnyTagClassName
{
color: #7D726A;
}
</style>
background-color css
<style>
a { background-color: #7D726A; }
a { background-color: rgb(125,114,106); }
div.DivClassName
{
background-color: #7D726A;
}
.BgClassName
{
background-color: #7D726A;
}
</style>
border-color css
<style>
span { border-color: #7D726A; }
span { border-color: rgb(125,114,106); }
td.TdClassName
{
border-color: #7D726A;
}
.TagClassName
{
border-color: #7D726A;
}
</style>