Shades of Sand Dune #81786B
Tints of Sand Dune #81786B
RGB
CMYK
RGB Variations
Color information
#81786B (or 0x81786B) is known color: Sand Dune. HEX triplet: 81, 78 and 6B. RGB value is (129,120,107). Sum of RGB (Red+Green+Blue) = 129+120+107=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #81786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81786B is #7E8794. Grayscale: #797979. Windows color (decimal): -8292245 or 7043201. OLE color: 7043201.
HSL color Cylindrical-coordinate representation of color #81786B: hue angle of 35.45º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81786B is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 107 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.49 |
| HSL | 35.45º | 0.09% | 0.46% | - |
| HSV(B) | 35.45º | 0.17% | 0.51% | - |
| XYZ | 18.42 | 19.16 | 16.64 | - |
| YUV | 121.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 107 | 0 | 0.07 | 0.17 | 0.49 | 35.45 | 0.09 | 0.46 |
| Hex | 81 | 78 | 6B | 0 | 7 | 11 | 31 | 23 | 9 | 2E |
| Octal | 201 | 170 | 153 | 0 | 7 | 21 | 61 | 43 | 11 | 56 |
| Binary | 10000001 | 1111000 | 1101011 | 0 | 111 | 10001 | 110001 | 100011 | 1001 | 101110 |
Color Harmonies of #81786B
Complementary color
Monochromatic Colors of #81786B
Black with #81786B
Text Example
Text Example
White with #81786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81786B; }
p { color: rgb(129,120,107); }
H1.HeaderClassName
{
color: #81786B;
}
.AnyTagClassName
{
color: #81786B;
}
</style>
background-color css
<style>
a { background-color: #81786B; }
a { background-color: rgb(129,120,107); }
div.DivClassName
{
background-color: #81786B;
}
.BgClassName
{
background-color: #81786B;
}
</style>
border-color css
<style>
span { border-color: #81786B; }
span { border-color: rgb(129,120,107); }
td.TdClassName
{
border-color: #81786B;
}
.TagClassName
{
border-color: #81786B;
}
</style>