Shades of Sandstone #777068
Tints of Sandstone #777068
RGB
CMYK
RGB Variations
Color information
#777068 (or 0x777068) is known color: Sandstone. HEX triplet: 77, 70 and 68. RGB value is (119,112,104). Sum of RGB (Red+Green+Blue) = 119+112+104=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #777068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777068 is #888F97. Grayscale: #717171. Windows color (decimal): -8949656 or 6844535. OLE color: 6844535.
HSL color Cylindrical-coordinate representation of color #777068: hue angle of 32º 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 #777068 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 104 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.53 |
| HSL | 32º | 0.07% | 0.44% | - |
| HSV(B) | 32º | 0.13% | 0.47% | - |
| XYZ | 15.9 | 16.51 | 15.45 | - |
| YUV | 113.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 104 | 0 | 0.06 | 0.13 | 0.53 | 32 | 0.07 | 0.44 |
| Hex | 77 | 70 | 68 | 0 | 6 | D | 35 | 20 | 7 | 2C |
| Octal | 167 | 160 | 150 | 0 | 6 | 15 | 65 | 40 | 7 | 54 |
| Binary | 1110111 | 1110000 | 1101000 | 0 | 110 | 1101 | 110101 | 100000 | 111 | 101100 |
Color Harmonies of #777068
Complementary color
Monochromatic Colors of #777068
Black with #777068
Text Example
Text Example
White with #777068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777068; }
p { color: rgb(119,112,104); }
H1.HeaderClassName
{
color: #777068;
}
.AnyTagClassName
{
color: #777068;
}
</style>
background-color css
<style>
a { background-color: #777068; }
a { background-color: rgb(119,112,104); }
div.DivClassName
{
background-color: #777068;
}
.BgClassName
{
background-color: #777068;
}
</style>
border-color css
<style>
span { border-color: #777068; }
span { border-color: rgb(119,112,104); }
td.TdClassName
{
border-color: #777068;
}
.TagClassName
{
border-color: #777068;
}
</style>