Shades of Sand Dune #8B765F
Tints of Sand Dune #8B765F
RGB
CMYK
RGB Variations
Color information
#8B765F (or 0x8B765F) is known color: Sand Dune. HEX triplet: 8B, 76 and 5F. RGB value is (139,118,95). Sum of RGB (Red+Green+Blue) = 139+118+95=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B765F is #7489A0. Grayscale: #797979. Windows color (decimal): -7637409 or 6256267. OLE color: 6256267.
HSL color Cylindrical-coordinate representation of color #8B765F: hue angle of 31.36º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B765F is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 95 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.45 |
| HSL | 31.36º | 0.19% | 0.46% | - |
| HSV(B) | 31.36º | 0.32% | 0.55% | - |
| XYZ | 19.19 | 19.27 | 13.53 | - |
| YUV | 121.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 95 | 0 | 0.15 | 0.32 | 0.45 | 31.36 | 0.19 | 0.46 |
| Hex | 8B | 76 | 5F | 0 | F | 20 | 2D | 1F | 13 | 2E |
| Octal | 213 | 166 | 137 | 0 | 17 | 40 | 55 | 37 | 23 | 56 |
| Binary | 10001011 | 1110110 | 1011111 | 0 | 1111 | 100000 | 101101 | 11111 | 10011 | 101110 |
Color Harmonies of #8B765F
Complementary color
Monochromatic Colors of #8B765F
Black with #8B765F
Text Example
Text Example
White with #8B765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B765F; }
p { color: rgb(139,118,95); }
H1.HeaderClassName
{
color: #8B765F;
}
.AnyTagClassName
{
color: #8B765F;
}
</style>
background-color css
<style>
a { background-color: #8B765F; }
a { background-color: rgb(139,118,95); }
div.DivClassName
{
background-color: #8B765F;
}
.BgClassName
{
background-color: #8B765F;
}
</style>
border-color css
<style>
span { border-color: #8B765F; }
span { border-color: rgb(139,118,95); }
td.TdClassName
{
border-color: #8B765F;
}
.TagClassName
{
border-color: #8B765F;
}
</style>