Shades of Sand Dune #7D7268
Tints of Sand Dune #7D7268
RGB
CMYK
RGB Variations
Color information
#7D7268 (or 0x7D7268) is known color: Sand Dune. HEX triplet: 7D, 72 and 68. RGB value is (125,114,104). Sum of RGB (Red+Green+Blue) = 125+114+104=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7268 is #828D97. Grayscale: #747474. Windows color (decimal): -8555928 or 6845053. OLE color: 6845053.
HSL color Cylindrical-coordinate representation of color #7D7268: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D7268 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 104 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.51 |
| HSL | 28.57º | 0.09% | 0.45% | - |
| HSV(B) | 28.57º | 0.17% | 0.49% | - |
| XYZ | 16.97 | 17.39 | 15.56 | - |
| YUV | 116.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 104 | 0 | 0.09 | 0.17 | 0.51 | 28.57 | 0.09 | 0.45 |
| Hex | 7D | 72 | 68 | 0 | 9 | 11 | 33 | 1D | 9 | 2D |
| Octal | 175 | 162 | 150 | 0 | 11 | 21 | 63 | 35 | 11 | 55 |
| Binary | 1111101 | 1110010 | 1101000 | 0 | 1001 | 10001 | 110011 | 11101 | 1001 | 101101 |
Color Harmonies of #7D7268
Complementary color
Monochromatic Colors of #7D7268
Black with #7D7268
Text Example
Text Example
White with #7D7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7268; }
p { color: rgb(125,114,104); }
H1.HeaderClassName
{
color: #7D7268;
}
.AnyTagClassName
{
color: #7D7268;
}
</style>
background-color css
<style>
a { background-color: #7D7268; }
a { background-color: rgb(125,114,104); }
div.DivClassName
{
background-color: #7D7268;
}
.BgClassName
{
background-color: #7D7268;
}
</style>
border-color css
<style>
span { border-color: #7D7268; }
span { border-color: rgb(125,114,104); }
td.TdClassName
{
border-color: #7D7268;
}
.TagClassName
{
border-color: #7D7268;
}
</style>