Shades of Sandstone #776C64
Tints of Sandstone #776C64
RGB
CMYK
RGB Variations
Color information
#776C64 (or 0x776C64) is known color: Sandstone. HEX triplet: 77, 6C and 64. RGB value is (119,108,100). Sum of RGB (Red+Green+Blue) = 119+108+100=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #776C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C64 is #88939B. Grayscale: #6E6E6E. Windows color (decimal): -8950684 or 6581367. OLE color: 6581367.
HSL color Cylindrical-coordinate representation of color #776C64: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776C64 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 100 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.53 |
| HSL | 25.26º | 0.09% | 0.43% | - |
| HSV(B) | 25.26º | 0.16% | 0.47% | - |
| XYZ | 15.27 | 15.57 | 14.26 | - |
| YUV | 110.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 100 | 0 | 0.09 | 0.16 | 0.53 | 25.26 | 0.09 | 0.43 |
| Hex | 77 | 6C | 64 | 0 | 9 | 10 | 35 | 19 | 9 | 2B |
| Octal | 167 | 154 | 144 | 0 | 11 | 20 | 65 | 31 | 11 | 53 |
| Binary | 1110111 | 1101100 | 1100100 | 0 | 1001 | 10000 | 110101 | 11001 | 1001 | 101011 |
Color Harmonies of #776C64
Complementary color
Monochromatic Colors of #776C64
Black with #776C64
Text Example
Text Example
White with #776C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C64; }
p { color: rgb(119,108,100); }
H1.HeaderClassName
{
color: #776C64;
}
.AnyTagClassName
{
color: #776C64;
}
</style>
background-color css
<style>
a { background-color: #776C64; }
a { background-color: rgb(119,108,100); }
div.DivClassName
{
background-color: #776C64;
}
.BgClassName
{
background-color: #776C64;
}
</style>
border-color css
<style>
span { border-color: #776C64; }
span { border-color: rgb(119,108,100); }
td.TdClassName
{
border-color: #776C64;
}
.TagClassName
{
border-color: #776C64;
}
</style>