Shades of Sand Dune #82756A
Tints of Sand Dune #82756A
RGB
CMYK
RGB Variations
Color information
#82756A (or 0x82756A) is known color: Sand Dune. HEX triplet: 82, 75 and 6A. RGB value is (130,117,106). Sum of RGB (Red+Green+Blue) = 130+117+106=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82756A is #7D8A95. Grayscale: #777777. Windows color (decimal): -8227478 or 6976898. OLE color: 6976898.
HSL color Cylindrical-coordinate representation of color #82756A: hue angle of 27.5º 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 #82756A is Cyan = 0, Magento = 0.1, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 106 | - |
| CMYK | 0 | 0.1 | 0.18 | 0.49 |
| HSL | 27.5º | 0.1% | 0.46% | - |
| HSV(B) | 27.5º | 0.18% | 0.51% | - |
| XYZ | 18.17 | 18.51 | 16.25 | - |
| YUV | 119.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 106 | 0 | 0.1 | 0.18 | 0.49 | 27.5 | 0.1 | 0.46 |
| Hex | 82 | 75 | 6A | 0 | A | 12 | 31 | 1C | A | 2E |
| Octal | 202 | 165 | 152 | 0 | 12 | 22 | 61 | 34 | 12 | 56 |
| Binary | 10000010 | 1110101 | 1101010 | 0 | 1010 | 10010 | 110001 | 11100 | 1010 | 101110 |
Color Harmonies of #82756A
Complementary color
Monochromatic Colors of #82756A
Black with #82756A
Text Example
Text Example
White with #82756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82756A; }
p { color: rgb(130,117,106); }
H1.HeaderClassName
{
color: #82756A;
}
.AnyTagClassName
{
color: #82756A;
}
</style>
background-color css
<style>
a { background-color: #82756A; }
a { background-color: rgb(130,117,106); }
div.DivClassName
{
background-color: #82756A;
}
.BgClassName
{
background-color: #82756A;
}
</style>
border-color css
<style>
span { border-color: #82756A; }
span { border-color: rgb(130,117,106); }
td.TdClassName
{
border-color: #82756A;
}
.TagClassName
{
border-color: #82756A;
}
</style>