Shades of Sandstone #776C60
Tints of Sandstone #776C60
RGB
CMYK
RGB Variations
Color information
#776C60 (or 0x776C60) is known color: Sandstone. HEX triplet: 77, 6C and 60. RGB value is (119,108,96). Sum of RGB (Red+Green+Blue) = 119+108+96=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C60 is #88939F. Grayscale: #6D6D6D. Windows color (decimal): -8950688 or 6319223. OLE color: 6319223.
HSL color Cylindrical-coordinate representation of color #776C60: hue angle of 31.3º 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 #776C60 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 96 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.53 |
| HSL | 31.3º | 0.11% | 0.42% | - |
| HSV(B) | 31.3º | 0.19% | 0.47% | - |
| XYZ | 15.08 | 15.49 | 13.26 | - |
| YUV | 109.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 96 | 0 | 0.09 | 0.19 | 0.53 | 31.3 | 0.11 | 0.42 |
| Hex | 77 | 6C | 60 | 0 | 9 | 13 | 35 | 1F | B | 2A |
| Octal | 167 | 154 | 140 | 0 | 11 | 23 | 65 | 37 | 13 | 52 |
| Binary | 1110111 | 1101100 | 1100000 | 0 | 1001 | 10011 | 110101 | 11111 | 1011 | 101010 |
Color Harmonies of #776C60
Complementary color
Monochromatic Colors of #776C60
Black with #776C60
Text Example
Text Example
White with #776C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C60; }
p { color: rgb(119,108,96); }
H1.HeaderClassName
{
color: #776C60;
}
.AnyTagClassName
{
color: #776C60;
}
</style>
background-color css
<style>
a { background-color: #776C60; }
a { background-color: rgb(119,108,96); }
div.DivClassName
{
background-color: #776C60;
}
.BgClassName
{
background-color: #776C60;
}
</style>
border-color css
<style>
span { border-color: #776C60; }
span { border-color: rgb(119,108,96); }
td.TdClassName
{
border-color: #776C60;
}
.TagClassName
{
border-color: #776C60;
}
</style>