Shades of Sand Dune #82786A
Tints of Sand Dune #82786A
RGB
CMYK
RGB Variations
Color information
#82786A (or 0x82786A) is known color: Sand Dune. HEX triplet: 82, 78 and 6A. RGB value is (130,120,106). Sum of RGB (Red+Green+Blue) = 130+120+106=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82786A is #7D8795. Grayscale: #797979. Windows color (decimal): -8226710 or 6977666. OLE color: 6977666.
HSL color Cylindrical-coordinate representation of color #82786A: hue angle of 35º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82786A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 106 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.49 |
| HSL | 35º | 0.1% | 0.46% | - |
| HSV(B) | 35º | 0.18% | 0.51% | - |
| XYZ | 18.52 | 19.22 | 16.37 | - |
| YUV | 121.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 106 | 0 | 0.08 | 0.18 | 0.49 | 35 | 0.1 | 0.46 |
| Hex | 82 | 78 | 6A | 0 | 8 | 12 | 31 | 23 | A | 2E |
| Octal | 202 | 170 | 152 | 0 | 10 | 22 | 61 | 43 | 12 | 56 |
| Binary | 10000010 | 1111000 | 1101010 | 0 | 1000 | 10010 | 110001 | 100011 | 1010 | 101110 |
Color Harmonies of #82786A
Complementary color
Monochromatic Colors of #82786A
Black with #82786A
Text Example
Text Example
White with #82786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82786A; }
p { color: rgb(130,120,106); }
H1.HeaderClassName
{
color: #82786A;
}
.AnyTagClassName
{
color: #82786A;
}
</style>
background-color css
<style>
a { background-color: #82786A; }
a { background-color: rgb(130,120,106); }
div.DivClassName
{
background-color: #82786A;
}
.BgClassName
{
background-color: #82786A;
}
</style>
border-color css
<style>
span { border-color: #82786A; }
span { border-color: rgb(130,120,106); }
td.TdClassName
{
border-color: #82786A;
}
.TagClassName
{
border-color: #82786A;
}
</style>