Shades of Sandstone #787069
Tints of Sandstone #787069
RGB
CMYK
RGB Variations
Color information
#787069 (or 0x787069) is known color: Sandstone. HEX triplet: 78, 70 and 69. RGB value is (120,112,105). Sum of RGB (Red+Green+Blue) = 120+112+105=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787069 is #878F96. Grayscale: #717171. Windows color (decimal): -8884119 or 6910072. OLE color: 6910072.
HSL color Cylindrical-coordinate representation of color #787069: hue angle of 28º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787069 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 105 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.53 |
| HSL | 28º | 0.07% | 0.44% | - |
| HSV(B) | 28º | 0.13% | 0.47% | - |
| XYZ | 16.09 | 16.6 | 15.72 | - |
| YUV | 113.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 105 | 0 | 0.07 | 0.13 | 0.53 | 28 | 0.07 | 0.44 |
| Hex | 78 | 70 | 69 | 0 | 7 | D | 35 | 1C | 7 | 2C |
| Octal | 170 | 160 | 151 | 0 | 7 | 15 | 65 | 34 | 7 | 54 |
| Binary | 1111000 | 1110000 | 1101001 | 0 | 111 | 1101 | 110101 | 11100 | 111 | 101100 |
Color Harmonies of #787069
Complementary color
Monochromatic Colors of #787069
Black with #787069
Text Example
Text Example
White with #787069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787069; }
p { color: rgb(120,112,105); }
H1.HeaderClassName
{
color: #787069;
}
.AnyTagClassName
{
color: #787069;
}
</style>
background-color css
<style>
a { background-color: #787069; }
a { background-color: rgb(120,112,105); }
div.DivClassName
{
background-color: #787069;
}
.BgClassName
{
background-color: #787069;
}
</style>
border-color css
<style>
span { border-color: #787069; }
span { border-color: rgb(120,112,105); }
td.TdClassName
{
border-color: #787069;
}
.TagClassName
{
border-color: #787069;
}
</style>