Shades of Sandstone #7C705F
Tints of Sandstone #7C705F
RGB
CMYK
RGB Variations
Color information
#7C705F (or 0x7C705F) is known color: Sandstone. HEX triplet: 7C, 70 and 5F. RGB value is (124,112,95). Sum of RGB (Red+Green+Blue) = 124+112+95=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C705F is #838FA0. Grayscale: #717171. Windows color (decimal): -8621985 or 6254716. OLE color: 6254716.
HSL color Cylindrical-coordinate representation of color #7C705F: hue angle of 35.17º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C705F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 95 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.51 |
| HSL | 35.17º | 0.13% | 0.43% | - |
| HSV(B) | 35.17º | 0.23% | 0.49% | - |
| XYZ | 16.17 | 16.7 | 13.2 | - |
| YUV | 113.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 95 | 0 | 0.10 | 0.23 | 0.51 | 35.17 | 0.13 | 0.43 |
| Hex | 7C | 70 | 5F | 0 | A | 17 | 33 | 23 | D | 2B |
| Octal | 174 | 160 | 137 | 0 | 12 | 27 | 63 | 43 | 15 | 53 |
| Binary | 1111100 | 1110000 | 1011111 | 0 | 1010 | 10111 | 110011 | 100011 | 1101 | 101011 |
Color Harmonies of #7C705F
Complementary color
Monochromatic Colors of #7C705F
Black with #7C705F
Text Example
Text Example
White with #7C705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C705F; }
p { color: rgb(124,112,95); }
H1.HeaderClassName
{
color: #7C705F;
}
.AnyTagClassName
{
color: #7C705F;
}
</style>
background-color css
<style>
a { background-color: #7C705F; }
a { background-color: rgb(124,112,95); }
div.DivClassName
{
background-color: #7C705F;
}
.BgClassName
{
background-color: #7C705F;
}
</style>
border-color css
<style>
span { border-color: #7C705F; }
span { border-color: rgb(124,112,95); }
td.TdClassName
{
border-color: #7C705F;
}
.TagClassName
{
border-color: #7C705F;
}
</style>