Shades of Sandstone #786E65
Tints of Sandstone #786E65
RGB
CMYK
RGB Variations
Color information
#786E65 (or 0x786E65) is known color: Sandstone. HEX triplet: 78, 6E and 65. RGB value is (120,110,101). Sum of RGB (Red+Green+Blue) = 120+110+101=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E65 is #87919A. Grayscale: #707070. Windows color (decimal): -8884635 or 6647416. OLE color: 6647416.
HSL color Cylindrical-coordinate representation of color #786E65: hue angle of 28.42º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786E65 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 101 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.53 |
| HSL | 28.42º | 0.09% | 0.43% | - |
| HSV(B) | 28.42º | 0.16% | 0.47% | - |
| XYZ | 15.67 | 16.08 | 14.59 | - |
| YUV | 111.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 101 | 0 | 0.08 | 0.16 | 0.53 | 28.42 | 0.09 | 0.43 |
| Hex | 78 | 6E | 65 | 0 | 8 | 10 | 35 | 1C | 9 | 2B |
| Octal | 170 | 156 | 145 | 0 | 10 | 20 | 65 | 34 | 11 | 53 |
| Binary | 1111000 | 1101110 | 1100101 | 0 | 1000 | 10000 | 110101 | 11100 | 1001 | 101011 |
Color Harmonies of #786E65
Complementary color
Monochromatic Colors of #786E65
Black with #786E65
Text Example
Text Example
White with #786E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E65; }
p { color: rgb(120,110,101); }
H1.HeaderClassName
{
color: #786E65;
}
.AnyTagClassName
{
color: #786E65;
}
</style>
background-color css
<style>
a { background-color: #786E65; }
a { background-color: rgb(120,110,101); }
div.DivClassName
{
background-color: #786E65;
}
.BgClassName
{
background-color: #786E65;
}
</style>
border-color css
<style>
span { border-color: #786E65; }
span { border-color: rgb(120,110,101); }
td.TdClassName
{
border-color: #786E65;
}
.TagClassName
{
border-color: #786E65;
}
</style>