Shades of Sand Dune #8B7A60
Tints of Sand Dune #8B7A60
RGB
CMYK
RGB Variations
Color information
#8B7A60 (or 0x8B7A60) is known color: Sand Dune. HEX triplet: 8B, 7A and 60. RGB value is (139,122,96). Sum of RGB (Red+Green+Blue) = 139+122+96=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A60 is #74859F. Grayscale: #7C7C7C. Windows color (decimal): -7636384 or 6322827. OLE color: 6322827.
HSL color Cylindrical-coordinate representation of color #8B7A60: hue angle of 36.28º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B7A60 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 96 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.45 |
| HSL | 36.28º | 0.18% | 0.46% | - |
| HSV(B) | 36.28º | 0.31% | 0.55% | - |
| XYZ | 19.72 | 20.25 | 13.94 | - |
| YUV | 124.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 96 | 0 | 0.12 | 0.31 | 0.45 | 36.28 | 0.18 | 0.46 |
| Hex | 8B | 7A | 60 | 0 | C | 1F | 2D | 24 | 12 | 2E |
| Octal | 213 | 172 | 140 | 0 | 14 | 37 | 55 | 44 | 22 | 56 |
| Binary | 10001011 | 1111010 | 1100000 | 0 | 1100 | 11111 | 101101 | 100100 | 10010 | 101110 |
Color Harmonies of #8B7A60
Complementary color
Monochromatic Colors of #8B7A60
Black with #8B7A60
Text Example
Text Example
White with #8B7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A60; }
p { color: rgb(139,122,96); }
H1.HeaderClassName
{
color: #8B7A60;
}
.AnyTagClassName
{
color: #8B7A60;
}
</style>
background-color css
<style>
a { background-color: #8B7A60; }
a { background-color: rgb(139,122,96); }
div.DivClassName
{
background-color: #8B7A60;
}
.BgClassName
{
background-color: #8B7A60;
}
</style>
border-color css
<style>
span { border-color: #8B7A60; }
span { border-color: rgb(139,122,96); }
td.TdClassName
{
border-color: #8B7A60;
}
.TagClassName
{
border-color: #8B7A60;
}
</style>