Shades of Sandstone #7D6E59
Tints of Sandstone #7D6E59
RGB
CMYK
RGB Variations
Color information
#7D6E59 (or 0x7D6E59) is known color: Sandstone. HEX triplet: 7D, 6E and 59. RGB value is (125,110,89). Sum of RGB (Red+Green+Blue) = 125+110+89=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E59 is #8291A6. Grayscale: #707070. Windows color (decimal): -8556967 or 5860989. OLE color: 5860989.
HSL color Cylindrical-coordinate representation of color #7D6E59: hue angle of 35º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D6E59 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 89 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.51 |
| HSL | 35º | 0.17% | 0.42% | - |
| HSV(B) | 35º | 0.29% | 0.49% | - |
| XYZ | 15.84 | 16.23 | 11.75 | - |
| YUV | 112.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 89 | 0 | 0.12 | 0.29 | 0.51 | 35 | 0.17 | 0.42 |
| Hex | 7D | 6E | 59 | 0 | C | 1D | 33 | 23 | 11 | 2A |
| Octal | 175 | 156 | 131 | 0 | 14 | 35 | 63 | 43 | 21 | 52 |
| Binary | 1111101 | 1101110 | 1011001 | 0 | 1100 | 11101 | 110011 | 100011 | 10001 | 101010 |
Color Harmonies of #7D6E59
Complementary color
Monochromatic Colors of #7D6E59
Black with #7D6E59
Text Example
Text Example
White with #7D6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E59; }
p { color: rgb(125,110,89); }
H1.HeaderClassName
{
color: #7D6E59;
}
.AnyTagClassName
{
color: #7D6E59;
}
</style>
background-color css
<style>
a { background-color: #7D6E59; }
a { background-color: rgb(125,110,89); }
div.DivClassName
{
background-color: #7D6E59;
}
.BgClassName
{
background-color: #7D6E59;
}
</style>
border-color css
<style>
span { border-color: #7D6E59; }
span { border-color: rgb(125,110,89); }
td.TdClassName
{
border-color: #7D6E59;
}
.TagClassName
{
border-color: #7D6E59;
}
</style>