Shades of Sandstone #756C5C
Tints of Sandstone #756C5C
RGB
CMYK
RGB Variations
Color information
#756C5C (or 0x756C5C) is known color: Sandstone. HEX triplet: 75, 6C and 5C. RGB value is (117,108,92). Sum of RGB (Red+Green+Blue) = 117+108+92=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C5C is #8A93A3. Grayscale: #6C6C6C. Windows color (decimal): -9081764 or 6057077. OLE color: 6057077.
HSL color Cylindrical-coordinate representation of color #756C5C: hue angle of 38.4º 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 #756C5C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 92 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.54 |
| HSL | 38.4º | 0.12% | 0.41% | - |
| HSV(B) | 38.4º | 0.21% | 0.46% | - |
| XYZ | 14.63 | 15.28 | 12.3 | - |
| YUV | 108.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 92 | 0 | 0.08 | 0.21 | 0.54 | 38.4 | 0.12 | 0.41 |
| Hex | 75 | 6C | 5C | 0 | 8 | 15 | 36 | 26 | C | 29 |
| Octal | 165 | 154 | 134 | 0 | 10 | 25 | 66 | 46 | 14 | 51 |
| Binary | 1110101 | 1101100 | 1011100 | 0 | 1000 | 10101 | 110110 | 100110 | 1100 | 101001 |
Color Harmonies of #756C5C
Complementary color
Monochromatic Colors of #756C5C
Black with #756C5C
Text Example
Text Example
White with #756C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C5C; }
p { color: rgb(117,108,92); }
H1.HeaderClassName
{
color: #756C5C;
}
.AnyTagClassName
{
color: #756C5C;
}
</style>
background-color css
<style>
a { background-color: #756C5C; }
a { background-color: rgb(117,108,92); }
div.DivClassName
{
background-color: #756C5C;
}
.BgClassName
{
background-color: #756C5C;
}
</style>
border-color css
<style>
span { border-color: #756C5C; }
span { border-color: rgb(117,108,92); }
td.TdClassName
{
border-color: #756C5C;
}
.TagClassName
{
border-color: #756C5C;
}
</style>