Shades of Sandstone #786A5B
Tints of Sandstone #786A5B
RGB
CMYK
RGB Variations
Color information
#786A5B (or 0x786A5B) is known color: Sandstone. HEX triplet: 78, 6A and 5B. RGB value is (120,106,91). Sum of RGB (Red+Green+Blue) = 120+106+91=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A5B is #8795A4. Grayscale: #6C6C6C. Windows color (decimal): -8885669 or 5991032. OLE color: 5991032.
HSL color Cylindrical-coordinate representation of color #786A5B: hue angle of 31.03º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786A5B is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 91 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.53 |
| HSL | 31.03º | 0.14% | 0.41% | - |
| HSV(B) | 31.03º | 0.24% | 0.47% | - |
| XYZ | 14.79 | 15.06 | 12.02 | - |
| YUV | 108.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 91 | 0 | 0.12 | 0.24 | 0.53 | 31.03 | 0.14 | 0.41 |
| Hex | 78 | 6A | 5B | 0 | C | 18 | 35 | 1F | E | 29 |
| Octal | 170 | 152 | 133 | 0 | 14 | 30 | 65 | 37 | 16 | 51 |
| Binary | 1111000 | 1101010 | 1011011 | 0 | 1100 | 11000 | 110101 | 11111 | 1110 | 101001 |
Color Harmonies of #786A5B
Complementary color
Monochromatic Colors of #786A5B
Black with #786A5B
Text Example
Text Example
White with #786A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A5B; }
p { color: rgb(120,106,91); }
H1.HeaderClassName
{
color: #786A5B;
}
.AnyTagClassName
{
color: #786A5B;
}
</style>
background-color css
<style>
a { background-color: #786A5B; }
a { background-color: rgb(120,106,91); }
div.DivClassName
{
background-color: #786A5B;
}
.BgClassName
{
background-color: #786A5B;
}
</style>
border-color css
<style>
span { border-color: #786A5B; }
span { border-color: rgb(120,106,91); }
td.TdClassName
{
border-color: #786A5B;
}
.TagClassName
{
border-color: #786A5B;
}
</style>