Shades of Sandstone #757068
Tints of Sandstone #757068
RGB
CMYK
RGB Variations
Color information
#757068 (or 0x757068) is known color: Sandstone. HEX triplet: 75, 70 and 68. RGB value is (117,112,104). Sum of RGB (Red+Green+Blue) = 117+112+104=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #757068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757068 is #8A8F97. Grayscale: #707070. Windows color (decimal): -9080728 or 6844533. OLE color: 6844533.
HSL color Cylindrical-coordinate representation of color #757068: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757068 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 104 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.54 |
| HSL | 36.92º | 0.06% | 0.43% | - |
| HSV(B) | 36.92º | 0.11% | 0.46% | - |
| XYZ | 15.63 | 16.37 | 15.43 | - |
| YUV | 112.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 104 | 0 | 0.04 | 0.11 | 0.54 | 36.92 | 0.06 | 0.43 |
| Hex | 75 | 70 | 68 | 0 | 4 | B | 36 | 25 | 6 | 2B |
| Octal | 165 | 160 | 150 | 0 | 4 | 13 | 66 | 45 | 6 | 53 |
| Binary | 1110101 | 1110000 | 1101000 | 0 | 100 | 1011 | 110110 | 100101 | 110 | 101011 |
Color Harmonies of #757068
Complementary color
Monochromatic Colors of #757068
Black with #757068
Text Example
Text Example
White with #757068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757068; }
p { color: rgb(117,112,104); }
H1.HeaderClassName
{
color: #757068;
}
.AnyTagClassName
{
color: #757068;
}
</style>
background-color css
<style>
a { background-color: #757068; }
a { background-color: rgb(117,112,104); }
div.DivClassName
{
background-color: #757068;
}
.BgClassName
{
background-color: #757068;
}
</style>
border-color css
<style>
span { border-color: #757068; }
span { border-color: rgb(117,112,104); }
td.TdClassName
{
border-color: #757068;
}
.TagClassName
{
border-color: #757068;
}
</style>