Shades of Sandstone #756B5C
Tints of Sandstone #756B5C
RGB
CMYK
RGB Variations
Color information
#756B5C (or 0x756B5C) is known color: Sandstone. HEX triplet: 75, 6B and 5C. RGB value is (117,107,92). Sum of RGB (Red+Green+Blue) = 117+107+92=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B5C is #8A94A3. Grayscale: #6C6C6C. Windows color (decimal): -9082020 or 6056821. OLE color: 6056821.
HSL color Cylindrical-coordinate representation of color #756B5C: hue angle of 36º degrees, saturation: 0.12, 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 #756B5C is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 92 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.54 |
| HSL | 36º | 0.12% | 0.41% | - |
| HSV(B) | 36º | 0.21% | 0.46% | - |
| XYZ | 14.53 | 15.07 | 12.27 | - |
| YUV | 108.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 92 | 0 | 0.09 | 0.21 | 0.54 | 36 | 0.12 | 0.41 |
| Hex | 75 | 6B | 5C | 0 | 9 | 15 | 36 | 24 | C | 29 |
| Octal | 165 | 153 | 134 | 0 | 11 | 25 | 66 | 44 | 14 | 51 |
| Binary | 1110101 | 1101011 | 1011100 | 0 | 1001 | 10101 | 110110 | 100100 | 1100 | 101001 |
Color Harmonies of #756B5C
Complementary color
Monochromatic Colors of #756B5C
Black with #756B5C
Text Example
Text Example
White with #756B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B5C; }
p { color: rgb(117,107,92); }
H1.HeaderClassName
{
color: #756B5C;
}
.AnyTagClassName
{
color: #756B5C;
}
</style>
background-color css
<style>
a { background-color: #756B5C; }
a { background-color: rgb(117,107,92); }
div.DivClassName
{
background-color: #756B5C;
}
.BgClassName
{
background-color: #756B5C;
}
</style>
border-color css
<style>
span { border-color: #756B5C; }
span { border-color: rgb(117,107,92); }
td.TdClassName
{
border-color: #756B5C;
}
.TagClassName
{
border-color: #756B5C;
}
</style>