Shades of Sandstone #7E715E
Tints of Sandstone #7E715E
RGB
CMYK
RGB Variations
Color information
#7E715E (or 0x7E715E) is known color: Sandstone. HEX triplet: 7E, 71 and 5E. RGB value is (126,113,94). Sum of RGB (Red+Green+Blue) = 126+113+94=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E715E is #818EA1. Grayscale: #727272. Windows color (decimal): -8490658 or 6189438. OLE color: 6189438.
HSL color Cylindrical-coordinate representation of color #7E715E: hue angle of 35.62º degrees, saturation: 0.15, 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 #7E715E is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 94 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.51 |
| HSL | 35.63º | 0.15% | 0.43% | - |
| HSV(B) | 35.63º | 0.25% | 0.49% | - |
| XYZ | 16.53 | 17.05 | 13.01 | - |
| YUV | 114.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 94 | 0 | 0.10 | 0.25 | 0.51 | 35.63 | 0.15 | 0.43 |
| Hex | 7E | 71 | 5E | 0 | A | 19 | 33 | 24 | F | 2B |
| Octal | 176 | 161 | 136 | 0 | 12 | 31 | 63 | 44 | 17 | 53 |
| Binary | 1111110 | 1110001 | 1011110 | 0 | 1010 | 11001 | 110011 | 100100 | 1111 | 101011 |
Color Harmonies of #7E715E
Complementary color
Monochromatic Colors of #7E715E
Black with #7E715E
Text Example
Text Example
White with #7E715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E715E; }
p { color: rgb(126,113,94); }
H1.HeaderClassName
{
color: #7E715E;
}
.AnyTagClassName
{
color: #7E715E;
}
</style>
background-color css
<style>
a { background-color: #7E715E; }
a { background-color: rgb(126,113,94); }
div.DivClassName
{
background-color: #7E715E;
}
.BgClassName
{
background-color: #7E715E;
}
</style>
border-color css
<style>
span { border-color: #7E715E; }
span { border-color: rgb(126,113,94); }
td.TdClassName
{
border-color: #7E715E;
}
.TagClassName
{
border-color: #7E715E;
}
</style>