Shades of Sandstone #7C7265
Tints of Sandstone #7C7265
RGB
CMYK
RGB Variations
Color information
#7C7265 (or 0x7C7265) is known color: Sandstone. HEX triplet: 7C, 72 and 65. RGB value is (124,114,101). Sum of RGB (Red+Green+Blue) = 124+114+101=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7265 is #838D9A. Grayscale: #737373. Windows color (decimal): -8621467 or 6648444. OLE color: 6648444.
HSL color Cylindrical-coordinate representation of color #7C7265: hue angle of 33.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7265 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 101 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.51 |
| HSL | 33.91º | 0.1% | 0.44% | - |
| HSV(B) | 33.91º | 0.19% | 0.49% | - |
| XYZ | 16.68 | 17.26 | 14.76 | - |
| YUV | 115.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 101 | 0 | 0.08 | 0.19 | 0.51 | 33.91 | 0.1 | 0.44 |
| Hex | 7C | 72 | 65 | 0 | 8 | 13 | 33 | 22 | A | 2C |
| Octal | 174 | 162 | 145 | 0 | 10 | 23 | 63 | 42 | 12 | 54 |
| Binary | 1111100 | 1110010 | 1100101 | 0 | 1000 | 10011 | 110011 | 100010 | 1010 | 101100 |
Color Harmonies of #7C7265
Complementary color
Monochromatic Colors of #7C7265
Black with #7C7265
Text Example
Text Example
White with #7C7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7265; }
p { color: rgb(124,114,101); }
H1.HeaderClassName
{
color: #7C7265;
}
.AnyTagClassName
{
color: #7C7265;
}
</style>
background-color css
<style>
a { background-color: #7C7265; }
a { background-color: rgb(124,114,101); }
div.DivClassName
{
background-color: #7C7265;
}
.BgClassName
{
background-color: #7C7265;
}
</style>
border-color css
<style>
span { border-color: #7C7265; }
span { border-color: rgb(124,114,101); }
td.TdClassName
{
border-color: #7C7265;
}
.TagClassName
{
border-color: #7C7265;
}
</style>