Shades of Sandstone #726D67
Tints of Sandstone #726D67
RGB
CMYK
RGB Variations
Color information
#726D67 (or 0x726D67) is known color: Sandstone. HEX triplet: 72, 6D and 67. RGB value is (114,109,103). Sum of RGB (Red+Green+Blue) = 114+109+103=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D67 is #8D9298. Grayscale: #6D6D6D. Windows color (decimal): -9278105 or 6778226. OLE color: 6778226.
HSL color Cylindrical-coordinate representation of color #726D67: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #726D67 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 103 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.55 |
| HSL | 32.73º | 0.05% | 0.43% | - |
| HSV(B) | 32.73º | 0.1% | 0.45% | - |
| XYZ | 14.86 | 15.49 | 15.04 | - |
| YUV | 109.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 103 | 0 | 0.04 | 0.10 | 0.55 | 32.73 | 0.05 | 0.43 |
| Hex | 72 | 6D | 67 | 0 | 4 | A | 37 | 21 | 5 | 2B |
| Octal | 162 | 155 | 147 | 0 | 4 | 12 | 67 | 41 | 5 | 53 |
| Binary | 1110010 | 1101101 | 1100111 | 0 | 100 | 1010 | 110111 | 100001 | 101 | 101011 |
Color Harmonies of #726D67
Complementary color
Monochromatic Colors of #726D67
Black with #726D67
Text Example
Text Example
White with #726D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D67; }
p { color: rgb(114,109,103); }
H1.HeaderClassName
{
color: #726D67;
}
.AnyTagClassName
{
color: #726D67;
}
</style>
background-color css
<style>
a { background-color: #726D67; }
a { background-color: rgb(114,109,103); }
div.DivClassName
{
background-color: #726D67;
}
.BgClassName
{
background-color: #726D67;
}
</style>
border-color css
<style>
span { border-color: #726D67; }
span { border-color: rgb(114,109,103); }
td.TdClassName
{
border-color: #726D67;
}
.TagClassName
{
border-color: #726D67;
}
</style>