Shades of Sand Dune #81786C
Tints of Sand Dune #81786C
RGB
CMYK
RGB Variations
Color information
#81786C (or 0x81786C) is known color: Sand Dune. HEX triplet: 81, 78 and 6C. RGB value is (129,120,108). Sum of RGB (Red+Green+Blue) = 129+120+108=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81786C is #7E8793. Grayscale: #797979. Windows color (decimal): -8292244 or 7108737. OLE color: 7108737.
HSL color Cylindrical-coordinate representation of color #81786C: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81786C is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 108 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.49 |
| HSL | 34.29º | 0.09% | 0.46% | - |
| HSV(B) | 34.29º | 0.16% | 0.51% | - |
| XYZ | 18.48 | 19.18 | 16.92 | - |
| YUV | 121.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 108 | 0 | 0.07 | 0.16 | 0.49 | 34.29 | 0.09 | 0.46 |
| Hex | 81 | 78 | 6C | 0 | 7 | 10 | 31 | 22 | 9 | 2E |
| Octal | 201 | 170 | 154 | 0 | 7 | 20 | 61 | 42 | 11 | 56 |
| Binary | 10000001 | 1111000 | 1101100 | 0 | 111 | 10000 | 110001 | 100010 | 1001 | 101110 |
Color Harmonies of #81786C
Complementary color
Monochromatic Colors of #81786C
Black with #81786C
Text Example
Text Example
White with #81786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81786C; }
p { color: rgb(129,120,108); }
H1.HeaderClassName
{
color: #81786C;
}
.AnyTagClassName
{
color: #81786C;
}
</style>
background-color css
<style>
a { background-color: #81786C; }
a { background-color: rgb(129,120,108); }
div.DivClassName
{
background-color: #81786C;
}
.BgClassName
{
background-color: #81786C;
}
</style>
border-color css
<style>
span { border-color: #81786C; }
span { border-color: rgb(129,120,108); }
td.TdClassName
{
border-color: #81786C;
}
.TagClassName
{
border-color: #81786C;
}
</style>