Shades of Sandstone #766D64
Tints of Sandstone #766D64
RGB
CMYK
RGB Variations
Color information
#766D64 (or 0x766D64) is known color: Sandstone. HEX triplet: 76, 6D and 64. RGB value is (118,109,100). Sum of RGB (Red+Green+Blue) = 118+109+100=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #766D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D64 is #89929B. Grayscale: #6E6E6E. Windows color (decimal): -9015964 or 6581622. OLE color: 6581622.
HSL color Cylindrical-coordinate representation of color #766D64: hue angle of 30º 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 #766D64 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 100 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.54 |
| HSL | 30º | 0.08% | 0.43% | - |
| HSV(B) | 30º | 0.15% | 0.46% | - |
| XYZ | 15.24 | 15.71 | 14.29 | - |
| YUV | 110.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 100 | 0 | 0.08 | 0.15 | 0.54 | 30 | 0.08 | 0.43 |
| Hex | 76 | 6D | 64 | 0 | 8 | F | 36 | 1E | 8 | 2B |
| Octal | 166 | 155 | 144 | 0 | 10 | 17 | 66 | 36 | 10 | 53 |
| Binary | 1110110 | 1101101 | 1100100 | 0 | 1000 | 1111 | 110110 | 11110 | 1000 | 101011 |
Color Harmonies of #766D64
Complementary color
Monochromatic Colors of #766D64
Black with #766D64
Text Example
Text Example
White with #766D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D64; }
p { color: rgb(118,109,100); }
H1.HeaderClassName
{
color: #766D64;
}
.AnyTagClassName
{
color: #766D64;
}
</style>
background-color css
<style>
a { background-color: #766D64; }
a { background-color: rgb(118,109,100); }
div.DivClassName
{
background-color: #766D64;
}
.BgClassName
{
background-color: #766D64;
}
</style>
border-color css
<style>
span { border-color: #766D64; }
span { border-color: rgb(118,109,100); }
td.TdClassName
{
border-color: #766D64;
}
.TagClassName
{
border-color: #766D64;
}
</style>