Shades of Sandstone #766D63
Tints of Sandstone #766D63
RGB
CMYK
RGB Variations
Color information
#766D63 (or 0x766D63) is known color: Sandstone. HEX triplet: 76, 6D and 63. RGB value is (118,109,99). Sum of RGB (Red+Green+Blue) = 118+109+99=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D63 is #89929C. Grayscale: #6E6E6E. Windows color (decimal): -9015965 or 6516086. OLE color: 6516086.
HSL color Cylindrical-coordinate representation of color #766D63: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #766D63 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 99 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.54 |
| HSL | 31.58º | 0.09% | 0.43% | - |
| HSV(B) | 31.58º | 0.16% | 0.46% | - |
| XYZ | 15.19 | 15.69 | 14.03 | - |
| YUV | 110.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 99 | 0 | 0.08 | 0.16 | 0.54 | 31.58 | 0.09 | 0.43 |
| Hex | 76 | 6D | 63 | 0 | 8 | 10 | 36 | 20 | 9 | 2B |
| Octal | 166 | 155 | 143 | 0 | 10 | 20 | 66 | 40 | 11 | 53 |
| Binary | 1110110 | 1101101 | 1100011 | 0 | 1000 | 10000 | 110110 | 100000 | 1001 | 101011 |
Color Harmonies of #766D63
Complementary color
Monochromatic Colors of #766D63
Black with #766D63
Text Example
Text Example
White with #766D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D63; }
p { color: rgb(118,109,99); }
H1.HeaderClassName
{
color: #766D63;
}
.AnyTagClassName
{
color: #766D63;
}
</style>
background-color css
<style>
a { background-color: #766D63; }
a { background-color: rgb(118,109,99); }
div.DivClassName
{
background-color: #766D63;
}
.BgClassName
{
background-color: #766D63;
}
</style>
border-color css
<style>
span { border-color: #766D63; }
span { border-color: rgb(118,109,99); }
td.TdClassName
{
border-color: #766D63;
}
.TagClassName
{
border-color: #766D63;
}
</style>