Shades of Sand Dune #877A6C
Tints of Sand Dune #877A6C
RGB
CMYK
RGB Variations
Color information
#877A6C (or 0x877A6C) is known color: Sand Dune. HEX triplet: 87, 7A and 6C. RGB value is (135,122,108). Sum of RGB (Red+Green+Blue) = 135+122+108=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #877A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A6C is #788593. Grayscale: #7C7C7C. Windows color (decimal): -7898516 or 7109255. OLE color: 7109255.
HSL color Cylindrical-coordinate representation of color #877A6C: hue angle of 31.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #877A6C is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 108 | - |
| CMYK | 0 | 0.10 | 0.2 | 0.47 |
| HSL | 31.11º | 0.11% | 0.48% | - |
| HSV(B) | 31.11º | 0.2% | 0.53% | - |
| XYZ | 19.66 | 20.15 | 17.04 | - |
| YUV | 124.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 108 | 0 | 0.10 | 0.2 | 0.47 | 31.11 | 0.11 | 0.48 |
| Hex | 87 | 7A | 6C | 0 | A | 14 | 2F | 1F | B | 30 |
| Octal | 207 | 172 | 154 | 0 | 12 | 24 | 57 | 37 | 13 | 60 |
| Binary | 10000111 | 1111010 | 1101100 | 0 | 1010 | 10100 | 101111 | 11111 | 1011 | 110000 |
Color Harmonies of #877A6C
Complementary color
Monochromatic Colors of #877A6C
Black with #877A6C
Text Example
Text Example
White with #877A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A6C; }
p { color: rgb(135,122,108); }
H1.HeaderClassName
{
color: #877A6C;
}
.AnyTagClassName
{
color: #877A6C;
}
</style>
background-color css
<style>
a { background-color: #877A6C; }
a { background-color: rgb(135,122,108); }
div.DivClassName
{
background-color: #877A6C;
}
.BgClassName
{
background-color: #877A6C;
}
</style>
border-color css
<style>
span { border-color: #877A6C; }
span { border-color: rgb(135,122,108); }
td.TdClassName
{
border-color: #877A6C;
}
.TagClassName
{
border-color: #877A6C;
}
</style>