Shades of Sandstone #776E66
Tints of Sandstone #776E66
RGB
CMYK
RGB Variations
Color information
#776E66 (or 0x776E66) is known color: Sandstone. HEX triplet: 77, 6E and 66. RGB value is (119,110,102). Sum of RGB (Red+Green+Blue) = 119+110+102=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E66 is #889199. Grayscale: #6F6F6F. Windows color (decimal): -8950170 or 6712951. OLE color: 6712951.
HSL color Cylindrical-coordinate representation of color #776E66: hue angle of 28.24º 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 #776E66 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 102 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.53 |
| HSL | 28.24º | 0.08% | 0.43% | - |
| HSV(B) | 28.24º | 0.14% | 0.47% | - |
| XYZ | 15.58 | 16.03 | 14.84 | - |
| YUV | 111.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 102 | 0 | 0.08 | 0.14 | 0.53 | 28.24 | 0.08 | 0.43 |
| Hex | 77 | 6E | 66 | 0 | 8 | E | 35 | 1C | 8 | 2B |
| Octal | 167 | 156 | 146 | 0 | 10 | 16 | 65 | 34 | 10 | 53 |
| Binary | 1110111 | 1101110 | 1100110 | 0 | 1000 | 1110 | 110101 | 11100 | 1000 | 101011 |
Color Harmonies of #776E66
Complementary color
Monochromatic Colors of #776E66
Black with #776E66
Text Example
Text Example
White with #776E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E66; }
p { color: rgb(119,110,102); }
H1.HeaderClassName
{
color: #776E66;
}
.AnyTagClassName
{
color: #776E66;
}
</style>
background-color css
<style>
a { background-color: #776E66; }
a { background-color: rgb(119,110,102); }
div.DivClassName
{
background-color: #776E66;
}
.BgClassName
{
background-color: #776E66;
}
</style>
border-color css
<style>
span { border-color: #776E66; }
span { border-color: rgb(119,110,102); }
td.TdClassName
{
border-color: #776E66;
}
.TagClassName
{
border-color: #776E66;
}
</style>