Shades of Sand Dune #877863
Tints of Sand Dune #877863
RGB
CMYK
RGB Variations
Color information
#877863 (or 0x877863) is known color: Sand Dune. HEX triplet: 87, 78 and 63. RGB value is (135,120,99). Sum of RGB (Red+Green+Blue) = 135+120+99=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877863 is #78879C. Grayscale: #7A7A7A. Windows color (decimal): -7899037 or 6518919. OLE color: 6518919.
HSL color Cylindrical-coordinate representation of color #877863: hue angle of 35º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #877863 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 120 | 99 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.47 |
| HSL | 35º | 0.15% | 0.46% | - |
| HSV(B) | 35º | 0.27% | 0.53% | - |
| XYZ | 18.96 | 19.48 | 14.57 | - |
| YUV | 122.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 99 | 0 | 0.11 | 0.27 | 0.47 | 35 | 0.15 | 0.46 |
| Hex | 87 | 78 | 63 | 0 | B | 1B | 2F | 23 | F | 2E |
| Octal | 207 | 170 | 143 | 0 | 13 | 33 | 57 | 43 | 17 | 56 |
| Binary | 10000111 | 1111000 | 1100011 | 0 | 1011 | 11011 | 101111 | 100011 | 1111 | 101110 |
Color Harmonies of #877863
Complementary color
Monochromatic Colors of #877863
Black with #877863
Text Example
Text Example
White with #877863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877863; }
p { color: rgb(135,120,99); }
H1.HeaderClassName
{
color: #877863;
}
.AnyTagClassName
{
color: #877863;
}
</style>
background-color css
<style>
a { background-color: #877863; }
a { background-color: rgb(135,120,99); }
div.DivClassName
{
background-color: #877863;
}
.BgClassName
{
background-color: #877863;
}
</style>
border-color css
<style>
span { border-color: #877863; }
span { border-color: rgb(135,120,99); }
td.TdClassName
{
border-color: #877863;
}
.TagClassName
{
border-color: #877863;
}
</style>