Shades of Sand Dune #8A755E
Tints of Sand Dune #8A755E
RGB
CMYK
RGB Variations
Color information
#8A755E (or 0x8A755E) is known color: Sand Dune. HEX triplet: 8A, 75 and 5E. RGB value is (138,117,94). Sum of RGB (Red+Green+Blue) = 138+117+94=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A755E is #758AA1. Grayscale: #787878. Windows color (decimal): -7703202 or 6190474. OLE color: 6190474.
HSL color Cylindrical-coordinate representation of color #8A755E: hue angle of 31.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A755E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 94 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.46 |
| HSL | 31.36º | 0.19% | 0.45% | - |
| HSV(B) | 31.36º | 0.32% | 0.54% | - |
| XYZ | 18.86 | 18.93 | 13.25 | - |
| YUV | 120.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 94 | 0 | 0.15 | 0.32 | 0.46 | 31.36 | 0.19 | 0.45 |
| Hex | 8A | 75 | 5E | 0 | F | 20 | 2E | 1F | 13 | 2D |
| Octal | 212 | 165 | 136 | 0 | 17 | 40 | 56 | 37 | 23 | 55 |
| Binary | 10001010 | 1110101 | 1011110 | 0 | 1111 | 100000 | 101110 | 11111 | 10011 | 101101 |
Color Harmonies of #8A755E
Complementary color
Monochromatic Colors of #8A755E
Black with #8A755E
Text Example
Text Example
White with #8A755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A755E; }
p { color: rgb(138,117,94); }
H1.HeaderClassName
{
color: #8A755E;
}
.AnyTagClassName
{
color: #8A755E;
}
</style>
background-color css
<style>
a { background-color: #8A755E; }
a { background-color: rgb(138,117,94); }
div.DivClassName
{
background-color: #8A755E;
}
.BgClassName
{
background-color: #8A755E;
}
</style>
border-color css
<style>
span { border-color: #8A755E; }
span { border-color: rgb(138,117,94); }
td.TdClassName
{
border-color: #8A755E;
}
.TagClassName
{
border-color: #8A755E;
}
</style>