Shades of Sandstone #756C65
Tints of Sandstone #756C65
RGB
CMYK
RGB Variations
Color information
#756C65 (or 0x756C65) is known color: Sandstone. HEX triplet: 75, 6C and 65. RGB value is (117,108,101). Sum of RGB (Red+Green+Blue) = 117+108+101=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C65 is #8A939A. Grayscale: #6D6D6D. Windows color (decimal): -9081755 or 6646901. OLE color: 6646901.
HSL color Cylindrical-coordinate representation of color #756C65: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756C65 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 101 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.54 |
| HSL | 26.25º | 0.07% | 0.43% | - |
| HSV(B) | 26.25º | 0.14% | 0.46% | - |
| XYZ | 15.05 | 15.45 | 14.5 | - |
| YUV | 109.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 101 | 0 | 0.08 | 0.14 | 0.54 | 26.25 | 0.07 | 0.43 |
| Hex | 75 | 6C | 65 | 0 | 8 | E | 36 | 1A | 7 | 2B |
| Octal | 165 | 154 | 145 | 0 | 10 | 16 | 66 | 32 | 7 | 53 |
| Binary | 1110101 | 1101100 | 1100101 | 0 | 1000 | 1110 | 110110 | 11010 | 111 | 101011 |
Color Harmonies of #756C65
Complementary color
Monochromatic Colors of #756C65
Black with #756C65
Text Example
Text Example
White with #756C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C65; }
p { color: rgb(117,108,101); }
H1.HeaderClassName
{
color: #756C65;
}
.AnyTagClassName
{
color: #756C65;
}
</style>
background-color css
<style>
a { background-color: #756C65; }
a { background-color: rgb(117,108,101); }
div.DivClassName
{
background-color: #756C65;
}
.BgClassName
{
background-color: #756C65;
}
</style>
border-color css
<style>
span { border-color: #756C65; }
span { border-color: rgb(117,108,101); }
td.TdClassName
{
border-color: #756C65;
}
.TagClassName
{
border-color: #756C65;
}
</style>