Shades of Sand Dune #7E7268
Tints of Sand Dune #7E7268
RGB
CMYK
RGB Variations
Color information
#7E7268 (or 0x7E7268) is known color: Sand Dune. HEX triplet: 7E, 72 and 68. RGB value is (126,114,104). Sum of RGB (Red+Green+Blue) = 126+114+104=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7268 is #818D97. Grayscale: #747474. Windows color (decimal): -8490392 or 6845054. OLE color: 6845054.
HSL color Cylindrical-coordinate representation of color #7E7268: hue angle of 27.27º degrees, saturation: 0.1, 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 #7E7268 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 104 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.51 |
| HSL | 27.27º | 0.1% | 0.45% | - |
| HSV(B) | 27.27º | 0.17% | 0.49% | - |
| XYZ | 17.12 | 17.47 | 15.57 | - |
| YUV | 116.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 104 | 0 | 0.10 | 0.17 | 0.51 | 27.27 | 0.1 | 0.45 |
| Hex | 7E | 72 | 68 | 0 | A | 11 | 33 | 1B | A | 2D |
| Octal | 176 | 162 | 150 | 0 | 12 | 21 | 63 | 33 | 12 | 55 |
| Binary | 1111110 | 1110010 | 1101000 | 0 | 1010 | 10001 | 110011 | 11011 | 1010 | 101101 |
Color Harmonies of #7E7268
Complementary color
Monochromatic Colors of #7E7268
Black with #7E7268
Text Example
Text Example
White with #7E7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7268; }
p { color: rgb(126,114,104); }
H1.HeaderClassName
{
color: #7E7268;
}
.AnyTagClassName
{
color: #7E7268;
}
</style>
background-color css
<style>
a { background-color: #7E7268; }
a { background-color: rgb(126,114,104); }
div.DivClassName
{
background-color: #7E7268;
}
.BgClassName
{
background-color: #7E7268;
}
</style>
border-color css
<style>
span { border-color: #7E7268; }
span { border-color: rgb(126,114,104); }
td.TdClassName
{
border-color: #7E7268;
}
.TagClassName
{
border-color: #7E7268;
}
</style>