Shades of Sandstone #756B5F
Tints of Sandstone #756B5F
RGB
CMYK
RGB Variations
Color information
#756B5F (or 0x756B5F) is known color: Sandstone. HEX triplet: 75, 6B and 5F. RGB value is (117,107,95). Sum of RGB (Red+Green+Blue) = 117+107+95=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B5F is #8A94A0. Grayscale: #6C6C6C. Windows color (decimal): -9082017 or 6253429. OLE color: 6253429.
HSL color Cylindrical-coordinate representation of color #756B5F: hue angle of 32.73º 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 #756B5F is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 95 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.54 |
| HSL | 32.73º | 0.1% | 0.42% | - |
| HSV(B) | 32.73º | 0.19% | 0.46% | - |
| XYZ | 14.66 | 15.12 | 12.97 | - |
| YUV | 108.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 95 | 0 | 0.09 | 0.19 | 0.54 | 32.73 | 0.1 | 0.42 |
| Hex | 75 | 6B | 5F | 0 | 9 | 13 | 36 | 21 | A | 2A |
| Octal | 165 | 153 | 137 | 0 | 11 | 23 | 66 | 41 | 12 | 52 |
| Binary | 1110101 | 1101011 | 1011111 | 0 | 1001 | 10011 | 110110 | 100001 | 1010 | 101010 |
Color Harmonies of #756B5F
Complementary color
Monochromatic Colors of #756B5F
Black with #756B5F
Text Example
Text Example
White with #756B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B5F; }
p { color: rgb(117,107,95); }
H1.HeaderClassName
{
color: #756B5F;
}
.AnyTagClassName
{
color: #756B5F;
}
</style>
background-color css
<style>
a { background-color: #756B5F; }
a { background-color: rgb(117,107,95); }
div.DivClassName
{
background-color: #756B5F;
}
.BgClassName
{
background-color: #756B5F;
}
</style>
border-color css
<style>
span { border-color: #756B5F; }
span { border-color: rgb(117,107,95); }
td.TdClassName
{
border-color: #756B5F;
}
.TagClassName
{
border-color: #756B5F;
}
</style>