Shades of Sand Dune #80786E
Tints of Sand Dune #80786E
RGB
CMYK
RGB Variations
Color information
#80786E (or 0x80786E) is known color: Sand Dune. HEX triplet: 80, 78 and 6E. RGB value is (128,120,110). Sum of RGB (Red+Green+Blue) = 128+120+110=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #80786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80786E is #7F8791. Grayscale: #797979. Windows color (decimal): -8357778 or 7239808. OLE color: 7239808.
HSL color Cylindrical-coordinate representation of color #80786E: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80786E is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 110 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.50 |
| HSL | 33.33º | 0.08% | 0.47% | - |
| HSV(B) | 33.33º | 0.14% | 0.5% | - |
| XYZ | 18.43 | 19.15 | 17.48 | - |
| YUV | 121.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 110 | 0 | 0.06 | 0.14 | 0.50 | 33.33 | 0.08 | 0.47 |
| Hex | 80 | 78 | 6E | 0 | 6 | E | 32 | 21 | 8 | 2F |
| Octal | 200 | 170 | 156 | 0 | 6 | 16 | 62 | 41 | 10 | 57 |
| Binary | 10000000 | 1111000 | 1101110 | 0 | 110 | 1110 | 110010 | 100001 | 1000 | 101111 |
Color Harmonies of #80786E
Complementary color
Monochromatic Colors of #80786E
Black with #80786E
Text Example
Text Example
White with #80786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80786E; }
p { color: rgb(128,120,110); }
H1.HeaderClassName
{
color: #80786E;
}
.AnyTagClassName
{
color: #80786E;
}
</style>
background-color css
<style>
a { background-color: #80786E; }
a { background-color: rgb(128,120,110); }
div.DivClassName
{
background-color: #80786E;
}
.BgClassName
{
background-color: #80786E;
}
</style>
border-color css
<style>
span { border-color: #80786E; }
span { border-color: rgb(128,120,110); }
td.TdClassName
{
border-color: #80786E;
}
.TagClassName
{
border-color: #80786E;
}
</style>