Shades of Sandstone #766C5B
Tints of Sandstone #766C5B
RGB
CMYK
RGB Variations
Color information
#766C5B (or 0x766C5B) is known color: Sandstone. HEX triplet: 76, 6C and 5B. RGB value is (118,108,91). Sum of RGB (Red+Green+Blue) = 118+108+91=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C5B is #8993A4. Grayscale: #6D6D6D. Windows color (decimal): -9016229 or 5991542. OLE color: 5991542.
HSL color Cylindrical-coordinate representation of color #766C5B: hue angle of 37.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766C5B is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 91 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.54 |
| HSL | 37.78º | 0.13% | 0.41% | - |
| HSV(B) | 37.78º | 0.23% | 0.46% | - |
| XYZ | 14.72 | 15.33 | 12.08 | - |
| YUV | 109.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 91 | 0 | 0.08 | 0.23 | 0.54 | 37.78 | 0.13 | 0.41 |
| Hex | 76 | 6C | 5B | 0 | 8 | 17 | 36 | 26 | D | 29 |
| Octal | 166 | 154 | 133 | 0 | 10 | 27 | 66 | 46 | 15 | 51 |
| Binary | 1110110 | 1101100 | 1011011 | 0 | 1000 | 10111 | 110110 | 100110 | 1101 | 101001 |
Color Harmonies of #766C5B
Complementary color
Monochromatic Colors of #766C5B
Black with #766C5B
Text Example
Text Example
White with #766C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C5B; }
p { color: rgb(118,108,91); }
H1.HeaderClassName
{
color: #766C5B;
}
.AnyTagClassName
{
color: #766C5B;
}
</style>
background-color css
<style>
a { background-color: #766C5B; }
a { background-color: rgb(118,108,91); }
div.DivClassName
{
background-color: #766C5B;
}
.BgClassName
{
background-color: #766C5B;
}
</style>
border-color css
<style>
span { border-color: #766C5B; }
span { border-color: rgb(118,108,91); }
td.TdClassName
{
border-color: #766C5B;
}
.TagClassName
{
border-color: #766C5B;
}
</style>