Shades of Sandstone #756D66
Tints of Sandstone #756D66
RGB
CMYK
RGB Variations
Color information
#756D66 (or 0x756D66) is known color: Sandstone. HEX triplet: 75, 6D and 66. RGB value is (117,109,102). Sum of RGB (Red+Green+Blue) = 117+109+102=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D66 is #8A9299. Grayscale: #6E6E6E. Windows color (decimal): -9081498 or 6712693. OLE color: 6712693.
HSL color Cylindrical-coordinate representation of color #756D66: hue angle of 28º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #756D66 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 102 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.54 |
| HSL | 28º | 0.07% | 0.43% | - |
| HSV(B) | 28º | 0.13% | 0.46% | - |
| XYZ | 15.2 | 15.68 | 14.8 | - |
| YUV | 110.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 102 | 0 | 0.07 | 0.13 | 0.54 | 28 | 0.07 | 0.43 |
| Hex | 75 | 6D | 66 | 0 | 7 | D | 36 | 1C | 7 | 2B |
| Octal | 165 | 155 | 146 | 0 | 7 | 15 | 66 | 34 | 7 | 53 |
| Binary | 1110101 | 1101101 | 1100110 | 0 | 111 | 1101 | 110110 | 11100 | 111 | 101011 |
Color Harmonies of #756D66
Complementary color
Monochromatic Colors of #756D66
Black with #756D66
Text Example
Text Example
White with #756D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D66; }
p { color: rgb(117,109,102); }
H1.HeaderClassName
{
color: #756D66;
}
.AnyTagClassName
{
color: #756D66;
}
</style>
background-color css
<style>
a { background-color: #756D66; }
a { background-color: rgb(117,109,102); }
div.DivClassName
{
background-color: #756D66;
}
.BgClassName
{
background-color: #756D66;
}
</style>
border-color css
<style>
span { border-color: #756D66; }
span { border-color: rgb(117,109,102); }
td.TdClassName
{
border-color: #756D66;
}
.TagClassName
{
border-color: #756D66;
}
</style>