Shades of Sand Dune #82766D
Tints of Sand Dune #82766D
RGB
CMYK
RGB Variations
Color information
#82766D (or 0x82766D) is known color: Sand Dune. HEX triplet: 82, 76 and 6D. RGB value is (130,118,109). Sum of RGB (Red+Green+Blue) = 130+118+109=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82766D is #7D8992. Grayscale: #787878. Windows color (decimal): -8227219 or 7173762. OLE color: 7173762.
HSL color Cylindrical-coordinate representation of color #82766D: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82766D is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 109 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.49 |
| HSL | 25.71º | 0.09% | 0.47% | - |
| HSV(B) | 25.71º | 0.16% | 0.51% | - |
| XYZ | 18.44 | 18.81 | 17.13 | - |
| YUV | 120.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 109 | 0 | 0.09 | 0.16 | 0.49 | 25.71 | 0.09 | 0.47 |
| Hex | 82 | 76 | 6D | 0 | 9 | 10 | 31 | 1A | 9 | 2F |
| Octal | 202 | 166 | 155 | 0 | 11 | 20 | 61 | 32 | 11 | 57 |
| Binary | 10000010 | 1110110 | 1101101 | 0 | 1001 | 10000 | 110001 | 11010 | 1001 | 101111 |
Color Harmonies of #82766D
Complementary color
Monochromatic Colors of #82766D
Black with #82766D
Text Example
Text Example
White with #82766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82766D; }
p { color: rgb(130,118,109); }
H1.HeaderClassName
{
color: #82766D;
}
.AnyTagClassName
{
color: #82766D;
}
</style>
background-color css
<style>
a { background-color: #82766D; }
a { background-color: rgb(130,118,109); }
div.DivClassName
{
background-color: #82766D;
}
.BgClassName
{
background-color: #82766D;
}
</style>
border-color css
<style>
span { border-color: #82766D; }
span { border-color: rgb(130,118,109); }
td.TdClassName
{
border-color: #82766D;
}
.TagClassName
{
border-color: #82766D;
}
</style>