Shades of Sandstone #7D7160
Tints of Sandstone #7D7160
RGB
CMYK
RGB Variations
Color information
#7D7160 (or 0x7D7160) is known color: Sandstone. HEX triplet: 7D, 71 and 60. RGB value is (125,113,96). Sum of RGB (Red+Green+Blue) = 125+113+96=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7160 is #828E9F. Grayscale: #727272. Windows color (decimal): -8556192 or 6320509. OLE color: 6320509.
HSL color Cylindrical-coordinate representation of color #7D7160: 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 #7D7160 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 113 | 96 | - |
| 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.47 | 17.01 | 13.48 | - |
| YUV | 114.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 96 | 0 | 0.10 | 0.23 | 0.51 | 35.17 | 0.13 | 0.43 |
| Hex | 7D | 71 | 60 | 0 | A | 17 | 33 | 23 | D | 2B |
| Octal | 175 | 161 | 140 | 0 | 12 | 27 | 63 | 43 | 15 | 53 |
| Binary | 1111101 | 1110001 | 1100000 | 0 | 1010 | 10111 | 110011 | 100011 | 1101 | 101011 |
Color Harmonies of #7D7160
Complementary color
Monochromatic Colors of #7D7160
Black with #7D7160
Text Example
Text Example
White with #7D7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7160; }
p { color: rgb(125,113,96); }
H1.HeaderClassName
{
color: #7D7160;
}
.AnyTagClassName
{
color: #7D7160;
}
</style>
background-color css
<style>
a { background-color: #7D7160; }
a { background-color: rgb(125,113,96); }
div.DivClassName
{
background-color: #7D7160;
}
.BgClassName
{
background-color: #7D7160;
}
</style>
border-color css
<style>
span { border-color: #7D7160; }
span { border-color: rgb(125,113,96); }
td.TdClassName
{
border-color: #7D7160;
}
.TagClassName
{
border-color: #7D7160;
}
</style>