Shades of Sandstone #776D5C
Tints of Sandstone #776D5C
RGB
CMYK
RGB Variations
Color information
#776D5C (or 0x776D5C) is known color: Sandstone. HEX triplet: 77, 6D and 5C. RGB value is (119,109,92). Sum of RGB (Red+Green+Blue) = 119+109+92=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D5C is #8892A3. Grayscale: #6E6E6E. Windows color (decimal): -8950436 or 6057335. OLE color: 6057335.
HSL color Cylindrical-coordinate representation of color #776D5C: hue angle of 37.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776D5C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 92 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.53 |
| HSL | 37.78º | 0.13% | 0.41% | - |
| HSV(B) | 37.78º | 0.23% | 0.47% | - |
| XYZ | 15.01 | 15.63 | 12.35 | - |
| YUV | 110.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 92 | 0 | 0.08 | 0.23 | 0.53 | 37.78 | 0.13 | 0.41 |
| Hex | 77 | 6D | 5C | 0 | 8 | 17 | 35 | 26 | D | 29 |
| Octal | 167 | 155 | 134 | 0 | 10 | 27 | 65 | 46 | 15 | 51 |
| Binary | 1110111 | 1101101 | 1011100 | 0 | 1000 | 10111 | 110101 | 100110 | 1101 | 101001 |
Color Harmonies of #776D5C
Complementary color
Monochromatic Colors of #776D5C
Black with #776D5C
Text Example
Text Example
White with #776D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D5C; }
p { color: rgb(119,109,92); }
H1.HeaderClassName
{
color: #776D5C;
}
.AnyTagClassName
{
color: #776D5C;
}
</style>
background-color css
<style>
a { background-color: #776D5C; }
a { background-color: rgb(119,109,92); }
div.DivClassName
{
background-color: #776D5C;
}
.BgClassName
{
background-color: #776D5C;
}
</style>
border-color css
<style>
span { border-color: #776D5C; }
span { border-color: rgb(119,109,92); }
td.TdClassName
{
border-color: #776D5C;
}
.TagClassName
{
border-color: #776D5C;
}
</style>