Shades of Sand Dune #8F795D
Tints of Sand Dune #8F795D
RGB
CMYK
RGB Variations
Color information
#8F795D (or 0x8F795D) is known color: Sand Dune. HEX triplet: 8F, 79 and 5D. RGB value is (143,121,93). Sum of RGB (Red+Green+Blue) = 143+121+93=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F795D is #7086A2. Grayscale: #7C7C7C. Windows color (decimal): -7374499 or 6125967. OLE color: 6125967.
HSL color Cylindrical-coordinate representation of color #8F795D: hue angle of 33.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F795D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 93 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.44 |
| HSL | 33.6º | 0.21% | 0.46% | - |
| HSV(B) | 33.6º | 0.35% | 0.56% | - |
| XYZ | 20.14 | 20.3 | 13.21 | - |
| YUV | 124.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 93 | 0 | 0.15 | 0.35 | 0.44 | 33.6 | 0.21 | 0.46 |
| Hex | 8F | 79 | 5D | 0 | F | 23 | 2C | 22 | 15 | 2E |
| Octal | 217 | 171 | 135 | 0 | 17 | 43 | 54 | 42 | 25 | 56 |
| Binary | 10001111 | 1111001 | 1011101 | 0 | 1111 | 100011 | 101100 | 100010 | 10101 | 101110 |
Color Harmonies of #8F795D
Complementary color
Monochromatic Colors of #8F795D
Black with #8F795D
Text Example
Text Example
White with #8F795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F795D; }
p { color: rgb(143,121,93); }
H1.HeaderClassName
{
color: #8F795D;
}
.AnyTagClassName
{
color: #8F795D;
}
</style>
background-color css
<style>
a { background-color: #8F795D; }
a { background-color: rgb(143,121,93); }
div.DivClassName
{
background-color: #8F795D;
}
.BgClassName
{
background-color: #8F795D;
}
</style>
border-color css
<style>
span { border-color: #8F795D; }
span { border-color: rgb(143,121,93); }
td.TdClassName
{
border-color: #8F795D;
}
.TagClassName
{
border-color: #8F795D;
}
</style>