Shades of Sandstone #776C65
Tints of Sandstone #776C65
RGB
CMYK
RGB Variations
Color information
#776C65 (or 0x776C65) is known color: Sandstone. HEX triplet: 77, 6C and 65. RGB value is (119,108,101). Sum of RGB (Red+Green+Blue) = 119+108+101=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C65 is #88939A. Grayscale: #6E6E6E. Windows color (decimal): -8950683 or 6646903. OLE color: 6646903.
HSL color Cylindrical-coordinate representation of color #776C65: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776C65 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 101 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.53 |
| HSL | 23.33º | 0.08% | 0.43% | - |
| HSV(B) | 23.33º | 0.15% | 0.47% | - |
| XYZ | 15.32 | 15.59 | 14.51 | - |
| YUV | 110.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 101 | 0 | 0.09 | 0.15 | 0.53 | 23.33 | 0.08 | 0.43 |
| Hex | 77 | 6C | 65 | 0 | 9 | F | 35 | 17 | 8 | 2B |
| Octal | 167 | 154 | 145 | 0 | 11 | 17 | 65 | 27 | 10 | 53 |
| Binary | 1110111 | 1101100 | 1100101 | 0 | 1001 | 1111 | 110101 | 10111 | 1000 | 101011 |
Color Harmonies of #776C65
Complementary color
Monochromatic Colors of #776C65
Black with #776C65
Text Example
Text Example
White with #776C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C65; }
p { color: rgb(119,108,101); }
H1.HeaderClassName
{
color: #776C65;
}
.AnyTagClassName
{
color: #776C65;
}
</style>
background-color css
<style>
a { background-color: #776C65; }
a { background-color: rgb(119,108,101); }
div.DivClassName
{
background-color: #776C65;
}
.BgClassName
{
background-color: #776C65;
}
</style>
border-color css
<style>
span { border-color: #776C65; }
span { border-color: rgb(119,108,101); }
td.TdClassName
{
border-color: #776C65;
}
.TagClassName
{
border-color: #776C65;
}
</style>