Shades of Sandstone #766D5F
Tints of Sandstone #766D5F
RGB
CMYK
RGB Variations
Color information
#766D5F (or 0x766D5F) is known color: Sandstone. HEX triplet: 76, 6D and 5F. RGB value is (118,109,95). Sum of RGB (Red+Green+Blue) = 118+109+95=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D5F is #8992A0. Grayscale: #6E6E6E. Windows color (decimal): -9015969 or 6253942. OLE color: 6253942.
HSL color Cylindrical-coordinate representation of color #766D5F: hue angle of 36.52º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766D5F is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 95 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.54 |
| HSL | 36.52º | 0.11% | 0.42% | - |
| HSV(B) | 36.52º | 0.19% | 0.46% | - |
| XYZ | 15.01 | 15.62 | 13.05 | - |
| YUV | 110.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 95 | 0 | 0.08 | 0.19 | 0.54 | 36.52 | 0.11 | 0.42 |
| Hex | 76 | 6D | 5F | 0 | 8 | 13 | 36 | 25 | B | 2A |
| Octal | 166 | 155 | 137 | 0 | 10 | 23 | 66 | 45 | 13 | 52 |
| Binary | 1110110 | 1101101 | 1011111 | 0 | 1000 | 10011 | 110110 | 100101 | 1011 | 101010 |
Color Harmonies of #766D5F
Complementary color
Monochromatic Colors of #766D5F
Black with #766D5F
Text Example
Text Example
White with #766D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D5F; }
p { color: rgb(118,109,95); }
H1.HeaderClassName
{
color: #766D5F;
}
.AnyTagClassName
{
color: #766D5F;
}
</style>
background-color css
<style>
a { background-color: #766D5F; }
a { background-color: rgb(118,109,95); }
div.DivClassName
{
background-color: #766D5F;
}
.BgClassName
{
background-color: #766D5F;
}
</style>
border-color css
<style>
span { border-color: #766D5F; }
span { border-color: rgb(118,109,95); }
td.TdClassName
{
border-color: #766D5F;
}
.TagClassName
{
border-color: #766D5F;
}
</style>