Shades of Sandstone #766F64
Tints of Sandstone #766F64
RGB
CMYK
RGB Variations
Color information
#766F64 (or 0x766F64) is known color: Sandstone. HEX triplet: 76, 6F and 64. RGB value is (118,111,100). Sum of RGB (Red+Green+Blue) = 118+111+100=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F64 is #89909B. Grayscale: #6F6F6F. Windows color (decimal): -9015452 or 6582134. OLE color: 6582134.
HSL color Cylindrical-coordinate representation of color #766F64: hue angle of 36.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766F64 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 100 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.54 |
| HSL | 36.67º | 0.08% | 0.43% | - |
| HSV(B) | 36.67º | 0.15% | 0.46% | - |
| XYZ | 15.46 | 16.14 | 14.36 | - |
| YUV | 111.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 100 | 0 | 0.06 | 0.15 | 0.54 | 36.67 | 0.08 | 0.43 |
| Hex | 76 | 6F | 64 | 0 | 6 | F | 36 | 25 | 8 | 2B |
| Octal | 166 | 157 | 144 | 0 | 6 | 17 | 66 | 45 | 10 | 53 |
| Binary | 1110110 | 1101111 | 1100100 | 0 | 110 | 1111 | 110110 | 100101 | 1000 | 101011 |
Color Harmonies of #766F64
Complementary color
Monochromatic Colors of #766F64
Black with #766F64
Text Example
Text Example
White with #766F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F64; }
p { color: rgb(118,111,100); }
H1.HeaderClassName
{
color: #766F64;
}
.AnyTagClassName
{
color: #766F64;
}
</style>
background-color css
<style>
a { background-color: #766F64; }
a { background-color: rgb(118,111,100); }
div.DivClassName
{
background-color: #766F64;
}
.BgClassName
{
background-color: #766F64;
}
</style>
border-color css
<style>
span { border-color: #766F64; }
span { border-color: rgb(118,111,100); }
td.TdClassName
{
border-color: #766F64;
}
.TagClassName
{
border-color: #766F64;
}
</style>