Shades of Sandstone #756A60
Tints of Sandstone #756A60
RGB
CMYK
RGB Variations
Color information
#756A60 (or 0x756A60) is known color: Sandstone. HEX triplet: 75, 6A and 60. RGB value is (117,106,96). Sum of RGB (Red+Green+Blue) = 117+106+96=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A60 is #8A959F. Grayscale: #6C6C6C. Windows color (decimal): -9082272 or 6318709. OLE color: 6318709.
HSL color Cylindrical-coordinate representation of color #756A60: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756A60 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 96 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.54 |
| HSL | 28.57º | 0.1% | 0.42% | - |
| HSV(B) | 28.57º | 0.18% | 0.46% | - |
| XYZ | 14.6 | 14.93 | 13.18 | - |
| YUV | 108.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 96 | 0 | 0.09 | 0.18 | 0.54 | 28.57 | 0.1 | 0.42 |
| Hex | 75 | 6A | 60 | 0 | 9 | 12 | 36 | 1D | A | 2A |
| Octal | 165 | 152 | 140 | 0 | 11 | 22 | 66 | 35 | 12 | 52 |
| Binary | 1110101 | 1101010 | 1100000 | 0 | 1001 | 10010 | 110110 | 11101 | 1010 | 101010 |
Color Harmonies of #756A60
Complementary color
Monochromatic Colors of #756A60
Black with #756A60
Text Example
Text Example
White with #756A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A60; }
p { color: rgb(117,106,96); }
H1.HeaderClassName
{
color: #756A60;
}
.AnyTagClassName
{
color: #756A60;
}
</style>
background-color css
<style>
a { background-color: #756A60; }
a { background-color: rgb(117,106,96); }
div.DivClassName
{
background-color: #756A60;
}
.BgClassName
{
background-color: #756A60;
}
</style>
border-color css
<style>
span { border-color: #756A60; }
span { border-color: rgb(117,106,96); }
td.TdClassName
{
border-color: #756A60;
}
.TagClassName
{
border-color: #756A60;
}
</style>