Shades of Sandstone #766F65
Tints of Sandstone #766F65
RGB
CMYK
RGB Variations
Color information
#766F65 (or 0x766F65) is known color: Sandstone. HEX triplet: 76, 6F and 65. RGB value is (118,111,101). Sum of RGB (Red+Green+Blue) = 118+111+101=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F65 is #89909A. Grayscale: #6F6F6F. Windows color (decimal): -9015451 or 6647670. OLE color: 6647670.
HSL color Cylindrical-coordinate representation of color #766F65: hue angle of 35.29º degrees, saturation: 0.08, 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 #766F65 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 101 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.54 |
| HSL | 35.29º | 0.08% | 0.43% | - |
| HSV(B) | 35.29º | 0.14% | 0.46% | - |
| XYZ | 15.5 | 16.16 | 14.61 | - |
| YUV | 111.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 101 | 0 | 0.06 | 0.14 | 0.54 | 35.29 | 0.08 | 0.43 |
| Hex | 76 | 6F | 65 | 0 | 6 | E | 36 | 23 | 8 | 2B |
| Octal | 166 | 157 | 145 | 0 | 6 | 16 | 66 | 43 | 10 | 53 |
| Binary | 1110110 | 1101111 | 1100101 | 0 | 110 | 1110 | 110110 | 100011 | 1000 | 101011 |
Color Harmonies of #766F65
Complementary color
Monochromatic Colors of #766F65
Black with #766F65
Text Example
Text Example
White with #766F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F65; }
p { color: rgb(118,111,101); }
H1.HeaderClassName
{
color: #766F65;
}
.AnyTagClassName
{
color: #766F65;
}
</style>
background-color css
<style>
a { background-color: #766F65; }
a { background-color: rgb(118,111,101); }
div.DivClassName
{
background-color: #766F65;
}
.BgClassName
{
background-color: #766F65;
}
</style>
border-color css
<style>
span { border-color: #766F65; }
span { border-color: rgb(118,111,101); }
td.TdClassName
{
border-color: #766F65;
}
.TagClassName
{
border-color: #766F65;
}
</style>