Shades of Sandstone #776B59
Tints of Sandstone #776B59
RGB
CMYK
RGB Variations
Color information
#776B59 (or 0x776B59) is known color: Sandstone. HEX triplet: 77, 6B and 59. RGB value is (119,107,89). Sum of RGB (Red+Green+Blue) = 119+107+89=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B59 is #8894A6. Grayscale: #6C6C6C. Windows color (decimal): -8950951 or 5860215. OLE color: 5860215.
HSL color Cylindrical-coordinate representation of color #776B59: hue angle of 36º 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 #776B59 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 89 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.53 |
| HSL | 36º | 0.14% | 0.41% | - |
| HSV(B) | 36º | 0.25% | 0.47% | - |
| XYZ | 14.67 | 15.16 | 11.6 | - |
| YUV | 108.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 89 | 0 | 0.10 | 0.25 | 0.53 | 36 | 0.14 | 0.41 |
| Hex | 77 | 6B | 59 | 0 | A | 19 | 35 | 24 | E | 29 |
| Octal | 167 | 153 | 131 | 0 | 12 | 31 | 65 | 44 | 16 | 51 |
| Binary | 1110111 | 1101011 | 1011001 | 0 | 1010 | 11001 | 110101 | 100100 | 1110 | 101001 |
Color Harmonies of #776B59
Complementary color
Monochromatic Colors of #776B59
Black with #776B59
Text Example
Text Example
White with #776B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B59; }
p { color: rgb(119,107,89); }
H1.HeaderClassName
{
color: #776B59;
}
.AnyTagClassName
{
color: #776B59;
}
</style>
background-color css
<style>
a { background-color: #776B59; }
a { background-color: rgb(119,107,89); }
div.DivClassName
{
background-color: #776B59;
}
.BgClassName
{
background-color: #776B59;
}
</style>
border-color css
<style>
span { border-color: #776B59; }
span { border-color: rgb(119,107,89); }
td.TdClassName
{
border-color: #776B59;
}
.TagClassName
{
border-color: #776B59;
}
</style>