Shades of Sandstone #776A59
Tints of Sandstone #776A59
RGB
CMYK
RGB Variations
Color information
#776A59 (or 0x776A59) is known color: Sandstone. HEX triplet: 77, 6A and 59. RGB value is (119,106,89). Sum of RGB (Red+Green+Blue) = 119+106+89=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A59 is #8895A6. Grayscale: #6C6C6C. Windows color (decimal): -8951207 or 5859959. OLE color: 5859959.
HSL color Cylindrical-coordinate representation of color #776A59: hue angle of 34º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #776A59 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 89 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.53 |
| HSL | 34º | 0.14% | 0.41% | - |
| HSV(B) | 34º | 0.25% | 0.47% | - |
| XYZ | 14.56 | 14.95 | 11.57 | - |
| YUV | 107.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 89 | 0 | 0.11 | 0.25 | 0.53 | 34 | 0.14 | 0.41 |
| Hex | 77 | 6A | 59 | 0 | B | 19 | 35 | 22 | E | 29 |
| Octal | 167 | 152 | 131 | 0 | 13 | 31 | 65 | 42 | 16 | 51 |
| Binary | 1110111 | 1101010 | 1011001 | 0 | 1011 | 11001 | 110101 | 100010 | 1110 | 101001 |
Color Harmonies of #776A59
Complementary color
Monochromatic Colors of #776A59
Black with #776A59
Text Example
Text Example
White with #776A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A59; }
p { color: rgb(119,106,89); }
H1.HeaderClassName
{
color: #776A59;
}
.AnyTagClassName
{
color: #776A59;
}
</style>
background-color css
<style>
a { background-color: #776A59; }
a { background-color: rgb(119,106,89); }
div.DivClassName
{
background-color: #776A59;
}
.BgClassName
{
background-color: #776A59;
}
</style>
border-color css
<style>
span { border-color: #776A59; }
span { border-color: rgb(119,106,89); }
td.TdClassName
{
border-color: #776A59;
}
.TagClassName
{
border-color: #776A59;
}
</style>