Shades of Sand Dune #7E7569
Tints of Sand Dune #7E7569
RGB
CMYK
RGB Variations
Color information
#7E7569 (or 0x7E7569) is known color: Sand Dune. HEX triplet: 7E, 75 and 69. RGB value is (126,117,105). Sum of RGB (Red+Green+Blue) = 126+117+105=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7569 is #818A96. Grayscale: #767676. Windows color (decimal): -8489623 or 6911358. OLE color: 6911358.
HSL color Cylindrical-coordinate representation of color #7E7569: hue angle of 34.29º 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 #7E7569 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 105 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.51 |
| HSL | 34.29º | 0.09% | 0.45% | - |
| HSV(B) | 34.29º | 0.17% | 0.49% | - |
| XYZ | 17.52 | 18.18 | 15.95 | - |
| YUV | 118.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 105 | 0 | 0.07 | 0.17 | 0.51 | 34.29 | 0.09 | 0.45 |
| Hex | 7E | 75 | 69 | 0 | 7 | 11 | 33 | 22 | 9 | 2D |
| Octal | 176 | 165 | 151 | 0 | 7 | 21 | 63 | 42 | 11 | 55 |
| Binary | 1111110 | 1110101 | 1101001 | 0 | 111 | 10001 | 110011 | 100010 | 1001 | 101101 |
Color Harmonies of #7E7569
Complementary color
Monochromatic Colors of #7E7569
Black with #7E7569
Text Example
Text Example
White with #7E7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7569; }
p { color: rgb(126,117,105); }
H1.HeaderClassName
{
color: #7E7569;
}
.AnyTagClassName
{
color: #7E7569;
}
</style>
background-color css
<style>
a { background-color: #7E7569; }
a { background-color: rgb(126,117,105); }
div.DivClassName
{
background-color: #7E7569;
}
.BgClassName
{
background-color: #7E7569;
}
</style>
border-color css
<style>
span { border-color: #7E7569; }
span { border-color: rgb(126,117,105); }
td.TdClassName
{
border-color: #7E7569;
}
.TagClassName
{
border-color: #7E7569;
}
</style>