Shades of Sandstone #757270
Tints of Sandstone #757270
RGB
CMYK
RGB Variations
Color information
#757270 (or 0x757270) is known color: Sandstone. HEX triplet: 75, 72 and 70. RGB value is (117,114,112). Sum of RGB (Red+Green+Blue) = 117+114+112=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 117 - color contains mainly: red. Hex color #757270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757270 is #8A8D8F. Grayscale: #727272. Windows color (decimal): -9080208 or 7369333. OLE color: 7369333.
HSL color Cylindrical-coordinate representation of color #757270: hue angle of 24º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #757270 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 112 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.54 |
| HSL | 24º | 0.02% | 0.45% | - |
| HSV(B) | 24º | 0.04% | 0.46% | - |
| XYZ | 16.28 | 16.99 | 17.75 | - |
| YUV | 114.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 112 | 0 | 0.03 | 0.04 | 0.54 | 24 | 0.02 | 0.45 |
| Hex | 75 | 72 | 70 | 0 | 3 | 4 | 36 | 18 | 2 | 2D |
| Octal | 165 | 162 | 160 | 0 | 3 | 4 | 66 | 30 | 2 | 55 |
| Binary | 1110101 | 1110010 | 1110000 | 0 | 11 | 100 | 110110 | 11000 | 10 | 101101 |
Color Harmonies of #757270
Complementary color
Monochromatic Colors of #757270
Black with #757270
Text Example
Text Example
White with #757270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757270; }
p { color: rgb(117,114,112); }
H1.HeaderClassName
{
color: #757270;
}
.AnyTagClassName
{
color: #757270;
}
</style>
background-color css
<style>
a { background-color: #757270; }
a { background-color: rgb(117,114,112); }
div.DivClassName
{
background-color: #757270;
}
.BgClassName
{
background-color: #757270;
}
</style>
border-color css
<style>
span { border-color: #757270; }
span { border-color: rgb(117,114,112); }
td.TdClassName
{
border-color: #757270;
}
.TagClassName
{
border-color: #757270;
}
</style>