Shades of Sand Dune #83776D
Tints of Sand Dune #83776D
RGB
CMYK
RGB Variations
Color information
#83776D (or 0x83776D) is known color: Sand Dune. HEX triplet: 83, 77 and 6D. RGB value is (131,119,109). Sum of RGB (Red+Green+Blue) = 131+119+109=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #83776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83776D is #7C8892. Grayscale: #797979. Windows color (decimal): -8161427 or 7174019. OLE color: 7174019.
HSL color Cylindrical-coordinate representation of color #83776D: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83776D is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 119 | 109 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.49 |
| HSL | 27.27º | 0.09% | 0.47% | - |
| HSV(B) | 27.27º | 0.17% | 0.51% | - |
| XYZ | 18.72 | 19.12 | 17.17 | - |
| YUV | 121.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 109 | 0 | 0.09 | 0.17 | 0.49 | 27.27 | 0.09 | 0.47 |
| Hex | 83 | 77 | 6D | 0 | 9 | 11 | 31 | 1B | 9 | 2F |
| Octal | 203 | 167 | 155 | 0 | 11 | 21 | 61 | 33 | 11 | 57 |
| Binary | 10000011 | 1110111 | 1101101 | 0 | 1001 | 10001 | 110001 | 11011 | 1001 | 101111 |
Color Harmonies of #83776D
Complementary color
Monochromatic Colors of #83776D
Black with #83776D
Text Example
Text Example
White with #83776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83776D; }
p { color: rgb(131,119,109); }
H1.HeaderClassName
{
color: #83776D;
}
.AnyTagClassName
{
color: #83776D;
}
</style>
background-color css
<style>
a { background-color: #83776D; }
a { background-color: rgb(131,119,109); }
div.DivClassName
{
background-color: #83776D;
}
.BgClassName
{
background-color: #83776D;
}
</style>
border-color css
<style>
span { border-color: #83776D; }
span { border-color: rgb(131,119,109); }
td.TdClassName
{
border-color: #83776D;
}
.TagClassName
{
border-color: #83776D;
}
</style>