Shades of Sandstone #776F64
Tints of Sandstone #776F64
RGB
CMYK
RGB Variations
Color information
#776F64 (or 0x776F64) is known color: Sandstone. HEX triplet: 77, 6F and 64. RGB value is (119,111,100). Sum of RGB (Red+Green+Blue) = 119+111+100=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F64 is #88909B. Grayscale: #707070. Windows color (decimal): -8949916 or 6582135. OLE color: 6582135.
HSL color Cylindrical-coordinate representation of color #776F64: hue angle of 34.74º 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 #776F64 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 100 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.53 |
| HSL | 34.74º | 0.09% | 0.43% | - |
| HSV(B) | 34.74º | 0.16% | 0.47% | - |
| XYZ | 15.59 | 16.21 | 14.36 | - |
| YUV | 112.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 100 | 0 | 0.07 | 0.16 | 0.53 | 34.74 | 0.09 | 0.43 |
| Hex | 77 | 6F | 64 | 0 | 7 | 10 | 35 | 23 | 9 | 2B |
| Octal | 167 | 157 | 144 | 0 | 7 | 20 | 65 | 43 | 11 | 53 |
| Binary | 1110111 | 1101111 | 1100100 | 0 | 111 | 10000 | 110101 | 100011 | 1001 | 101011 |
Color Harmonies of #776F64
Complementary color
Monochromatic Colors of #776F64
Black with #776F64
Text Example
Text Example
White with #776F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F64; }
p { color: rgb(119,111,100); }
H1.HeaderClassName
{
color: #776F64;
}
.AnyTagClassName
{
color: #776F64;
}
</style>
background-color css
<style>
a { background-color: #776F64; }
a { background-color: rgb(119,111,100); }
div.DivClassName
{
background-color: #776F64;
}
.BgClassName
{
background-color: #776F64;
}
</style>
border-color css
<style>
span { border-color: #776F64; }
span { border-color: rgb(119,111,100); }
td.TdClassName
{
border-color: #776F64;
}
.TagClassName
{
border-color: #776F64;
}
</style>