Shades of Sandstone #766F63
Tints of Sandstone #766F63
RGB
CMYK
RGB Variations
Color information
#766F63 (or 0x766F63) is known color: Sandstone. HEX triplet: 76, 6F and 63. RGB value is (118,111,99). Sum of RGB (Red+Green+Blue) = 118+111+99=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F63 is #89909C. Grayscale: #6F6F6F. Windows color (decimal): -9015453 or 6516598. OLE color: 6516598.
HSL color Cylindrical-coordinate representation of color #766F63: hue angle of 37.89º 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 #766F63 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 99 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.54 |
| HSL | 37.89º | 0.09% | 0.43% | - |
| HSV(B) | 37.89º | 0.16% | 0.46% | - |
| XYZ | 15.41 | 16.12 | 14.1 | - |
| YUV | 111.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 99 | 0 | 0.06 | 0.16 | 0.54 | 37.89 | 0.09 | 0.43 |
| Hex | 76 | 6F | 63 | 0 | 6 | 10 | 36 | 26 | 9 | 2B |
| Octal | 166 | 157 | 143 | 0 | 6 | 20 | 66 | 46 | 11 | 53 |
| Binary | 1110110 | 1101111 | 1100011 | 0 | 110 | 10000 | 110110 | 100110 | 1001 | 101011 |
Color Harmonies of #766F63
Complementary color
Monochromatic Colors of #766F63
Black with #766F63
Text Example
Text Example
White with #766F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F63; }
p { color: rgb(118,111,99); }
H1.HeaderClassName
{
color: #766F63;
}
.AnyTagClassName
{
color: #766F63;
}
</style>
background-color css
<style>
a { background-color: #766F63; }
a { background-color: rgb(118,111,99); }
div.DivClassName
{
background-color: #766F63;
}
.BgClassName
{
background-color: #766F63;
}
</style>
border-color css
<style>
span { border-color: #766F63; }
span { border-color: rgb(118,111,99); }
td.TdClassName
{
border-color: #766F63;
}
.TagClassName
{
border-color: #766F63;
}
</style>