Shades of Sand Dune #7D726B
Tints of Sand Dune #7D726B
RGB
CMYK
RGB Variations
Color information
#7D726B (or 0x7D726B) is known color: Sand Dune. HEX triplet: 7D, 72 and 6B. RGB value is (125,114,107). Sum of RGB (Red+Green+Blue) = 125+114+107=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D726B is #828D94. Grayscale: #747474. Windows color (decimal): -8555925 or 7041661. OLE color: 7041661.
HSL color Cylindrical-coordinate representation of color #7D726B: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D726B is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 107 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.51 |
| HSL | 23.33º | 0.08% | 0.45% | - |
| HSV(B) | 23.33º | 0.14% | 0.49% | - |
| XYZ | 17.13 | 17.46 | 16.38 | - |
| YUV | 116.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 107 | 0 | 0.09 | 0.14 | 0.51 | 23.33 | 0.08 | 0.45 |
| Hex | 7D | 72 | 6B | 0 | 9 | E | 33 | 17 | 8 | 2D |
| Octal | 175 | 162 | 153 | 0 | 11 | 16 | 63 | 27 | 10 | 55 |
| Binary | 1111101 | 1110010 | 1101011 | 0 | 1001 | 1110 | 110011 | 10111 | 1000 | 101101 |
Color Harmonies of #7D726B
Complementary color
Monochromatic Colors of #7D726B
Black with #7D726B
Text Example
Text Example
White with #7D726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D726B; }
p { color: rgb(125,114,107); }
H1.HeaderClassName
{
color: #7D726B;
}
.AnyTagClassName
{
color: #7D726B;
}
</style>
background-color css
<style>
a { background-color: #7D726B; }
a { background-color: rgb(125,114,107); }
div.DivClassName
{
background-color: #7D726B;
}
.BgClassName
{
background-color: #7D726B;
}
</style>
border-color css
<style>
span { border-color: #7D726B; }
span { border-color: rgb(125,114,107); }
td.TdClassName
{
border-color: #7D726B;
}
.TagClassName
{
border-color: #7D726B;
}
</style>