Shades of Sandstone #7C6E5C
Tints of Sandstone #7C6E5C
RGB
CMYK
RGB Variations
Color information
#7C6E5C (or 0x7C6E5C) is known color: Sandstone. HEX triplet: 7C, 6E and 5C. RGB value is (124,110,92). Sum of RGB (Red+Green+Blue) = 124+110+92=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6E5C is #8391A3. Grayscale: #707070. Windows color (decimal): -8622500 or 6057596. OLE color: 6057596.
HSL color Cylindrical-coordinate representation of color #7C6E5C: hue angle of 33.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C6E5C is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 110 | 92 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.51 |
| HSL | 33.75º | 0.15% | 0.42% | - |
| HSV(B) | 33.75º | 0.26% | 0.49% | - |
| XYZ | 15.82 | 16.21 | 12.42 | - |
| YUV | 112.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 92 | 0 | 0.11 | 0.26 | 0.51 | 33.75 | 0.15 | 0.42 |
| Hex | 7C | 6E | 5C | 0 | B | 1A | 33 | 22 | F | 2A |
| Octal | 174 | 156 | 134 | 0 | 13 | 32 | 63 | 42 | 17 | 52 |
| Binary | 1111100 | 1101110 | 1011100 | 0 | 1011 | 11010 | 110011 | 100010 | 1111 | 101010 |
Color Harmonies of #7C6E5C
Complementary color
Monochromatic Colors of #7C6E5C
Black with #7C6E5C
Text Example
Text Example
White with #7C6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6E5C; }
p { color: rgb(124,110,92); }
H1.HeaderClassName
{
color: #7C6E5C;
}
.AnyTagClassName
{
color: #7C6E5C;
}
</style>
background-color css
<style>
a { background-color: #7C6E5C; }
a { background-color: rgb(124,110,92); }
div.DivClassName
{
background-color: #7C6E5C;
}
.BgClassName
{
background-color: #7C6E5C;
}
</style>
border-color css
<style>
span { border-color: #7C6E5C; }
span { border-color: rgb(124,110,92); }
td.TdClassName
{
border-color: #7C6E5C;
}
.TagClassName
{
border-color: #7C6E5C;
}
</style>