Shades of Sand Dune #887A68
Tints of Sand Dune #887A68
RGB
CMYK
RGB Variations
Color information
#887A68 (or 0x887A68) is known color: Sand Dune. HEX triplet: 88, 7A and 68. RGB value is (136,122,104). Sum of RGB (Red+Green+Blue) = 136+122+104=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #887A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A68 is #778597. Grayscale: #7C7C7C. Windows color (decimal): -7832984 or 6847112. OLE color: 6847112.
HSL color Cylindrical-coordinate representation of color #887A68: hue angle of 33.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #887A68 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 104 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.47 |
| HSL | 33.75º | 0.13% | 0.47% | - |
| HSV(B) | 33.75º | 0.24% | 0.53% | - |
| XYZ | 19.61 | 20.15 | 15.95 | - |
| YUV | 124.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 104 | 0 | 0.10 | 0.24 | 0.47 | 33.75 | 0.13 | 0.47 |
| Hex | 88 | 7A | 68 | 0 | A | 18 | 2F | 22 | D | 2F |
| Octal | 210 | 172 | 150 | 0 | 12 | 30 | 57 | 42 | 15 | 57 |
| Binary | 10001000 | 1111010 | 1101000 | 0 | 1010 | 11000 | 101111 | 100010 | 1101 | 101111 |
Color Harmonies of #887A68
Complementary color
Monochromatic Colors of #887A68
Black with #887A68
Text Example
Text Example
White with #887A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A68; }
p { color: rgb(136,122,104); }
H1.HeaderClassName
{
color: #887A68;
}
.AnyTagClassName
{
color: #887A68;
}
</style>
background-color css
<style>
a { background-color: #887A68; }
a { background-color: rgb(136,122,104); }
div.DivClassName
{
background-color: #887A68;
}
.BgClassName
{
background-color: #887A68;
}
</style>
border-color css
<style>
span { border-color: #887A68; }
span { border-color: rgb(136,122,104); }
td.TdClassName
{
border-color: #887A68;
}
.TagClassName
{
border-color: #887A68;
}
</style>