Shades of Sandstone #787166
Tints of Sandstone #787166
RGB
CMYK
RGB Variations
Color information
#787166 (or 0x787166) is known color: Sandstone. HEX triplet: 78, 71 and 66. RGB value is (120,113,102). Sum of RGB (Red+Green+Blue) = 120+113+102=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787166 is #878E99. Grayscale: #717171. Windows color (decimal): -8883866 or 6713720. OLE color: 6713720.
HSL color Cylindrical-coordinate representation of color #787166: hue angle of 36.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787166 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 102 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.53 |
| HSL | 36.67º | 0.08% | 0.44% | - |
| HSV(B) | 36.67º | 0.15% | 0.47% | - |
| XYZ | 16.05 | 16.76 | 14.96 | - |
| YUV | 113.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 102 | 0 | 0.06 | 0.15 | 0.53 | 36.67 | 0.08 | 0.44 |
| Hex | 78 | 71 | 66 | 0 | 6 | F | 35 | 25 | 8 | 2C |
| Octal | 170 | 161 | 146 | 0 | 6 | 17 | 65 | 45 | 10 | 54 |
| Binary | 1111000 | 1110001 | 1100110 | 0 | 110 | 1111 | 110101 | 100101 | 1000 | 101100 |
Color Harmonies of #787166
Complementary color
Monochromatic Colors of #787166
Black with #787166
Text Example
Text Example
White with #787166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787166; }
p { color: rgb(120,113,102); }
H1.HeaderClassName
{
color: #787166;
}
.AnyTagClassName
{
color: #787166;
}
</style>
background-color css
<style>
a { background-color: #787166; }
a { background-color: rgb(120,113,102); }
div.DivClassName
{
background-color: #787166;
}
.BgClassName
{
background-color: #787166;
}
</style>
border-color css
<style>
span { border-color: #787166; }
span { border-color: rgb(120,113,102); }
td.TdClassName
{
border-color: #787166;
}
.TagClassName
{
border-color: #787166;
}
</style>