Shades of Sandstone #776D5E
Tints of Sandstone #776D5E
RGB
CMYK
RGB Variations
Color information
#776D5E (or 0x776D5E) is known color: Sandstone. HEX triplet: 77, 6D and 5E. RGB value is (119,109,94). Sum of RGB (Red+Green+Blue) = 119+109+94=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D5E is #8892A1. Grayscale: #6E6E6E. Windows color (decimal): -8950434 or 6188407. OLE color: 6188407.
HSL color Cylindrical-coordinate representation of color #776D5E: hue angle of 36º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776D5E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 94 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.53 |
| HSL | 36º | 0.12% | 0.42% | - |
| HSV(B) | 36º | 0.21% | 0.47% | - |
| XYZ | 15.1 | 15.67 | 12.82 | - |
| YUV | 110.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 94 | 0 | 0.08 | 0.21 | 0.53 | 36 | 0.12 | 0.42 |
| Hex | 77 | 6D | 5E | 0 | 8 | 15 | 35 | 24 | C | 2A |
| Octal | 167 | 155 | 136 | 0 | 10 | 25 | 65 | 44 | 14 | 52 |
| Binary | 1110111 | 1101101 | 1011110 | 0 | 1000 | 10101 | 110101 | 100100 | 1100 | 101010 |
Color Harmonies of #776D5E
Complementary color
Monochromatic Colors of #776D5E
Black with #776D5E
Text Example
Text Example
White with #776D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D5E; }
p { color: rgb(119,109,94); }
H1.HeaderClassName
{
color: #776D5E;
}
.AnyTagClassName
{
color: #776D5E;
}
</style>
background-color css
<style>
a { background-color: #776D5E; }
a { background-color: rgb(119,109,94); }
div.DivClassName
{
background-color: #776D5E;
}
.BgClassName
{
background-color: #776D5E;
}
</style>
border-color css
<style>
span { border-color: #776D5E; }
span { border-color: rgb(119,109,94); }
td.TdClassName
{
border-color: #776D5E;
}
.TagClassName
{
border-color: #776D5E;
}
</style>