Shades of Sandstone #786A57
Tints of Sandstone #786A57
RGB
CMYK
RGB Variations
Color information
#786A57 (or 0x786A57) is known color: Sandstone. HEX triplet: 78, 6A and 57. RGB value is (120,106,87). Sum of RGB (Red+Green+Blue) = 120+106+87=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A57 is #8795A8. Grayscale: #6C6C6C. Windows color (decimal): -8885673 or 5728888. OLE color: 5728888.
HSL color Cylindrical-coordinate representation of color #786A57: hue angle of 34.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786A57 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 87 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.53 |
| HSL | 34.55º | 0.16% | 0.41% | - |
| HSV(B) | 34.55º | 0.28% | 0.47% | - |
| XYZ | 14.62 | 14.99 | 11.14 | - |
| YUV | 108.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 87 | 0 | 0.12 | 0.28 | 0.53 | 34.55 | 0.16 | 0.41 |
| Hex | 78 | 6A | 57 | 0 | C | 1C | 35 | 23 | 10 | 29 |
| Octal | 170 | 152 | 127 | 0 | 14 | 34 | 65 | 43 | 20 | 51 |
| Binary | 1111000 | 1101010 | 1010111 | 0 | 1100 | 11100 | 110101 | 100011 | 10000 | 101001 |
Color Harmonies of #786A57
Complementary color
Monochromatic Colors of #786A57
Black with #786A57
Text Example
Text Example
White with #786A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A57; }
p { color: rgb(120,106,87); }
H1.HeaderClassName
{
color: #786A57;
}
.AnyTagClassName
{
color: #786A57;
}
</style>
background-color css
<style>
a { background-color: #786A57; }
a { background-color: rgb(120,106,87); }
div.DivClassName
{
background-color: #786A57;
}
.BgClassName
{
background-color: #786A57;
}
</style>
border-color css
<style>
span { border-color: #786A57; }
span { border-color: rgb(120,106,87); }
td.TdClassName
{
border-color: #786A57;
}
.TagClassName
{
border-color: #786A57;
}
</style>