Shades of Sandstone #786C60
Tints of Sandstone #786C60
RGB
CMYK
RGB Variations
Color information
#786C60 (or 0x786C60) is known color: Sandstone. HEX triplet: 78, 6C and 60. RGB value is (120,108,96). Sum of RGB (Red+Green+Blue) = 120+108+96=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #786C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C60 is #87939F. Grayscale: #6E6E6E. Windows color (decimal): -8885152 or 6319224. OLE color: 6319224.
HSL color Cylindrical-coordinate representation of color #786C60: hue angle of 30º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786C60 is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 96 | - |
| CMYK | 0 | 0.10 | 0.2 | 0.53 |
| HSL | 30º | 0.11% | 0.42% | - |
| HSV(B) | 30º | 0.2% | 0.47% | - |
| XYZ | 15.22 | 15.56 | 13.27 | - |
| YUV | 110.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 96 | 0 | 0.10 | 0.2 | 0.53 | 30 | 0.11 | 0.42 |
| Hex | 78 | 6C | 60 | 0 | A | 14 | 35 | 1E | B | 2A |
| Octal | 170 | 154 | 140 | 0 | 12 | 24 | 65 | 36 | 13 | 52 |
| Binary | 1111000 | 1101100 | 1100000 | 0 | 1010 | 10100 | 110101 | 11110 | 1011 | 101010 |
Color Harmonies of #786C60
Complementary color
Monochromatic Colors of #786C60
Black with #786C60
Text Example
Text Example
White with #786C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C60; }
p { color: rgb(120,108,96); }
H1.HeaderClassName
{
color: #786C60;
}
.AnyTagClassName
{
color: #786C60;
}
</style>
background-color css
<style>
a { background-color: #786C60; }
a { background-color: rgb(120,108,96); }
div.DivClassName
{
background-color: #786C60;
}
.BgClassName
{
background-color: #786C60;
}
</style>
border-color css
<style>
span { border-color: #786C60; }
span { border-color: rgb(120,108,96); }
td.TdClassName
{
border-color: #786C60;
}
.TagClassName
{
border-color: #786C60;
}
</style>