Shades of Sandstone #776B60
Tints of Sandstone #776B60
RGB
CMYK
RGB Variations
Color information
#776B60 (or 0x776B60) is known color: Sandstone. HEX triplet: 77, 6B and 60. RGB value is (119,107,96). Sum of RGB (Red+Green+Blue) = 119+107+96=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B60 is #88949F. Grayscale: #6D6D6D. Windows color (decimal): -8950944 or 6318967. OLE color: 6318967.
HSL color Cylindrical-coordinate representation of color #776B60: hue angle of 28.7º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776B60 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 96 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.53 |
| HSL | 28.7º | 0.11% | 0.42% | - |
| HSV(B) | 28.7º | 0.19% | 0.47% | - |
| XYZ | 14.98 | 15.28 | 13.23 | - |
| YUV | 109.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 96 | 0 | 0.10 | 0.19 | 0.53 | 28.7 | 0.11 | 0.42 |
| Hex | 77 | 6B | 60 | 0 | A | 13 | 35 | 1D | B | 2A |
| Octal | 167 | 153 | 140 | 0 | 12 | 23 | 65 | 35 | 13 | 52 |
| Binary | 1110111 | 1101011 | 1100000 | 0 | 1010 | 10011 | 110101 | 11101 | 1011 | 101010 |
Color Harmonies of #776B60
Complementary color
Monochromatic Colors of #776B60
Black with #776B60
Text Example
Text Example
White with #776B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B60; }
p { color: rgb(119,107,96); }
H1.HeaderClassName
{
color: #776B60;
}
.AnyTagClassName
{
color: #776B60;
}
</style>
background-color css
<style>
a { background-color: #776B60; }
a { background-color: rgb(119,107,96); }
div.DivClassName
{
background-color: #776B60;
}
.BgClassName
{
background-color: #776B60;
}
</style>
border-color css
<style>
span { border-color: #776B60; }
span { border-color: rgb(119,107,96); }
td.TdClassName
{
border-color: #776B60;
}
.TagClassName
{
border-color: #776B60;
}
</style>