Shades of Sandstone #776F66
Tints of Sandstone #776F66
RGB
CMYK
RGB Variations
Color information
#776F66 (or 0x776F66) is known color: Sandstone. HEX triplet: 77, 6F and 66. RGB value is (119,111,102). Sum of RGB (Red+Green+Blue) = 119+111+102=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F66 is #889099. Grayscale: #707070. Windows color (decimal): -8949914 or 6713207. OLE color: 6713207.
HSL color Cylindrical-coordinate representation of color #776F66: hue angle of 31.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #776F66 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 102 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.53 |
| HSL | 31.76º | 0.08% | 0.43% | - |
| HSV(B) | 31.76º | 0.14% | 0.47% | - |
| XYZ | 15.69 | 16.25 | 14.88 | - |
| YUV | 112.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 102 | 0 | 0.07 | 0.14 | 0.53 | 31.76 | 0.08 | 0.43 |
| Hex | 77 | 6F | 66 | 0 | 7 | E | 35 | 20 | 8 | 2B |
| Octal | 167 | 157 | 146 | 0 | 7 | 16 | 65 | 40 | 10 | 53 |
| Binary | 1110111 | 1101111 | 1100110 | 0 | 111 | 1110 | 110101 | 100000 | 1000 | 101011 |
Color Harmonies of #776F66
Complementary color
Monochromatic Colors of #776F66
Black with #776F66
Text Example
Text Example
White with #776F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F66; }
p { color: rgb(119,111,102); }
H1.HeaderClassName
{
color: #776F66;
}
.AnyTagClassName
{
color: #776F66;
}
</style>
background-color css
<style>
a { background-color: #776F66; }
a { background-color: rgb(119,111,102); }
div.DivClassName
{
background-color: #776F66;
}
.BgClassName
{
background-color: #776F66;
}
</style>
border-color css
<style>
span { border-color: #776F66; }
span { border-color: rgb(119,111,102); }
td.TdClassName
{
border-color: #776F66;
}
.TagClassName
{
border-color: #776F66;
}
</style>