Shades of Sandstone #7C7266
Tints of Sandstone #7C7266
RGB
CMYK
RGB Variations
Color information
#7C7266 (or 0x7C7266) is known color: Sandstone. HEX triplet: 7C, 72 and 66. RGB value is (124,114,102). Sum of RGB (Red+Green+Blue) = 124+114+102=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7266 is #838D99. Grayscale: #737373. Windows color (decimal): -8621466 or 6713980. OLE color: 6713980.
HSL color Cylindrical-coordinate representation of color #7C7266: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C7266 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 102 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.51 |
| HSL | 32.73º | 0.1% | 0.44% | - |
| HSV(B) | 32.73º | 0.18% | 0.49% | - |
| XYZ | 16.73 | 17.28 | 15.02 | - |
| YUV | 115.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 102 | 0 | 0.08 | 0.18 | 0.51 | 32.73 | 0.1 | 0.44 |
| Hex | 7C | 72 | 66 | 0 | 8 | 12 | 33 | 21 | A | 2C |
| Octal | 174 | 162 | 146 | 0 | 10 | 22 | 63 | 41 | 12 | 54 |
| Binary | 1111100 | 1110010 | 1100110 | 0 | 1000 | 10010 | 110011 | 100001 | 1010 | 101100 |
Color Harmonies of #7C7266
Complementary color
Monochromatic Colors of #7C7266
Black with #7C7266
Text Example
Text Example
White with #7C7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7266; }
p { color: rgb(124,114,102); }
H1.HeaderClassName
{
color: #7C7266;
}
.AnyTagClassName
{
color: #7C7266;
}
</style>
background-color css
<style>
a { background-color: #7C7266; }
a { background-color: rgb(124,114,102); }
div.DivClassName
{
background-color: #7C7266;
}
.BgClassName
{
background-color: #7C7266;
}
</style>
border-color css
<style>
span { border-color: #7C7266; }
span { border-color: rgb(124,114,102); }
td.TdClassName
{
border-color: #7C7266;
}
.TagClassName
{
border-color: #7C7266;
}
</style>