Shades of Sandstone #776B58
Tints of Sandstone #776B58
RGB
CMYK
RGB Variations
Color information
#776B58 (or 0x776B58) is known color: Sandstone. HEX triplet: 77, 6B and 58. RGB value is (119,107,88). Sum of RGB (Red+Green+Blue) = 119+107+88=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B58 is #8894A7. Grayscale: #6C6C6C. Windows color (decimal): -8950952 or 5794679. OLE color: 5794679.
HSL color Cylindrical-coordinate representation of color #776B58: hue angle of 36.77º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776B58 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 88 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.53 |
| HSL | 36.77º | 0.15% | 0.41% | - |
| HSV(B) | 36.77º | 0.26% | 0.47% | - |
| XYZ | 14.63 | 15.14 | 11.38 | - |
| YUV | 108.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 88 | 0 | 0.10 | 0.26 | 0.53 | 36.77 | 0.15 | 0.41 |
| Hex | 77 | 6B | 58 | 0 | A | 1A | 35 | 25 | F | 29 |
| Octal | 167 | 153 | 130 | 0 | 12 | 32 | 65 | 45 | 17 | 51 |
| Binary | 1110111 | 1101011 | 1011000 | 0 | 1010 | 11010 | 110101 | 100101 | 1111 | 101001 |
Color Harmonies of #776B58
Complementary color
Monochromatic Colors of #776B58
Black with #776B58
Text Example
Text Example
White with #776B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B58; }
p { color: rgb(119,107,88); }
H1.HeaderClassName
{
color: #776B58;
}
.AnyTagClassName
{
color: #776B58;
}
</style>
background-color css
<style>
a { background-color: #776B58; }
a { background-color: rgb(119,107,88); }
div.DivClassName
{
background-color: #776B58;
}
.BgClassName
{
background-color: #776B58;
}
</style>
border-color css
<style>
span { border-color: #776B58; }
span { border-color: rgb(119,107,88); }
td.TdClassName
{
border-color: #776B58;
}
.TagClassName
{
border-color: #776B58;
}
</style>