Shades of Sandstone #726F6C
Tints of Sandstone #726F6C
RGB
CMYK
RGB Variations
Color information
#726F6C (or 0x726F6C) is known color: Sandstone. HEX triplet: 72, 6F and 6C. RGB value is (114,111,108). Sum of RGB (Red+Green+Blue) = 114+111+108=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 114 - color contains mainly: red. Hex color #726F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F6C is #8D9093. Grayscale: #6F6F6F. Windows color (decimal): -9277588 or 7106418. OLE color: 7106418.
HSL color Cylindrical-coordinate representation of color #726F6C: hue angle of 30º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #726F6C is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 108 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.55 |
| HSL | 30º | 0.03% | 0.44% | - |
| HSV(B) | 30º | 0.05% | 0.45% | - |
| XYZ | 15.33 | 16.03 | 16.47 | - |
| YUV | 111.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 108 | 0 | 0.03 | 0.05 | 0.55 | 30 | 0.03 | 0.44 |
| Hex | 72 | 6F | 6C | 0 | 3 | 5 | 37 | 1E | 3 | 2C |
| Octal | 162 | 157 | 154 | 0 | 3 | 5 | 67 | 36 | 3 | 54 |
| Binary | 1110010 | 1101111 | 1101100 | 0 | 11 | 101 | 110111 | 11110 | 11 | 101100 |
Color Harmonies of #726F6C
Complementary color
Monochromatic Colors of #726F6C
Black with #726F6C
Text Example
Text Example
White with #726F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F6C; }
p { color: rgb(114,111,108); }
H1.HeaderClassName
{
color: #726F6C;
}
.AnyTagClassName
{
color: #726F6C;
}
</style>
background-color css
<style>
a { background-color: #726F6C; }
a { background-color: rgb(114,111,108); }
div.DivClassName
{
background-color: #726F6C;
}
.BgClassName
{
background-color: #726F6C;
}
</style>
border-color css
<style>
span { border-color: #726F6C; }
span { border-color: rgb(114,111,108); }
td.TdClassName
{
border-color: #726F6C;
}
.TagClassName
{
border-color: #726F6C;
}
</style>