Shades of Sandstone #766F66
Tints of Sandstone #766F66
RGB
CMYK
RGB Variations
Color information
#766F66 (or 0x766F66) is known color: Sandstone. HEX triplet: 76, 6F and 66. RGB value is (118,111,102). Sum of RGB (Red+Green+Blue) = 118+111+102=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F66 is #899099. Grayscale: #707070. Windows color (decimal): -9015450 or 6713206. OLE color: 6713206.
HSL color Cylindrical-coordinate representation of color #766F66: hue angle of 33.75º 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 #766F66 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 102 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.54 |
| HSL | 33.75º | 0.07% | 0.43% | - |
| HSV(B) | 33.75º | 0.14% | 0.46% | - |
| XYZ | 15.55 | 16.18 | 14.87 | - |
| YUV | 112.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 102 | 0 | 0.06 | 0.14 | 0.54 | 33.75 | 0.07 | 0.43 |
| Hex | 76 | 6F | 66 | 0 | 6 | E | 36 | 22 | 7 | 2B |
| Octal | 166 | 157 | 146 | 0 | 6 | 16 | 66 | 42 | 7 | 53 |
| Binary | 1110110 | 1101111 | 1100110 | 0 | 110 | 1110 | 110110 | 100010 | 111 | 101011 |
Color Harmonies of #766F66
Complementary color
Monochromatic Colors of #766F66
Black with #766F66
Text Example
Text Example
White with #766F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F66; }
p { color: rgb(118,111,102); }
H1.HeaderClassName
{
color: #766F66;
}
.AnyTagClassName
{
color: #766F66;
}
</style>
background-color css
<style>
a { background-color: #766F66; }
a { background-color: rgb(118,111,102); }
div.DivClassName
{
background-color: #766F66;
}
.BgClassName
{
background-color: #766F66;
}
</style>
border-color css
<style>
span { border-color: #766F66; }
span { border-color: rgb(118,111,102); }
td.TdClassName
{
border-color: #766F66;
}
.TagClassName
{
border-color: #766F66;
}
</style>