Shades of Sandstone #7C6B56
Tints of Sandstone #7C6B56
RGB
CMYK
RGB Variations
Color information
#7C6B56 (or 0x7C6B56) is known color: Sandstone. HEX triplet: 7C, 6B and 56. RGB value is (124,107,86). Sum of RGB (Red+Green+Blue) = 124+107+86=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B56 is #8394A9. Grayscale: #6D6D6D. Windows color (decimal): -8623274 or 5663612. OLE color: 5663612.
HSL color Cylindrical-coordinate representation of color #7C6B56: hue angle of 33.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6B56 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 86 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.51 |
| HSL | 33.16º | 0.18% | 0.41% | - |
| HSV(B) | 33.16º | 0.31% | 0.49% | - |
| XYZ | 15.25 | 15.47 | 10.99 | - |
| YUV | 109.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 86 | 0 | 0.14 | 0.31 | 0.51 | 33.16 | 0.18 | 0.41 |
| Hex | 7C | 6B | 56 | 0 | E | 1F | 33 | 21 | 12 | 29 |
| Octal | 174 | 153 | 126 | 0 | 16 | 37 | 63 | 41 | 22 | 51 |
| Binary | 1111100 | 1101011 | 1010110 | 0 | 1110 | 11111 | 110011 | 100001 | 10010 | 101001 |
Color Harmonies of #7C6B56
Complementary color
Monochromatic Colors of #7C6B56
Black with #7C6B56
Text Example
Text Example
White with #7C6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B56; }
p { color: rgb(124,107,86); }
H1.HeaderClassName
{
color: #7C6B56;
}
.AnyTagClassName
{
color: #7C6B56;
}
</style>
background-color css
<style>
a { background-color: #7C6B56; }
a { background-color: rgb(124,107,86); }
div.DivClassName
{
background-color: #7C6B56;
}
.BgClassName
{
background-color: #7C6B56;
}
</style>
border-color css
<style>
span { border-color: #7C6B56; }
span { border-color: rgb(124,107,86); }
td.TdClassName
{
border-color: #7C6B56;
}
.TagClassName
{
border-color: #7C6B56;
}
</style>