Shades of Sandstone #766D66
Tints of Sandstone #766D66
RGB
CMYK
RGB Variations
Color information
#766D66 (or 0x766D66) is known color: Sandstone. HEX triplet: 76, 6D and 66. RGB value is (118,109,102). Sum of RGB (Red+Green+Blue) = 118+109+102=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D66 is #899299. Grayscale: #6E6E6E. Windows color (decimal): -9015962 or 6712694. OLE color: 6712694.
HSL color Cylindrical-coordinate representation of color #766D66: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766D66 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 102 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.54 |
| HSL | 26.25º | 0.07% | 0.43% | - |
| HSV(B) | 26.25º | 0.14% | 0.46% | - |
| XYZ | 15.34 | 15.75 | 14.8 | - |
| YUV | 110.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 102 | 0 | 0.08 | 0.14 | 0.54 | 26.25 | 0.07 | 0.43 |
| Hex | 76 | 6D | 66 | 0 | 8 | E | 36 | 1A | 7 | 2B |
| Octal | 166 | 155 | 146 | 0 | 10 | 16 | 66 | 32 | 7 | 53 |
| Binary | 1110110 | 1101101 | 1100110 | 0 | 1000 | 1110 | 110110 | 11010 | 111 | 101011 |
Color Harmonies of #766D66
Complementary color
Monochromatic Colors of #766D66
Black with #766D66
Text Example
Text Example
White with #766D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D66; }
p { color: rgb(118,109,102); }
H1.HeaderClassName
{
color: #766D66;
}
.AnyTagClassName
{
color: #766D66;
}
</style>
background-color css
<style>
a { background-color: #766D66; }
a { background-color: rgb(118,109,102); }
div.DivClassName
{
background-color: #766D66;
}
.BgClassName
{
background-color: #766D66;
}
</style>
border-color css
<style>
span { border-color: #766D66; }
span { border-color: rgb(118,109,102); }
td.TdClassName
{
border-color: #766D66;
}
.TagClassName
{
border-color: #766D66;
}
</style>