Shades of Sandstone #776D62
Tints of Sandstone #776D62
RGB
CMYK
RGB Variations
Color information
#776D62 (or 0x776D62) is known color: Sandstone. HEX triplet: 77, 6D and 62. RGB value is (119,109,98). Sum of RGB (Red+Green+Blue) = 119+109+98=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D62 is #88929D. Grayscale: #6E6E6E. Windows color (decimal): -8950430 or 6450551. OLE color: 6450551.
HSL color Cylindrical-coordinate representation of color #776D62: hue angle of 31.43º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776D62 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 98 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.53 |
| HSL | 31.43º | 0.1% | 0.43% | - |
| HSV(B) | 31.43º | 0.18% | 0.47% | - |
| XYZ | 15.28 | 15.74 | 13.79 | - |
| YUV | 110.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 98 | 0 | 0.08 | 0.18 | 0.53 | 31.43 | 0.1 | 0.43 |
| Hex | 77 | 6D | 62 | 0 | 8 | 12 | 35 | 1F | A | 2B |
| Octal | 167 | 155 | 142 | 0 | 10 | 22 | 65 | 37 | 12 | 53 |
| Binary | 1110111 | 1101101 | 1100010 | 0 | 1000 | 10010 | 110101 | 11111 | 1010 | 101011 |
Color Harmonies of #776D62
Complementary color
Monochromatic Colors of #776D62
Black with #776D62
Text Example
Text Example
White with #776D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D62; }
p { color: rgb(119,109,98); }
H1.HeaderClassName
{
color: #776D62;
}
.AnyTagClassName
{
color: #776D62;
}
</style>
background-color css
<style>
a { background-color: #776D62; }
a { background-color: rgb(119,109,98); }
div.DivClassName
{
background-color: #776D62;
}
.BgClassName
{
background-color: #776D62;
}
</style>
border-color css
<style>
span { border-color: #776D62; }
span { border-color: rgb(119,109,98); }
td.TdClassName
{
border-color: #776D62;
}
.TagClassName
{
border-color: #776D62;
}
</style>