Shades of Sand Dune #83776A
Tints of Sand Dune #83776A
RGB
CMYK
RGB Variations
Color information
#83776A (or 0x83776A) is known color: Sand Dune. HEX triplet: 83, 77 and 6A. RGB value is (131,119,106). Sum of RGB (Red+Green+Blue) = 131+119+106=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #83776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83776A is #7C8895. Grayscale: #797979. Windows color (decimal): -8161430 or 6977411. OLE color: 6977411.
HSL color Cylindrical-coordinate representation of color #83776A: hue angle of 31.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83776A is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 119 | 106 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.49 |
| HSL | 31.2º | 0.11% | 0.46% | - |
| HSV(B) | 31.2º | 0.19% | 0.51% | - |
| XYZ | 18.56 | 19.06 | 16.34 | - |
| YUV | 121.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 106 | 0 | 0.09 | 0.19 | 0.49 | 31.2 | 0.11 | 0.46 |
| Hex | 83 | 77 | 6A | 0 | 9 | 13 | 31 | 1F | B | 2E |
| Octal | 203 | 167 | 152 | 0 | 11 | 23 | 61 | 37 | 13 | 56 |
| Binary | 10000011 | 1110111 | 1101010 | 0 | 1001 | 10011 | 110001 | 11111 | 1011 | 101110 |
Color Harmonies of #83776A
Complementary color
Monochromatic Colors of #83776A
Black with #83776A
Text Example
Text Example
White with #83776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83776A; }
p { color: rgb(131,119,106); }
H1.HeaderClassName
{
color: #83776A;
}
.AnyTagClassName
{
color: #83776A;
}
</style>
background-color css
<style>
a { background-color: #83776A; }
a { background-color: rgb(131,119,106); }
div.DivClassName
{
background-color: #83776A;
}
.BgClassName
{
background-color: #83776A;
}
</style>
border-color css
<style>
span { border-color: #83776A; }
span { border-color: rgb(131,119,106); }
td.TdClassName
{
border-color: #83776A;
}
.TagClassName
{
border-color: #83776A;
}
</style>