Shades of Sandstone #7C7062
Tints of Sandstone #7C7062
RGB
CMYK
RGB Variations
Color information
#7C7062 (or 0x7C7062) is known color: Sandstone. HEX triplet: 7C, 70 and 62. RGB value is (124,112,98). Sum of RGB (Red+Green+Blue) = 124+112+98=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7062 is #838F9D. Grayscale: #727272. Windows color (decimal): -8621982 or 6451324. OLE color: 6451324.
HSL color Cylindrical-coordinate representation of color #7C7062: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7062 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 98 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.51 |
| HSL | 32.31º | 0.12% | 0.44% | - |
| HSV(B) | 32.31º | 0.21% | 0.49% | - |
| XYZ | 16.31 | 16.76 | 13.93 | - |
| YUV | 113.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 98 | 0 | 0.10 | 0.21 | 0.51 | 32.31 | 0.12 | 0.44 |
| Hex | 7C | 70 | 62 | 0 | A | 15 | 33 | 20 | C | 2C |
| Octal | 174 | 160 | 142 | 0 | 12 | 25 | 63 | 40 | 14 | 54 |
| Binary | 1111100 | 1110000 | 1100010 | 0 | 1010 | 10101 | 110011 | 100000 | 1100 | 101100 |
Color Harmonies of #7C7062
Complementary color
Monochromatic Colors of #7C7062
Black with #7C7062
Text Example
Text Example
White with #7C7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7062; }
p { color: rgb(124,112,98); }
H1.HeaderClassName
{
color: #7C7062;
}
.AnyTagClassName
{
color: #7C7062;
}
</style>
background-color css
<style>
a { background-color: #7C7062; }
a { background-color: rgb(124,112,98); }
div.DivClassName
{
background-color: #7C7062;
}
.BgClassName
{
background-color: #7C7062;
}
</style>
border-color css
<style>
span { border-color: #7C7062; }
span { border-color: rgb(124,112,98); }
td.TdClassName
{
border-color: #7C7062;
}
.TagClassName
{
border-color: #7C7062;
}
</style>