Shades of Sandstone #72706D
Tints of Sandstone #72706D
RGB
CMYK
RGB Variations
Color information
#72706D (or 0x72706D) is known color: Sandstone. HEX triplet: 72, 70 and 6D. RGB value is (114,112,109). Sum of RGB (Red+Green+Blue) = 114+112+109=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 114 - color contains mainly: red. Hex color #72706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72706D is #8D8F92. Grayscale: #707070. Windows color (decimal): -9277331 or 7172210. OLE color: 7172210.
HSL color Cylindrical-coordinate representation of color #72706D: hue angle of 36º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #72706D is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 109 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.55 |
| HSL | 36º | 0.02% | 0.44% | - |
| HSV(B) | 36º | 0.04% | 0.45% | - |
| XYZ | 15.49 | 16.27 | 16.79 | - |
| YUV | 112.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 109 | 0 | 0.02 | 0.04 | 0.55 | 36 | 0.02 | 0.44 |
| Hex | 72 | 70 | 6D | 0 | 2 | 4 | 37 | 24 | 2 | 2C |
| Octal | 162 | 160 | 155 | 0 | 2 | 4 | 67 | 44 | 2 | 54 |
| Binary | 1110010 | 1110000 | 1101101 | 0 | 10 | 100 | 110111 | 100100 | 10 | 101100 |
Color Harmonies of #72706D
Complementary color
Monochromatic Colors of #72706D
Black with #72706D
Text Example
Text Example
White with #72706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72706D; }
p { color: rgb(114,112,109); }
H1.HeaderClassName
{
color: #72706D;
}
.AnyTagClassName
{
color: #72706D;
}
</style>
background-color css
<style>
a { background-color: #72706D; }
a { background-color: rgb(114,112,109); }
div.DivClassName
{
background-color: #72706D;
}
.BgClassName
{
background-color: #72706D;
}
</style>
border-color css
<style>
span { border-color: #72706D; }
span { border-color: rgb(114,112,109); }
td.TdClassName
{
border-color: #72706D;
}
.TagClassName
{
border-color: #72706D;
}
</style>