Shades of Sandstone #786F64
Tints of Sandstone #786F64
RGB
CMYK
RGB Variations
Color information
#786F64 (or 0x786F64) is known color: Sandstone. HEX triplet: 78, 6F and 64. RGB value is (120,111,100). Sum of RGB (Red+Green+Blue) = 120+111+100=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F64 is #87909B. Grayscale: #707070. Windows color (decimal): -8884380 or 6582136. OLE color: 6582136.
HSL color Cylindrical-coordinate representation of color #786F64: hue angle of 33º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786F64 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 100 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.53 |
| HSL | 33º | 0.09% | 0.43% | - |
| HSV(B) | 33º | 0.17% | 0.47% | - |
| XYZ | 15.73 | 16.28 | 14.37 | - |
| YUV | 112.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 100 | 0 | 0.08 | 0.17 | 0.53 | 33 | 0.09 | 0.43 |
| Hex | 78 | 6F | 64 | 0 | 8 | 11 | 35 | 21 | 9 | 2B |
| Octal | 170 | 157 | 144 | 0 | 10 | 21 | 65 | 41 | 11 | 53 |
| Binary | 1111000 | 1101111 | 1100100 | 0 | 1000 | 10001 | 110101 | 100001 | 1001 | 101011 |
Color Harmonies of #786F64
Complementary color
Monochromatic Colors of #786F64
Black with #786F64
Text Example
Text Example
White with #786F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F64; }
p { color: rgb(120,111,100); }
H1.HeaderClassName
{
color: #786F64;
}
.AnyTagClassName
{
color: #786F64;
}
</style>
background-color css
<style>
a { background-color: #786F64; }
a { background-color: rgb(120,111,100); }
div.DivClassName
{
background-color: #786F64;
}
.BgClassName
{
background-color: #786F64;
}
</style>
border-color css
<style>
span { border-color: #786F64; }
span { border-color: rgb(120,111,100); }
td.TdClassName
{
border-color: #786F64;
}
.TagClassName
{
border-color: #786F64;
}
</style>