Shades of Sand Dune #88786A
Tints of Sand Dune #88786A
RGB
CMYK
RGB Variations
Color information
#88786A (or 0x88786A) is known color: Sand Dune. HEX triplet: 88, 78 and 6A. RGB value is (136,120,106). Sum of RGB (Red+Green+Blue) = 136+120+106=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88786A is #778795. Grayscale: #7B7B7B. Windows color (decimal): -7833494 or 6977672. OLE color: 6977672.
HSL color Cylindrical-coordinate representation of color #88786A: hue angle of 28º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88786A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 106 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.47 |
| HSL | 28º | 0.12% | 0.47% | - |
| HSV(B) | 28º | 0.22% | 0.53% | - |
| XYZ | 19.47 | 19.71 | 16.41 | - |
| YUV | 123.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 106 | 0 | 0.12 | 0.22 | 0.47 | 28 | 0.12 | 0.47 |
| Hex | 88 | 78 | 6A | 0 | C | 16 | 2F | 1C | C | 2F |
| Octal | 210 | 170 | 152 | 0 | 14 | 26 | 57 | 34 | 14 | 57 |
| Binary | 10001000 | 1111000 | 1101010 | 0 | 1100 | 10110 | 101111 | 11100 | 1100 | 101111 |
Color Harmonies of #88786A
Complementary color
Monochromatic Colors of #88786A
Black with #88786A
Text Example
Text Example
White with #88786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88786A; }
p { color: rgb(136,120,106); }
H1.HeaderClassName
{
color: #88786A;
}
.AnyTagClassName
{
color: #88786A;
}
</style>
background-color css
<style>
a { background-color: #88786A; }
a { background-color: rgb(136,120,106); }
div.DivClassName
{
background-color: #88786A;
}
.BgClassName
{
background-color: #88786A;
}
</style>
border-color css
<style>
span { border-color: #88786A; }
span { border-color: rgb(136,120,106); }
td.TdClassName
{
border-color: #88786A;
}
.TagClassName
{
border-color: #88786A;
}
</style>