Shades of Sandstone #75706D
Tints of Sandstone #75706D
RGB
CMYK
RGB Variations
Color information
#75706D (or 0x75706D) is known color: Sandstone. HEX triplet: 75, 70 and 6D. RGB value is (117,112,109). Sum of RGB (Red+Green+Blue) = 117+112+109=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #75706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706D is #8A8F92. Grayscale: #717171. Windows color (decimal): -9080723 or 7172213. OLE color: 7172213.
HSL color Cylindrical-coordinate representation of color #75706D: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75706D is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 109 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.54 |
| HSL | 22.5º | 0.04% | 0.44% | - |
| HSV(B) | 22.5º | 0.07% | 0.46% | - |
| XYZ | 15.89 | 16.47 | 16.81 | - |
| YUV | 113.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 109 | 0 | 0.04 | 0.07 | 0.54 | 22.5 | 0.04 | 0.44 |
| Hex | 75 | 70 | 6D | 0 | 4 | 7 | 36 | 16 | 4 | 2C |
| Octal | 165 | 160 | 155 | 0 | 4 | 7 | 66 | 26 | 4 | 54 |
| Binary | 1110101 | 1110000 | 1101101 | 0 | 100 | 111 | 110110 | 10110 | 100 | 101100 |
Color Harmonies of #75706D
Complementary color
Monochromatic Colors of #75706D
Black with #75706D
Text Example
Text Example
White with #75706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75706D; }
p { color: rgb(117,112,109); }
H1.HeaderClassName
{
color: #75706D;
}
.AnyTagClassName
{
color: #75706D;
}
</style>
background-color css
<style>
a { background-color: #75706D; }
a { background-color: rgb(117,112,109); }
div.DivClassName
{
background-color: #75706D;
}
.BgClassName
{
background-color: #75706D;
}
</style>
border-color css
<style>
span { border-color: #75706D; }
span { border-color: rgb(117,112,109); }
td.TdClassName
{
border-color: #75706D;
}
.TagClassName
{
border-color: #75706D;
}
</style>