Shades of Sandstone #766B60
Tints of Sandstone #766B60
RGB
CMYK
RGB Variations
Color information
#766B60 (or 0x766B60) is known color: Sandstone. HEX triplet: 76, 6B and 60. RGB value is (118,107,96). Sum of RGB (Red+Green+Blue) = 118+107+96=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B60 is #89949F. Grayscale: #6D6D6D. Windows color (decimal): -9016480 or 6318966. OLE color: 6318966.
HSL color Cylindrical-coordinate representation of color #766B60: hue angle of 30º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766B60 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 96 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.54 |
| HSL | 30º | 0.1% | 0.42% | - |
| HSV(B) | 30º | 0.19% | 0.46% | - |
| XYZ | 14.84 | 15.21 | 13.22 | - |
| YUV | 109.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 96 | 0 | 0.09 | 0.19 | 0.54 | 30 | 0.1 | 0.42 |
| Hex | 76 | 6B | 60 | 0 | 9 | 13 | 36 | 1E | A | 2A |
| Octal | 166 | 153 | 140 | 0 | 11 | 23 | 66 | 36 | 12 | 52 |
| Binary | 1110110 | 1101011 | 1100000 | 0 | 1001 | 10011 | 110110 | 11110 | 1010 | 101010 |
Color Harmonies of #766B60
Complementary color
Monochromatic Colors of #766B60
Black with #766B60
Text Example
Text Example
White with #766B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B60; }
p { color: rgb(118,107,96); }
H1.HeaderClassName
{
color: #766B60;
}
.AnyTagClassName
{
color: #766B60;
}
</style>
background-color css
<style>
a { background-color: #766B60; }
a { background-color: rgb(118,107,96); }
div.DivClassName
{
background-color: #766B60;
}
.BgClassName
{
background-color: #766B60;
}
</style>
border-color css
<style>
span { border-color: #766B60; }
span { border-color: rgb(118,107,96); }
td.TdClassName
{
border-color: #766B60;
}
.TagClassName
{
border-color: #766B60;
}
</style>