Shades of Sandstone #7C6F5C
Tints of Sandstone #7C6F5C
RGB
CMYK
RGB Variations
Color information
#7C6F5C (or 0x7C6F5C) is known color: Sandstone. HEX triplet: 7C, 6F and 5C. RGB value is (124,111,92). Sum of RGB (Red+Green+Blue) = 124+111+92=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F5C is #8390A3. Grayscale: #707070. Windows color (decimal): -8622244 or 6057852. OLE color: 6057852.
HSL color Cylindrical-coordinate representation of color #7C6F5C: hue angle of 35.62º 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 #7C6F5C is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 92 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.51 |
| HSL | 35.63º | 0.15% | 0.42% | - |
| HSV(B) | 35.63º | 0.26% | 0.49% | - |
| XYZ | 15.93 | 16.43 | 12.46 | - |
| YUV | 112.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 92 | 0 | 0.10 | 0.26 | 0.51 | 35.63 | 0.15 | 0.42 |
| Hex | 7C | 6F | 5C | 0 | A | 1A | 33 | 24 | F | 2A |
| Octal | 174 | 157 | 134 | 0 | 12 | 32 | 63 | 44 | 17 | 52 |
| Binary | 1111100 | 1101111 | 1011100 | 0 | 1010 | 11010 | 110011 | 100100 | 1111 | 101010 |
Color Harmonies of #7C6F5C
Complementary color
Monochromatic Colors of #7C6F5C
Black with #7C6F5C
Text Example
Text Example
White with #7C6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F5C; }
p { color: rgb(124,111,92); }
H1.HeaderClassName
{
color: #7C6F5C;
}
.AnyTagClassName
{
color: #7C6F5C;
}
</style>
background-color css
<style>
a { background-color: #7C6F5C; }
a { background-color: rgb(124,111,92); }
div.DivClassName
{
background-color: #7C6F5C;
}
.BgClassName
{
background-color: #7C6F5C;
}
</style>
border-color css
<style>
span { border-color: #7C6F5C; }
span { border-color: rgb(124,111,92); }
td.TdClassName
{
border-color: #7C6F5C;
}
.TagClassName
{
border-color: #7C6F5C;
}
</style>