Shades of Sandstone #786B5D
Tints of Sandstone #786B5D
RGB
CMYK
RGB Variations
Color information
#786B5D (or 0x786B5D) is known color: Sandstone. HEX triplet: 78, 6B and 5D. RGB value is (120,107,93). Sum of RGB (Red+Green+Blue) = 120+107+93=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #786B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B5D is #8794A2. Grayscale: #6D6D6D. Windows color (decimal): -8885411 or 6122360. OLE color: 6122360.
HSL color Cylindrical-coordinate representation of color #786B5D: hue angle of 31.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786B5D is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 93 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.53 |
| HSL | 31.11º | 0.13% | 0.42% | - |
| HSV(B) | 31.11º | 0.23% | 0.47% | - |
| XYZ | 14.98 | 15.3 | 12.52 | - |
| YUV | 109.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 93 | 0 | 0.11 | 0.22 | 0.53 | 31.11 | 0.13 | 0.42 |
| Hex | 78 | 6B | 5D | 0 | B | 16 | 35 | 1F | D | 2A |
| Octal | 170 | 153 | 135 | 0 | 13 | 26 | 65 | 37 | 15 | 52 |
| Binary | 1111000 | 1101011 | 1011101 | 0 | 1011 | 10110 | 110101 | 11111 | 1101 | 101010 |
Color Harmonies of #786B5D
Complementary color
Monochromatic Colors of #786B5D
Black with #786B5D
Text Example
Text Example
White with #786B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B5D; }
p { color: rgb(120,107,93); }
H1.HeaderClassName
{
color: #786B5D;
}
.AnyTagClassName
{
color: #786B5D;
}
</style>
background-color css
<style>
a { background-color: #786B5D; }
a { background-color: rgb(120,107,93); }
div.DivClassName
{
background-color: #786B5D;
}
.BgClassName
{
background-color: #786B5D;
}
</style>
border-color css
<style>
span { border-color: #786B5D; }
span { border-color: rgb(120,107,93); }
td.TdClassName
{
border-color: #786B5D;
}
.TagClassName
{
border-color: #786B5D;
}
</style>