Shades of Sandstone #786B5A
Tints of Sandstone #786B5A
RGB
CMYK
RGB Variations
Color information
#786B5A (or 0x786B5A) is known color: Sandstone. HEX triplet: 78, 6B and 5A. RGB value is (120,107,90). Sum of RGB (Red+Green+Blue) = 120+107+90=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B5A is #8794A5. Grayscale: #6D6D6D. Windows color (decimal): -8885414 or 5925752. OLE color: 5925752.
HSL color Cylindrical-coordinate representation of color #786B5A: hue angle of 34º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786B5A is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 90 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.53 |
| HSL | 34º | 0.14% | 0.41% | - |
| HSV(B) | 34º | 0.25% | 0.47% | - |
| XYZ | 14.85 | 15.25 | 11.83 | - |
| YUV | 108.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 90 | 0 | 0.11 | 0.25 | 0.53 | 34 | 0.14 | 0.41 |
| Hex | 78 | 6B | 5A | 0 | B | 19 | 35 | 22 | E | 29 |
| Octal | 170 | 153 | 132 | 0 | 13 | 31 | 65 | 42 | 16 | 51 |
| Binary | 1111000 | 1101011 | 1011010 | 0 | 1011 | 11001 | 110101 | 100010 | 1110 | 101001 |
Color Harmonies of #786B5A
Complementary color
Monochromatic Colors of #786B5A
Black with #786B5A
Text Example
Text Example
White with #786B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B5A; }
p { color: rgb(120,107,90); }
H1.HeaderClassName
{
color: #786B5A;
}
.AnyTagClassName
{
color: #786B5A;
}
</style>
background-color css
<style>
a { background-color: #786B5A; }
a { background-color: rgb(120,107,90); }
div.DivClassName
{
background-color: #786B5A;
}
.BgClassName
{
background-color: #786B5A;
}
</style>
border-color css
<style>
span { border-color: #786B5A; }
span { border-color: rgb(120,107,90); }
td.TdClassName
{
border-color: #786B5A;
}
.TagClassName
{
border-color: #786B5A;
}
</style>