Shades of Sand Dune #8A795E
Tints of Sand Dune #8A795E
RGB
CMYK
RGB Variations
Color information
#8A795E (or 0x8A795E) is known color: Sand Dune. HEX triplet: 8A, 79 and 5E. RGB value is (138,121,94). Sum of RGB (Red+Green+Blue) = 138+121+94=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A795E is #7586A1. Grayscale: #7B7B7B. Windows color (decimal): -7702178 or 6191498. OLE color: 6191498.
HSL color Cylindrical-coordinate representation of color #8A795E: hue angle of 36.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A795E is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 121 | 94 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.46 |
| HSL | 36.82º | 0.19% | 0.45% | - |
| HSV(B) | 36.82º | 0.32% | 0.54% | - |
| XYZ | 19.34 | 19.89 | 13.41 | - |
| YUV | 123.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 94 | 0 | 0.12 | 0.32 | 0.46 | 36.82 | 0.19 | 0.45 |
| Hex | 8A | 79 | 5E | 0 | C | 20 | 2E | 25 | 13 | 2D |
| Octal | 212 | 171 | 136 | 0 | 14 | 40 | 56 | 45 | 23 | 55 |
| Binary | 10001010 | 1111001 | 1011110 | 0 | 1100 | 100000 | 101110 | 100101 | 10011 | 101101 |
Color Harmonies of #8A795E
Complementary color
Monochromatic Colors of #8A795E
Black with #8A795E
Text Example
Text Example
White with #8A795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A795E; }
p { color: rgb(138,121,94); }
H1.HeaderClassName
{
color: #8A795E;
}
.AnyTagClassName
{
color: #8A795E;
}
</style>
background-color css
<style>
a { background-color: #8A795E; }
a { background-color: rgb(138,121,94); }
div.DivClassName
{
background-color: #8A795E;
}
.BgClassName
{
background-color: #8A795E;
}
</style>
border-color css
<style>
span { border-color: #8A795E; }
span { border-color: rgb(138,121,94); }
td.TdClassName
{
border-color: #8A795E;
}
.TagClassName
{
border-color: #8A795E;
}
</style>