Shades of Sandstone #786A56
Tints of Sandstone #786A56
RGB
CMYK
RGB Variations
Color information
#786A56 (or 0x786A56) is known color: Sandstone. HEX triplet: 78, 6A and 56. RGB value is (120,106,86). Sum of RGB (Red+Green+Blue) = 120+106+86=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #786A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A56 is #8795A9. Grayscale: #6C6C6C. Windows color (decimal): -8885674 or 5663352. OLE color: 5663352.
HSL color Cylindrical-coordinate representation of color #786A56: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786A56 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 86 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.53 |
| HSL | 35.29º | 0.17% | 0.4% | - |
| HSV(B) | 35.29º | 0.28% | 0.47% | - |
| XYZ | 14.58 | 14.97 | 10.93 | - |
| YUV | 107.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 86 | 0 | 0.12 | 0.28 | 0.53 | 35.29 | 0.17 | 0.4 |
| Hex | 78 | 6A | 56 | 0 | C | 1C | 35 | 23 | 11 | 28 |
| Octal | 170 | 152 | 126 | 0 | 14 | 34 | 65 | 43 | 21 | 50 |
| Binary | 1111000 | 1101010 | 1010110 | 0 | 1100 | 11100 | 110101 | 100011 | 10001 | 101000 |
Color Harmonies of #786A56
Complementary color
Monochromatic Colors of #786A56
Black with #786A56
Text Example
Text Example
White with #786A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A56; }
p { color: rgb(120,106,86); }
H1.HeaderClassName
{
color: #786A56;
}
.AnyTagClassName
{
color: #786A56;
}
</style>
background-color css
<style>
a { background-color: #786A56; }
a { background-color: rgb(120,106,86); }
div.DivClassName
{
background-color: #786A56;
}
.BgClassName
{
background-color: #786A56;
}
</style>
border-color css
<style>
span { border-color: #786A56; }
span { border-color: rgb(120,106,86); }
td.TdClassName
{
border-color: #786A56;
}
.TagClassName
{
border-color: #786A56;
}
</style>