Shades of Sandstone #776F68
Tints of Sandstone #776F68
RGB
CMYK
RGB Variations
Color information
#776F68 (or 0x776F68) is known color: Sandstone. HEX triplet: 77, 6F and 68. RGB value is (119,111,104). Sum of RGB (Red+Green+Blue) = 119+111+104=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F68 is #889097. Grayscale: #707070. Windows color (decimal): -8949912 or 6844279. OLE color: 6844279.
HSL color Cylindrical-coordinate representation of color #776F68: 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.13%. Process color model (Four color, CMYK) of #776F68 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 104 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.53 |
| HSL | 28º | 0.07% | 0.44% | - |
| HSV(B) | 28º | 0.13% | 0.47% | - |
| XYZ | 15.79 | 16.29 | 15.41 | - |
| YUV | 112.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 104 | 0 | 0.07 | 0.13 | 0.53 | 28 | 0.07 | 0.44 |
| Hex | 77 | 6F | 68 | 0 | 7 | D | 35 | 1C | 7 | 2C |
| Octal | 167 | 157 | 150 | 0 | 7 | 15 | 65 | 34 | 7 | 54 |
| Binary | 1110111 | 1101111 | 1101000 | 0 | 111 | 1101 | 110101 | 11100 | 111 | 101100 |
Color Harmonies of #776F68
Complementary color
Monochromatic Colors of #776F68
Black with #776F68
Text Example
Text Example
White with #776F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F68; }
p { color: rgb(119,111,104); }
H1.HeaderClassName
{
color: #776F68;
}
.AnyTagClassName
{
color: #776F68;
}
</style>
background-color css
<style>
a { background-color: #776F68; }
a { background-color: rgb(119,111,104); }
div.DivClassName
{
background-color: #776F68;
}
.BgClassName
{
background-color: #776F68;
}
</style>
border-color css
<style>
span { border-color: #776F68; }
span { border-color: rgb(119,111,104); }
td.TdClassName
{
border-color: #776F68;
}
.TagClassName
{
border-color: #776F68;
}
</style>