Shades of Sand Dune #8B7664
Tints of Sand Dune #8B7664
RGB
CMYK
RGB Variations
Color information
#8B7664 (or 0x8B7664) is known color: Sand Dune. HEX triplet: 8B, 76 and 64. RGB value is (139,118,100). Sum of RGB (Red+Green+Blue) = 139+118+100=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7664 is #74899B. Grayscale: #7A7A7A. Windows color (decimal): -7637404 or 6583947. OLE color: 6583947.
HSL color Cylindrical-coordinate representation of color #8B7664: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B7664 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 100 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.45 |
| HSL | 27.69º | 0.16% | 0.47% | - |
| HSV(B) | 27.69º | 0.28% | 0.55% | - |
| XYZ | 19.43 | 19.37 | 14.77 | - |
| YUV | 122.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 100 | 0 | 0.15 | 0.28 | 0.45 | 27.69 | 0.16 | 0.47 |
| Hex | 8B | 76 | 64 | 0 | F | 1C | 2D | 1C | 10 | 2F |
| Octal | 213 | 166 | 144 | 0 | 17 | 34 | 55 | 34 | 20 | 57 |
| Binary | 10001011 | 1110110 | 1100100 | 0 | 1111 | 11100 | 101101 | 11100 | 10000 | 101111 |
Color Harmonies of #8B7664
Complementary color
Monochromatic Colors of #8B7664
Black with #8B7664
Text Example
Text Example
White with #8B7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7664; }
p { color: rgb(139,118,100); }
H1.HeaderClassName
{
color: #8B7664;
}
.AnyTagClassName
{
color: #8B7664;
}
</style>
background-color css
<style>
a { background-color: #8B7664; }
a { background-color: rgb(139,118,100); }
div.DivClassName
{
background-color: #8B7664;
}
.BgClassName
{
background-color: #8B7664;
}
</style>
border-color css
<style>
span { border-color: #8B7664; }
span { border-color: rgb(139,118,100); }
td.TdClassName
{
border-color: #8B7664;
}
.TagClassName
{
border-color: #8B7664;
}
</style>