Shades of Sandstone #72706E
Tints of Sandstone #72706E
RGB
CMYK
RGB Variations
Color information
#72706E (or 0x72706E) is known color: Sandstone. HEX triplet: 72, 70 and 6E. RGB value is (114,112,110). Sum of RGB (Red+Green+Blue) = 114+112+110=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 114 - color contains mainly: red. Hex color #72706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72706E is #8D8F91. Grayscale: #707070. Windows color (decimal): -9277330 or 7237746. OLE color: 7237746.
HSL color Cylindrical-coordinate representation of color #72706E: hue angle of 30º 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 #72706E is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 110 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.55 |
| HSL | 30º | 0.02% | 0.44% | - |
| HSV(B) | 30º | 0.04% | 0.45% | - |
| XYZ | 15.55 | 16.29 | 17.08 | - |
| YUV | 112.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 110 | 0 | 0.02 | 0.04 | 0.55 | 30 | 0.02 | 0.44 |
| Hex | 72 | 70 | 6E | 0 | 2 | 4 | 37 | 1E | 2 | 2C |
| Octal | 162 | 160 | 156 | 0 | 2 | 4 | 67 | 36 | 2 | 54 |
| Binary | 1110010 | 1110000 | 1101110 | 0 | 10 | 100 | 110111 | 11110 | 10 | 101100 |
Color Harmonies of #72706E
Complementary color
Monochromatic Colors of #72706E
Black with #72706E
Text Example
Text Example
White with #72706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72706E; }
p { color: rgb(114,112,110); }
H1.HeaderClassName
{
color: #72706E;
}
.AnyTagClassName
{
color: #72706E;
}
</style>
background-color css
<style>
a { background-color: #72706E; }
a { background-color: rgb(114,112,110); }
div.DivClassName
{
background-color: #72706E;
}
.BgClassName
{
background-color: #72706E;
}
</style>
border-color css
<style>
span { border-color: #72706E; }
span { border-color: rgb(114,112,110); }
td.TdClassName
{
border-color: #72706E;
}
.TagClassName
{
border-color: #72706E;
}
</style>