Shades of Sandstone #786F67
Tints of Sandstone #786F67
RGB
CMYK
RGB Variations
Color information
#786F67 (or 0x786F67) is known color: Sandstone. HEX triplet: 78, 6F and 67. RGB value is (120,111,103). Sum of RGB (Red+Green+Blue) = 120+111+103=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #786F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F67 is #879098. Grayscale: #707070. Windows color (decimal): -8884377 or 6778744. OLE color: 6778744.
HSL color Cylindrical-coordinate representation of color #786F67: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786F67 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 103 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.53 |
| HSL | 28.24º | 0.08% | 0.44% | - |
| HSV(B) | 28.24º | 0.14% | 0.47% | - |
| XYZ | 15.88 | 16.34 | 15.15 | - |
| YUV | 112.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 103 | 0 | 0.08 | 0.14 | 0.53 | 28.24 | 0.08 | 0.44 |
| Hex | 78 | 6F | 67 | 0 | 8 | E | 35 | 1C | 8 | 2C |
| Octal | 170 | 157 | 147 | 0 | 10 | 16 | 65 | 34 | 10 | 54 |
| Binary | 1111000 | 1101111 | 1100111 | 0 | 1000 | 1110 | 110101 | 11100 | 1000 | 101100 |
Color Harmonies of #786F67
Complementary color
Monochromatic Colors of #786F67
Black with #786F67
Text Example
Text Example
White with #786F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F67; }
p { color: rgb(120,111,103); }
H1.HeaderClassName
{
color: #786F67;
}
.AnyTagClassName
{
color: #786F67;
}
</style>
background-color css
<style>
a { background-color: #786F67; }
a { background-color: rgb(120,111,103); }
div.DivClassName
{
background-color: #786F67;
}
.BgClassName
{
background-color: #786F67;
}
</style>
border-color css
<style>
span { border-color: #786F67; }
span { border-color: rgb(120,111,103); }
td.TdClassName
{
border-color: #786F67;
}
.TagClassName
{
border-color: #786F67;
}
</style>