Shades of Sandstone #726C66
Tints of Sandstone #726C66
RGB
CMYK
RGB Variations
Color information
#726C66 (or 0x726C66) is known color: Sandstone. HEX triplet: 72, 6C and 66. RGB value is (114,108,102). Sum of RGB (Red+Green+Blue) = 114+108+102=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #726C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C66 is #8D9399. Grayscale: #6D6D6D. Windows color (decimal): -9278362 or 6712434. OLE color: 6712434.
HSL color Cylindrical-coordinate representation of color #726C66: hue angle of 30º 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 #726C66 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 102 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.55 |
| HSL | 30º | 0.06% | 0.42% | - |
| HSV(B) | 30º | 0.11% | 0.45% | - |
| XYZ | 14.7 | 15.26 | 14.74 | - |
| YUV | 109.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 102 | 0 | 0.05 | 0.11 | 0.55 | 30 | 0.06 | 0.42 |
| Hex | 72 | 6C | 66 | 0 | 5 | B | 37 | 1E | 6 | 2A |
| Octal | 162 | 154 | 146 | 0 | 5 | 13 | 67 | 36 | 6 | 52 |
| Binary | 1110010 | 1101100 | 1100110 | 0 | 101 | 1011 | 110111 | 11110 | 110 | 101010 |
Color Harmonies of #726C66
Complementary color
Monochromatic Colors of #726C66
Black with #726C66
Text Example
Text Example
White with #726C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C66; }
p { color: rgb(114,108,102); }
H1.HeaderClassName
{
color: #726C66;
}
.AnyTagClassName
{
color: #726C66;
}
</style>
background-color css
<style>
a { background-color: #726C66; }
a { background-color: rgb(114,108,102); }
div.DivClassName
{
background-color: #726C66;
}
.BgClassName
{
background-color: #726C66;
}
</style>
border-color css
<style>
span { border-color: #726C66; }
span { border-color: rgb(114,108,102); }
td.TdClassName
{
border-color: #726C66;
}
.TagClassName
{
border-color: #726C66;
}
</style>