Shades of Sandstone #787168
Tints of Sandstone #787168
RGB
CMYK
RGB Variations
Color information
#787168 (or 0x787168) is known color: Sandstone. HEX triplet: 78, 71 and 68. RGB value is (120,113,104). Sum of RGB (Red+Green+Blue) = 120+113+104=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787168 is #878E97. Grayscale: #727272. Windows color (decimal): -8883864 or 6844792. OLE color: 6844792.
HSL color Cylindrical-coordinate representation of color #787168: hue angle of 33.75º 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 #787168 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 104 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.53 |
| HSL | 33.75º | 0.07% | 0.44% | - |
| HSV(B) | 33.75º | 0.13% | 0.47% | - |
| XYZ | 16.15 | 16.8 | 15.49 | - |
| YUV | 114.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 104 | 0 | 0.06 | 0.13 | 0.53 | 33.75 | 0.07 | 0.44 |
| Hex | 78 | 71 | 68 | 0 | 6 | D | 35 | 22 | 7 | 2C |
| Octal | 170 | 161 | 150 | 0 | 6 | 15 | 65 | 42 | 7 | 54 |
| Binary | 1111000 | 1110001 | 1101000 | 0 | 110 | 1101 | 110101 | 100010 | 111 | 101100 |
Color Harmonies of #787168
Complementary color
Monochromatic Colors of #787168
Black with #787168
Text Example
Text Example
White with #787168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787168; }
p { color: rgb(120,113,104); }
H1.HeaderClassName
{
color: #787168;
}
.AnyTagClassName
{
color: #787168;
}
</style>
background-color css
<style>
a { background-color: #787168; }
a { background-color: rgb(120,113,104); }
div.DivClassName
{
background-color: #787168;
}
.BgClassName
{
background-color: #787168;
}
</style>
border-color css
<style>
span { border-color: #787168; }
span { border-color: rgb(120,113,104); }
td.TdClassName
{
border-color: #787168;
}
.TagClassName
{
border-color: #787168;
}
</style>