Shades of Sandstone #776B61
Tints of Sandstone #776B61
RGB
CMYK
RGB Variations
Color information
#776B61 (or 0x776B61) is known color: Sandstone. HEX triplet: 77, 6B and 61. RGB value is (119,107,97). Sum of RGB (Red+Green+Blue) = 119+107+97=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B61 is #88949E. Grayscale: #6D6D6D. Windows color (decimal): -8950943 or 6384503. OLE color: 6384503.
HSL color Cylindrical-coordinate representation of color #776B61: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776B61 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 97 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.53 |
| HSL | 27.27º | 0.1% | 0.42% | - |
| HSV(B) | 27.27º | 0.18% | 0.47% | - |
| XYZ | 15.02 | 15.3 | 13.47 | - |
| YUV | 109.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 97 | 0 | 0.10 | 0.18 | 0.53 | 27.27 | 0.1 | 0.42 |
| Hex | 77 | 6B | 61 | 0 | A | 12 | 35 | 1B | A | 2A |
| Octal | 167 | 153 | 141 | 0 | 12 | 22 | 65 | 33 | 12 | 52 |
| Binary | 1110111 | 1101011 | 1100001 | 0 | 1010 | 10010 | 110101 | 11011 | 1010 | 101010 |
Color Harmonies of #776B61
Complementary color
Monochromatic Colors of #776B61
Black with #776B61
Text Example
Text Example
White with #776B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B61; }
p { color: rgb(119,107,97); }
H1.HeaderClassName
{
color: #776B61;
}
.AnyTagClassName
{
color: #776B61;
}
</style>
background-color css
<style>
a { background-color: #776B61; }
a { background-color: rgb(119,107,97); }
div.DivClassName
{
background-color: #776B61;
}
.BgClassName
{
background-color: #776B61;
}
</style>
border-color css
<style>
span { border-color: #776B61; }
span { border-color: rgb(119,107,97); }
td.TdClassName
{
border-color: #776B61;
}
.TagClassName
{
border-color: #776B61;
}
</style>