Shades of Sand Dune #8B7A66
Tints of Sand Dune #8B7A66
RGB
CMYK
RGB Variations
Color information
#8B7A66 (or 0x8B7A66) is known color: Sand Dune. HEX triplet: 8B, 7A and 66. RGB value is (139,122,102). Sum of RGB (Red+Green+Blue) = 139+122+102=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A66 is #748599. Grayscale: #7C7C7C. Windows color (decimal): -7636378 or 6716043. OLE color: 6716043.
HSL color Cylindrical-coordinate representation of color #8B7A66: hue angle of 32.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7A66 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 102 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.45 |
| HSL | 32.43º | 0.15% | 0.47% | - |
| HSV(B) | 32.43º | 0.27% | 0.55% | - |
| XYZ | 20.01 | 20.37 | 15.45 | - |
| YUV | 124.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 102 | 0 | 0.12 | 0.27 | 0.45 | 32.43 | 0.15 | 0.47 |
| Hex | 8B | 7A | 66 | 0 | C | 1B | 2D | 20 | F | 2F |
| Octal | 213 | 172 | 146 | 0 | 14 | 33 | 55 | 40 | 17 | 57 |
| Binary | 10001011 | 1111010 | 1100110 | 0 | 1100 | 11011 | 101101 | 100000 | 1111 | 101111 |
Color Harmonies of #8B7A66
Complementary color
Monochromatic Colors of #8B7A66
Black with #8B7A66
Text Example
Text Example
White with #8B7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A66; }
p { color: rgb(139,122,102); }
H1.HeaderClassName
{
color: #8B7A66;
}
.AnyTagClassName
{
color: #8B7A66;
}
</style>
background-color css
<style>
a { background-color: #8B7A66; }
a { background-color: rgb(139,122,102); }
div.DivClassName
{
background-color: #8B7A66;
}
.BgClassName
{
background-color: #8B7A66;
}
</style>
border-color css
<style>
span { border-color: #8B7A66; }
span { border-color: rgb(139,122,102); }
td.TdClassName
{
border-color: #8B7A66;
}
.TagClassName
{
border-color: #8B7A66;
}
</style>