Shades of Sandstone #787068
Tints of Sandstone #787068
RGB
CMYK
RGB Variations
Color information
#787068 (or 0x787068) is known color: Sandstone. HEX triplet: 78, 70 and 68. RGB value is (120,112,104). Sum of RGB (Red+Green+Blue) = 120+112+104=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #787068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787068 is #878F97. Grayscale: #717171. Windows color (decimal): -8884120 or 6844536. OLE color: 6844536.
HSL color Cylindrical-coordinate representation of color #787068: hue angle of 30º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787068 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 104 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.53 |
| HSL | 30º | 0.07% | 0.44% | - |
| HSV(B) | 30º | 0.13% | 0.47% | - |
| XYZ | 16.04 | 16.58 | 15.45 | - |
| YUV | 113.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 104 | 0 | 0.07 | 0.13 | 0.53 | 30 | 0.07 | 0.44 |
| Hex | 78 | 70 | 68 | 0 | 7 | D | 35 | 1E | 7 | 2C |
| Octal | 170 | 160 | 150 | 0 | 7 | 15 | 65 | 36 | 7 | 54 |
| Binary | 1111000 | 1110000 | 1101000 | 0 | 111 | 1101 | 110101 | 11110 | 111 | 101100 |
Color Harmonies of #787068
Complementary color
Monochromatic Colors of #787068
Black with #787068
Text Example
Text Example
White with #787068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787068; }
p { color: rgb(120,112,104); }
H1.HeaderClassName
{
color: #787068;
}
.AnyTagClassName
{
color: #787068;
}
</style>
background-color css
<style>
a { background-color: #787068; }
a { background-color: rgb(120,112,104); }
div.DivClassName
{
background-color: #787068;
}
.BgClassName
{
background-color: #787068;
}
</style>
border-color css
<style>
span { border-color: #787068; }
span { border-color: rgb(120,112,104); }
td.TdClassName
{
border-color: #787068;
}
.TagClassName
{
border-color: #787068;
}
</style>