Shades of Sandstone #7D7062
Tints of Sandstone #7D7062
RGB
CMYK
RGB Variations
Color information
#7D7062 (or 0x7D7062) is known color: Sandstone. HEX triplet: 7D, 70 and 62. RGB value is (125,112,98). Sum of RGB (Red+Green+Blue) = 125+112+98=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7062 is #828F9D. Grayscale: #727272. Windows color (decimal): -8556446 or 6451325. OLE color: 6451325.
HSL color Cylindrical-coordinate representation of color #7D7062: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D7062 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 98 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.51 |
| HSL | 31.11º | 0.12% | 0.44% | - |
| HSV(B) | 31.11º | 0.22% | 0.49% | - |
| XYZ | 16.46 | 16.83 | 13.94 | - |
| YUV | 114.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 98 | 0 | 0.10 | 0.22 | 0.51 | 31.11 | 0.12 | 0.44 |
| Hex | 7D | 70 | 62 | 0 | A | 16 | 33 | 1F | C | 2C |
| Octal | 175 | 160 | 142 | 0 | 12 | 26 | 63 | 37 | 14 | 54 |
| Binary | 1111101 | 1110000 | 1100010 | 0 | 1010 | 10110 | 110011 | 11111 | 1100 | 101100 |
Color Harmonies of #7D7062
Complementary color
Monochromatic Colors of #7D7062
Black with #7D7062
Text Example
Text Example
White with #7D7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7062; }
p { color: rgb(125,112,98); }
H1.HeaderClassName
{
color: #7D7062;
}
.AnyTagClassName
{
color: #7D7062;
}
</style>
background-color css
<style>
a { background-color: #7D7062; }
a { background-color: rgb(125,112,98); }
div.DivClassName
{
background-color: #7D7062;
}
.BgClassName
{
background-color: #7D7062;
}
</style>
border-color css
<style>
span { border-color: #7D7062; }
span { border-color: rgb(125,112,98); }
td.TdClassName
{
border-color: #7D7062;
}
.TagClassName
{
border-color: #7D7062;
}
</style>