Shades of Sand Dune #8A7560
Tints of Sand Dune #8A7560
RGB
CMYK
RGB Variations
Color information
#8A7560 (or 0x8A7560) is known color: Sand Dune. HEX triplet: 8A, 75 and 60. RGB value is (138,117,96). Sum of RGB (Red+Green+Blue) = 138+117+96=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7560 is #758A9F. Grayscale: #787878. Windows color (decimal): -7703200 or 6321546. OLE color: 6321546.
HSL color Cylindrical-coordinate representation of color #8A7560: hue angle of 30º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A7560 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 96 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.46 |
| HSL | 30º | 0.18% | 0.46% | - |
| HSV(B) | 30º | 0.3% | 0.54% | - |
| XYZ | 18.95 | 18.97 | 13.73 | - |
| YUV | 120.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 96 | 0 | 0.15 | 0.30 | 0.46 | 30 | 0.18 | 0.46 |
| Hex | 8A | 75 | 60 | 0 | F | 1E | 2E | 1E | 12 | 2E |
| Octal | 212 | 165 | 140 | 0 | 17 | 36 | 56 | 36 | 22 | 56 |
| Binary | 10001010 | 1110101 | 1100000 | 0 | 1111 | 11110 | 101110 | 11110 | 10010 | 101110 |
Color Harmonies of #8A7560
Complementary color
Monochromatic Colors of #8A7560
Black with #8A7560
Text Example
Text Example
White with #8A7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7560; }
p { color: rgb(138,117,96); }
H1.HeaderClassName
{
color: #8A7560;
}
.AnyTagClassName
{
color: #8A7560;
}
</style>
background-color css
<style>
a { background-color: #8A7560; }
a { background-color: rgb(138,117,96); }
div.DivClassName
{
background-color: #8A7560;
}
.BgClassName
{
background-color: #8A7560;
}
</style>
border-color css
<style>
span { border-color: #8A7560; }
span { border-color: rgb(138,117,96); }
td.TdClassName
{
border-color: #8A7560;
}
.TagClassName
{
border-color: #8A7560;
}
</style>