Shades of Sandstone #7D6F5B
Tints of Sandstone #7D6F5B
RGB
CMYK
RGB Variations
Color information
#7D6F5B (or 0x7D6F5B) is known color: Sandstone. HEX triplet: 7D, 6F and 5B. RGB value is (125,111,91). Sum of RGB (Red+Green+Blue) = 125+111+91=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F5B is #8290A4. Grayscale: #717171. Windows color (decimal): -8556709 or 5992317. OLE color: 5992317.
HSL color Cylindrical-coordinate representation of color #7D6F5B: hue angle of 35.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D6F5B is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 91 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.51 |
| HSL | 35.29º | 0.16% | 0.42% | - |
| HSV(B) | 35.29º | 0.27% | 0.49% | - |
| XYZ | 16.03 | 16.48 | 12.23 | - |
| YUV | 112.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 91 | 0 | 0.11 | 0.27 | 0.51 | 35.29 | 0.16 | 0.42 |
| Hex | 7D | 6F | 5B | 0 | B | 1B | 33 | 23 | 10 | 2A |
| Octal | 175 | 157 | 133 | 0 | 13 | 33 | 63 | 43 | 20 | 52 |
| Binary | 1111101 | 1101111 | 1011011 | 0 | 1011 | 11011 | 110011 | 100011 | 10000 | 101010 |
Color Harmonies of #7D6F5B
Complementary color
Monochromatic Colors of #7D6F5B
Black with #7D6F5B
Text Example
Text Example
White with #7D6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F5B; }
p { color: rgb(125,111,91); }
H1.HeaderClassName
{
color: #7D6F5B;
}
.AnyTagClassName
{
color: #7D6F5B;
}
</style>
background-color css
<style>
a { background-color: #7D6F5B; }
a { background-color: rgb(125,111,91); }
div.DivClassName
{
background-color: #7D6F5B;
}
.BgClassName
{
background-color: #7D6F5B;
}
</style>
border-color css
<style>
span { border-color: #7D6F5B; }
span { border-color: rgb(125,111,91); }
td.TdClassName
{
border-color: #7D6F5B;
}
.TagClassName
{
border-color: #7D6F5B;
}
</style>