Shades of Sandstone #726D65
Tints of Sandstone #726D65
RGB
CMYK
RGB Variations
Color information
#726D65 (or 0x726D65) is known color: Sandstone. HEX triplet: 72, 6D and 65. RGB value is (114,109,101). Sum of RGB (Red+Green+Blue) = 114+109+101=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #726D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D65 is #8D929A. Grayscale: #6D6D6D. Windows color (decimal): -9278107 or 6647154. OLE color: 6647154.
HSL color Cylindrical-coordinate representation of color #726D65: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726D65 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 101 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.55 |
| HSL | 36.92º | 0.06% | 0.42% | - |
| HSV(B) | 36.92º | 0.11% | 0.45% | - |
| XYZ | 14.76 | 15.45 | 14.52 | - |
| YUV | 109.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 101 | 0 | 0.04 | 0.11 | 0.55 | 36.92 | 0.06 | 0.42 |
| Hex | 72 | 6D | 65 | 0 | 4 | B | 37 | 25 | 6 | 2A |
| Octal | 162 | 155 | 145 | 0 | 4 | 13 | 67 | 45 | 6 | 52 |
| Binary | 1110010 | 1101101 | 1100101 | 0 | 100 | 1011 | 110111 | 100101 | 110 | 101010 |
Color Harmonies of #726D65
Complementary color
Monochromatic Colors of #726D65
Black with #726D65
Text Example
Text Example
White with #726D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D65; }
p { color: rgb(114,109,101); }
H1.HeaderClassName
{
color: #726D65;
}
.AnyTagClassName
{
color: #726D65;
}
</style>
background-color css
<style>
a { background-color: #726D65; }
a { background-color: rgb(114,109,101); }
div.DivClassName
{
background-color: #726D65;
}
.BgClassName
{
background-color: #726D65;
}
</style>
border-color css
<style>
span { border-color: #726D65; }
span { border-color: rgb(114,109,101); }
td.TdClassName
{
border-color: #726D65;
}
.TagClassName
{
border-color: #726D65;
}
</style>