Shades of Sand Dune #8D785D
Tints of Sand Dune #8D785D
RGB
CMYK
RGB Variations
Color information
#8D785D (or 0x8D785D) is known color: Sand Dune. HEX triplet: 8D, 78 and 5D. RGB value is (141,120,93). Sum of RGB (Red+Green+Blue) = 141+120+93=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D785D is #7287A2. Grayscale: #7B7B7B. Windows color (decimal): -7505827 or 6125709. OLE color: 6125709.
HSL color Cylindrical-coordinate representation of color #8D785D: hue angle of 33.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D785D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 93 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.45 |
| HSL | 33.75º | 0.21% | 0.46% | - |
| HSV(B) | 33.75º | 0.34% | 0.55% | - |
| XYZ | 19.68 | 19.89 | 13.16 | - |
| YUV | 123.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 93 | 0 | 0.15 | 0.34 | 0.45 | 33.75 | 0.21 | 0.46 |
| Hex | 8D | 78 | 5D | 0 | F | 22 | 2D | 22 | 15 | 2E |
| Octal | 215 | 170 | 135 | 0 | 17 | 42 | 55 | 42 | 25 | 56 |
| Binary | 10001101 | 1111000 | 1011101 | 0 | 1111 | 100010 | 101101 | 100010 | 10101 | 101110 |
Color Harmonies of #8D785D
Complementary color
Monochromatic Colors of #8D785D
Black with #8D785D
Text Example
Text Example
White with #8D785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D785D; }
p { color: rgb(141,120,93); }
H1.HeaderClassName
{
color: #8D785D;
}
.AnyTagClassName
{
color: #8D785D;
}
</style>
background-color css
<style>
a { background-color: #8D785D; }
a { background-color: rgb(141,120,93); }
div.DivClassName
{
background-color: #8D785D;
}
.BgClassName
{
background-color: #8D785D;
}
</style>
border-color css
<style>
span { border-color: #8D785D; }
span { border-color: rgb(141,120,93); }
td.TdClassName
{
border-color: #8D785D;
}
.TagClassName
{
border-color: #8D785D;
}
</style>