Shades of Sandstone #776C5B
Tints of Sandstone #776C5B
RGB
CMYK
RGB Variations
Color information
#776C5B (or 0x776C5B) is known color: Sandstone. HEX triplet: 77, 6C and 5B. RGB value is (119,108,91). Sum of RGB (Red+Green+Blue) = 119+108+91=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C5B is #8893A4. Grayscale: #6D6D6D. Windows color (decimal): -8950693 or 5991543. OLE color: 5991543.
HSL color Cylindrical-coordinate representation of color #776C5B: hue angle of 36.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776C5B is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 91 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.53 |
| HSL | 36.43º | 0.13% | 0.41% | - |
| HSV(B) | 36.43º | 0.24% | 0.47% | - |
| XYZ | 14.86 | 15.4 | 12.09 | - |
| YUV | 109.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 91 | 0 | 0.09 | 0.24 | 0.53 | 36.43 | 0.13 | 0.41 |
| Hex | 77 | 6C | 5B | 0 | 9 | 18 | 35 | 24 | D | 29 |
| Octal | 167 | 154 | 133 | 0 | 11 | 30 | 65 | 44 | 15 | 51 |
| Binary | 1110111 | 1101100 | 1011011 | 0 | 1001 | 11000 | 110101 | 100100 | 1101 | 101001 |
Color Harmonies of #776C5B
Complementary color
Monochromatic Colors of #776C5B
Black with #776C5B
Text Example
Text Example
White with #776C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C5B; }
p { color: rgb(119,108,91); }
H1.HeaderClassName
{
color: #776C5B;
}
.AnyTagClassName
{
color: #776C5B;
}
</style>
background-color css
<style>
a { background-color: #776C5B; }
a { background-color: rgb(119,108,91); }
div.DivClassName
{
background-color: #776C5B;
}
.BgClassName
{
background-color: #776C5B;
}
</style>
border-color css
<style>
span { border-color: #776C5B; }
span { border-color: rgb(119,108,91); }
td.TdClassName
{
border-color: #776C5B;
}
.TagClassName
{
border-color: #776C5B;
}
</style>