Shades of Sandstone #7C6F61
Tints of Sandstone #7C6F61
RGB
CMYK
RGB Variations
Color information
#7C6F61 (or 0x7C6F61) is known color: Sandstone. HEX triplet: 7C, 6F and 61. RGB value is (124,111,97). Sum of RGB (Red+Green+Blue) = 124+111+97=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F61 is #83909E. Grayscale: #717171. Windows color (decimal): -8622239 or 6385532. OLE color: 6385532.
HSL color Cylindrical-coordinate representation of color #7C6F61: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C6F61 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 97 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.51 |
| HSL | 31.11º | 0.12% | 0.43% | - |
| HSV(B) | 31.11º | 0.22% | 0.49% | - |
| XYZ | 16.15 | 16.52 | 13.65 | - |
| YUV | 113.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 97 | 0 | 0.10 | 0.22 | 0.51 | 31.11 | 0.12 | 0.43 |
| Hex | 7C | 6F | 61 | 0 | A | 16 | 33 | 1F | C | 2B |
| Octal | 174 | 157 | 141 | 0 | 12 | 26 | 63 | 37 | 14 | 53 |
| Binary | 1111100 | 1101111 | 1100001 | 0 | 1010 | 10110 | 110011 | 11111 | 1100 | 101011 |
Color Harmonies of #7C6F61
Complementary color
Monochromatic Colors of #7C6F61
Black with #7C6F61
Text Example
Text Example
White with #7C6F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F61; }
p { color: rgb(124,111,97); }
H1.HeaderClassName
{
color: #7C6F61;
}
.AnyTagClassName
{
color: #7C6F61;
}
</style>
background-color css
<style>
a { background-color: #7C6F61; }
a { background-color: rgb(124,111,97); }
div.DivClassName
{
background-color: #7C6F61;
}
.BgClassName
{
background-color: #7C6F61;
}
</style>
border-color css
<style>
span { border-color: #7C6F61; }
span { border-color: rgb(124,111,97); }
td.TdClassName
{
border-color: #7C6F61;
}
.TagClassName
{
border-color: #7C6F61;
}
</style>