Shades of Sandstone #776A5B
Tints of Sandstone #776A5B
RGB
CMYK
RGB Variations
Color information
#776A5B (or 0x776A5B) is known color: Sandstone. HEX triplet: 77, 6A and 5B. RGB value is (119,106,91). Sum of RGB (Red+Green+Blue) = 119+106+91=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A5B is #8895A4. Grayscale: #6C6C6C. Windows color (decimal): -8951205 or 5991031. OLE color: 5991031.
HSL color Cylindrical-coordinate representation of color #776A5B: hue angle of 32.14º 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 #776A5B is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 91 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.53 |
| HSL | 32.14º | 0.13% | 0.41% | - |
| HSV(B) | 32.14º | 0.24% | 0.47% | - |
| XYZ | 14.65 | 14.99 | 12.02 | - |
| YUV | 108.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 91 | 0 | 0.11 | 0.24 | 0.53 | 32.14 | 0.13 | 0.41 |
| Hex | 77 | 6A | 5B | 0 | B | 18 | 35 | 20 | D | 29 |
| Octal | 167 | 152 | 133 | 0 | 13 | 30 | 65 | 40 | 15 | 51 |
| Binary | 1110111 | 1101010 | 1011011 | 0 | 1011 | 11000 | 110101 | 100000 | 1101 | 101001 |
Color Harmonies of #776A5B
Complementary color
Monochromatic Colors of #776A5B
Black with #776A5B
Text Example
Text Example
White with #776A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A5B; }
p { color: rgb(119,106,91); }
H1.HeaderClassName
{
color: #776A5B;
}
.AnyTagClassName
{
color: #776A5B;
}
</style>
background-color css
<style>
a { background-color: #776A5B; }
a { background-color: rgb(119,106,91); }
div.DivClassName
{
background-color: #776A5B;
}
.BgClassName
{
background-color: #776A5B;
}
</style>
border-color css
<style>
span { border-color: #776A5B; }
span { border-color: rgb(119,106,91); }
td.TdClassName
{
border-color: #776A5B;
}
.TagClassName
{
border-color: #776A5B;
}
</style>