Shades of Sandstone #776A5C
Tints of Sandstone #776A5C
RGB
CMYK
RGB Variations
Color information
#776A5C (or 0x776A5C) is known color: Sandstone. HEX triplet: 77, 6A and 5C. RGB value is (119,106,92). Sum of RGB (Red+Green+Blue) = 119+106+92=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A5C is #8895A3. Grayscale: #6C6C6C. Windows color (decimal): -8951204 or 6056567. OLE color: 6056567.
HSL color Cylindrical-coordinate representation of color #776A5C: hue angle of 31.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776A5C is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 92 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.53 |
| HSL | 31.11º | 0.13% | 0.41% | - |
| HSV(B) | 31.11º | 0.23% | 0.47% | - |
| XYZ | 14.69 | 15 | 12.25 | - |
| YUV | 108.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 92 | 0 | 0.11 | 0.23 | 0.53 | 31.11 | 0.13 | 0.41 |
| Hex | 77 | 6A | 5C | 0 | B | 17 | 35 | 1F | D | 29 |
| Octal | 167 | 152 | 134 | 0 | 13 | 27 | 65 | 37 | 15 | 51 |
| Binary | 1110111 | 1101010 | 1011100 | 0 | 1011 | 10111 | 110101 | 11111 | 1101 | 101001 |
Color Harmonies of #776A5C
Complementary color
Monochromatic Colors of #776A5C
Black with #776A5C
Text Example
Text Example
White with #776A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A5C; }
p { color: rgb(119,106,92); }
H1.HeaderClassName
{
color: #776A5C;
}
.AnyTagClassName
{
color: #776A5C;
}
</style>
background-color css
<style>
a { background-color: #776A5C; }
a { background-color: rgb(119,106,92); }
div.DivClassName
{
background-color: #776A5C;
}
.BgClassName
{
background-color: #776A5C;
}
</style>
border-color css
<style>
span { border-color: #776A5C; }
span { border-color: rgb(119,106,92); }
td.TdClassName
{
border-color: #776A5C;
}
.TagClassName
{
border-color: #776A5C;
}
</style>