Shades of Sand Dune #8B7868
Tints of Sand Dune #8B7868
RGB
CMYK
RGB Variations
Color information
#8B7868 (or 0x8B7868) is known color: Sand Dune. HEX triplet: 8B, 78 and 68. RGB value is (139,120,104). Sum of RGB (Red+Green+Blue) = 139+120+104=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7868 is #748797. Grayscale: #7B7B7B. Windows color (decimal): -7636888 or 6846603. OLE color: 6846603.
HSL color Cylindrical-coordinate representation of color #8B7868: hue angle of 27.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7868 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 104 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.45 |
| HSL | 27.43º | 0.14% | 0.48% | - |
| HSV(B) | 27.43º | 0.25% | 0.55% | - |
| XYZ | 19.86 | 19.92 | 15.9 | - |
| YUV | 123.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 104 | 0 | 0.14 | 0.25 | 0.45 | 27.43 | 0.14 | 0.48 |
| Hex | 8B | 78 | 68 | 0 | E | 19 | 2D | 1B | E | 30 |
| Octal | 213 | 170 | 150 | 0 | 16 | 31 | 55 | 33 | 16 | 60 |
| Binary | 10001011 | 1111000 | 1101000 | 0 | 1110 | 11001 | 101101 | 11011 | 1110 | 110000 |
Color Harmonies of #8B7868
Complementary color
Monochromatic Colors of #8B7868
Black with #8B7868
Text Example
Text Example
White with #8B7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7868; }
p { color: rgb(139,120,104); }
H1.HeaderClassName
{
color: #8B7868;
}
.AnyTagClassName
{
color: #8B7868;
}
</style>
background-color css
<style>
a { background-color: #8B7868; }
a { background-color: rgb(139,120,104); }
div.DivClassName
{
background-color: #8B7868;
}
.BgClassName
{
background-color: #8B7868;
}
</style>
border-color css
<style>
span { border-color: #8B7868; }
span { border-color: rgb(139,120,104); }
td.TdClassName
{
border-color: #8B7868;
}
.TagClassName
{
border-color: #8B7868;
}
</style>