Shades of Sandstone #7D705E
Tints of Sandstone #7D705E
RGB
CMYK
RGB Variations
Color information
#7D705E (or 0x7D705E) is known color: Sandstone. HEX triplet: 7D, 70 and 5E. RGB value is (125,112,94). Sum of RGB (Red+Green+Blue) = 125+112+94=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D705E is #828FA1. Grayscale: #717171. Windows color (decimal): -8556450 or 6189181. OLE color: 6189181.
HSL color Cylindrical-coordinate representation of color #7D705E: hue angle of 34.84º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D705E is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 94 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.51 |
| HSL | 34.84º | 0.14% | 0.43% | - |
| HSV(B) | 34.84º | 0.25% | 0.49% | - |
| XYZ | 16.27 | 16.76 | 12.97 | - |
| YUV | 113.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 94 | 0 | 0.10 | 0.25 | 0.51 | 34.84 | 0.14 | 0.43 |
| Hex | 7D | 70 | 5E | 0 | A | 19 | 33 | 23 | E | 2B |
| Octal | 175 | 160 | 136 | 0 | 12 | 31 | 63 | 43 | 16 | 53 |
| Binary | 1111101 | 1110000 | 1011110 | 0 | 1010 | 11001 | 110011 | 100011 | 1110 | 101011 |
Color Harmonies of #7D705E
Complementary color
Monochromatic Colors of #7D705E
Black with #7D705E
Text Example
Text Example
White with #7D705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D705E; }
p { color: rgb(125,112,94); }
H1.HeaderClassName
{
color: #7D705E;
}
.AnyTagClassName
{
color: #7D705E;
}
</style>
background-color css
<style>
a { background-color: #7D705E; }
a { background-color: rgb(125,112,94); }
div.DivClassName
{
background-color: #7D705E;
}
.BgClassName
{
background-color: #7D705E;
}
</style>
border-color css
<style>
span { border-color: #7D705E; }
span { border-color: rgb(125,112,94); }
td.TdClassName
{
border-color: #7D705E;
}
.TagClassName
{
border-color: #7D705E;
}
</style>