Shades of Sand Dune #877A67
Tints of Sand Dune #877A67
RGB
CMYK
RGB Variations
Color information
#877A67 (or 0x877A67) is known color: Sand Dune. HEX triplet: 87, 7A and 67. RGB value is (135,122,103). Sum of RGB (Red+Green+Blue) = 135+122+103=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #877A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A67 is #788598. Grayscale: #7B7B7B. Windows color (decimal): -7898521 or 6781575. OLE color: 6781575.
HSL color Cylindrical-coordinate representation of color #877A67: hue angle of 35.62º 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 #877A67 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 103 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.47 |
| HSL | 35.63º | 0.13% | 0.47% | - |
| HSV(B) | 35.63º | 0.24% | 0.53% | - |
| XYZ | 19.4 | 20.05 | 15.68 | - |
| YUV | 123.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 103 | 0 | 0.10 | 0.24 | 0.47 | 35.63 | 0.13 | 0.47 |
| Hex | 87 | 7A | 67 | 0 | A | 18 | 2F | 24 | D | 2F |
| Octal | 207 | 172 | 147 | 0 | 12 | 30 | 57 | 44 | 15 | 57 |
| Binary | 10000111 | 1111010 | 1100111 | 0 | 1010 | 11000 | 101111 | 100100 | 1101 | 101111 |
Color Harmonies of #877A67
Complementary color
Monochromatic Colors of #877A67
Black with #877A67
Text Example
Text Example
White with #877A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A67; }
p { color: rgb(135,122,103); }
H1.HeaderClassName
{
color: #877A67;
}
.AnyTagClassName
{
color: #877A67;
}
</style>
background-color css
<style>
a { background-color: #877A67; }
a { background-color: rgb(135,122,103); }
div.DivClassName
{
background-color: #877A67;
}
.BgClassName
{
background-color: #877A67;
}
</style>
border-color css
<style>
span { border-color: #877A67; }
span { border-color: rgb(135,122,103); }
td.TdClassName
{
border-color: #877A67;
}
.TagClassName
{
border-color: #877A67;
}
</style>