Shades of Sand Dune #82776B
Tints of Sand Dune #82776B
RGB
CMYK
RGB Variations
Color information
#82776B (or 0x82776B) is known color: Sand Dune. HEX triplet: 82, 77 and 6B. RGB value is (130,119,107). Sum of RGB (Red+Green+Blue) = 130+119+107=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82776B is #7D8894. Grayscale: #787878. Windows color (decimal): -8226965 or 7042946. OLE color: 7042946.
HSL color Cylindrical-coordinate representation of color #82776B: hue angle of 31.3º 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 #82776B is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 107 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.49 |
| HSL | 31.3º | 0.1% | 0.46% | - |
| HSV(B) | 31.3º | 0.18% | 0.51% | - |
| XYZ | 18.46 | 19 | 16.6 | - |
| YUV | 120.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 107 | 0 | 0.08 | 0.18 | 0.49 | 31.3 | 0.1 | 0.46 |
| Hex | 82 | 77 | 6B | 0 | 8 | 12 | 31 | 1F | A | 2E |
| Octal | 202 | 167 | 153 | 0 | 10 | 22 | 61 | 37 | 12 | 56 |
| Binary | 10000010 | 1110111 | 1101011 | 0 | 1000 | 10010 | 110001 | 11111 | 1010 | 101110 |
Color Harmonies of #82776B
Complementary color
Monochromatic Colors of #82776B
Black with #82776B
Text Example
Text Example
White with #82776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82776B; }
p { color: rgb(130,119,107); }
H1.HeaderClassName
{
color: #82776B;
}
.AnyTagClassName
{
color: #82776B;
}
</style>
background-color css
<style>
a { background-color: #82776B; }
a { background-color: rgb(130,119,107); }
div.DivClassName
{
background-color: #82776B;
}
.BgClassName
{
background-color: #82776B;
}
</style>
border-color css
<style>
span { border-color: #82776B; }
span { border-color: rgb(130,119,107); }
td.TdClassName
{
border-color: #82776B;
}
.TagClassName
{
border-color: #82776B;
}
</style>