Shades of Sandstone #786C62
Tints of Sandstone #786C62
RGB
CMYK
RGB Variations
Color information
#786C62 (or 0x786C62) is known color: Sandstone. HEX triplet: 78, 6C and 62. RGB value is (120,108,98). Sum of RGB (Red+Green+Blue) = 120+108+98=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #786C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C62 is #87939D. Grayscale: #6E6E6E. Windows color (decimal): -8885150 or 6450296. OLE color: 6450296.
HSL color Cylindrical-coordinate representation of color #786C62: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786C62 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 98 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.53 |
| HSL | 27.27º | 0.1% | 0.43% | - |
| HSV(B) | 27.27º | 0.18% | 0.47% | - |
| XYZ | 15.31 | 15.6 | 13.76 | - |
| YUV | 110.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 98 | 0 | 0.10 | 0.18 | 0.53 | 27.27 | 0.1 | 0.43 |
| Hex | 78 | 6C | 62 | 0 | A | 12 | 35 | 1B | A | 2B |
| Octal | 170 | 154 | 142 | 0 | 12 | 22 | 65 | 33 | 12 | 53 |
| Binary | 1111000 | 1101100 | 1100010 | 0 | 1010 | 10010 | 110101 | 11011 | 1010 | 101011 |
Color Harmonies of #786C62
Complementary color
Monochromatic Colors of #786C62
Black with #786C62
Text Example
Text Example
White with #786C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C62; }
p { color: rgb(120,108,98); }
H1.HeaderClassName
{
color: #786C62;
}
.AnyTagClassName
{
color: #786C62;
}
</style>
background-color css
<style>
a { background-color: #786C62; }
a { background-color: rgb(120,108,98); }
div.DivClassName
{
background-color: #786C62;
}
.BgClassName
{
background-color: #786C62;
}
</style>
border-color css
<style>
span { border-color: #786C62; }
span { border-color: rgb(120,108,98); }
td.TdClassName
{
border-color: #786C62;
}
.TagClassName
{
border-color: #786C62;
}
</style>