Shades of Sand Dune #80736B
Tints of Sand Dune #80736B
RGB
CMYK
RGB Variations
Color information
#80736B (or 0x80736B) is known color: Sand Dune. HEX triplet: 80, 73 and 6B. RGB value is (128,115,107). Sum of RGB (Red+Green+Blue) = 128+115+107=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80736B is #7F8C94. Grayscale: #767676. Windows color (decimal): -8359061 or 7041920. OLE color: 7041920.
HSL color Cylindrical-coordinate representation of color #80736B: hue angle of 22.86º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80736B is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 107 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.50 |
| HSL | 22.86º | 0.09% | 0.46% | - |
| HSV(B) | 22.86º | 0.16% | 0.5% | - |
| XYZ | 17.69 | 17.91 | 16.44 | - |
| YUV | 117.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 107 | 0 | 0.10 | 0.16 | 0.50 | 22.86 | 0.09 | 0.46 |
| Hex | 80 | 73 | 6B | 0 | A | 10 | 32 | 17 | 9 | 2E |
| Octal | 200 | 163 | 153 | 0 | 12 | 20 | 62 | 27 | 11 | 56 |
| Binary | 10000000 | 1110011 | 1101011 | 0 | 1010 | 10000 | 110010 | 10111 | 1001 | 101110 |
Color Harmonies of #80736B
Complementary color
Monochromatic Colors of #80736B
Black with #80736B
Text Example
Text Example
White with #80736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80736B; }
p { color: rgb(128,115,107); }
H1.HeaderClassName
{
color: #80736B;
}
.AnyTagClassName
{
color: #80736B;
}
</style>
background-color css
<style>
a { background-color: #80736B; }
a { background-color: rgb(128,115,107); }
div.DivClassName
{
background-color: #80736B;
}
.BgClassName
{
background-color: #80736B;
}
</style>
border-color css
<style>
span { border-color: #80736B; }
span { border-color: rgb(128,115,107); }
td.TdClassName
{
border-color: #80736B;
}
.TagClassName
{
border-color: #80736B;
}
</style>