Shades of Sandstone #7E7262
Tints of Sandstone #7E7262
RGB
CMYK
RGB Variations
Color information
#7E7262 (or 0x7E7262) is known color: Sandstone. HEX triplet: 7E, 72 and 62. RGB value is (126,114,98). Sum of RGB (Red+Green+Blue) = 126+114+98=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7262 is #818D9D. Grayscale: #737373. Windows color (decimal): -8490398 or 6451838. OLE color: 6451838.
HSL color Cylindrical-coordinate representation of color #7E7262: hue angle of 34.29º 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 #7E7262 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 98 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.51 |
| HSL | 34.29º | 0.13% | 0.44% | - |
| HSV(B) | 34.29º | 0.22% | 0.49% | - |
| XYZ | 16.83 | 17.35 | 14.02 | - |
| YUV | 115.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 98 | 0 | 0.10 | 0.22 | 0.51 | 34.29 | 0.13 | 0.44 |
| Hex | 7E | 72 | 62 | 0 | A | 16 | 33 | 22 | C | 2C |
| Octal | 176 | 162 | 142 | 0 | 12 | 26 | 63 | 42 | 14 | 54 |
| Binary | 1111110 | 1110010 | 1100010 | 0 | 1010 | 10110 | 110011 | 100010 | 1100 | 101100 |
Color Harmonies of #7E7262
Complementary color
Monochromatic Colors of #7E7262
Black with #7E7262
Text Example
Text Example
White with #7E7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7262; }
p { color: rgb(126,114,98); }
H1.HeaderClassName
{
color: #7E7262;
}
.AnyTagClassName
{
color: #7E7262;
}
</style>
background-color css
<style>
a { background-color: #7E7262; }
a { background-color: rgb(126,114,98); }
div.DivClassName
{
background-color: #7E7262;
}
.BgClassName
{
background-color: #7E7262;
}
</style>
border-color css
<style>
span { border-color: #7E7262; }
span { border-color: rgb(126,114,98); }
td.TdClassName
{
border-color: #7E7262;
}
.TagClassName
{
border-color: #7E7262;
}
</style>