Shades of Sandstone #756C5D
Tints of Sandstone #756C5D
RGB
CMYK
RGB Variations
Color information
#756C5D (or 0x756C5D) is known color: Sandstone. HEX triplet: 75, 6C and 5D. RGB value is (117,108,93). Sum of RGB (Red+Green+Blue) = 117+108+93=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C5D is #8A93A2. Grayscale: #6D6D6D. Windows color (decimal): -9081763 or 6122613. OLE color: 6122613.
HSL color Cylindrical-coordinate representation of color #756C5D: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756C5D is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 93 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.54 |
| HSL | 37.5º | 0.11% | 0.41% | - |
| HSV(B) | 37.5º | 0.21% | 0.46% | - |
| XYZ | 14.67 | 15.3 | 12.54 | - |
| YUV | 108.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 93 | 0 | 0.08 | 0.21 | 0.54 | 37.5 | 0.11 | 0.41 |
| Hex | 75 | 6C | 5D | 0 | 8 | 15 | 36 | 26 | B | 29 |
| Octal | 165 | 154 | 135 | 0 | 10 | 25 | 66 | 46 | 13 | 51 |
| Binary | 1110101 | 1101100 | 1011101 | 0 | 1000 | 10101 | 110110 | 100110 | 1011 | 101001 |
Color Harmonies of #756C5D
Complementary color
Monochromatic Colors of #756C5D
Black with #756C5D
Text Example
Text Example
White with #756C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C5D; }
p { color: rgb(117,108,93); }
H1.HeaderClassName
{
color: #756C5D;
}
.AnyTagClassName
{
color: #756C5D;
}
</style>
background-color css
<style>
a { background-color: #756C5D; }
a { background-color: rgb(117,108,93); }
div.DivClassName
{
background-color: #756C5D;
}
.BgClassName
{
background-color: #756C5D;
}
</style>
border-color css
<style>
span { border-color: #756C5D; }
span { border-color: rgb(117,108,93); }
td.TdClassName
{
border-color: #756C5D;
}
.TagClassName
{
border-color: #756C5D;
}
</style>