Shades of Sandstone #7B6F5E
Tints of Sandstone #7B6F5E
RGB
CMYK
RGB Variations
Color information
#7B6F5E (or 0x7B6F5E) is known color: Sandstone. HEX triplet: 7B, 6F and 5E. RGB value is (123,111,94). Sum of RGB (Red+Green+Blue) = 123+111+94=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F5E is #8490A1. Grayscale: #707070. Windows color (decimal): -8687778 or 6188923. OLE color: 6188923.
HSL color Cylindrical-coordinate representation of color #7B6F5E: hue angle of 35.17º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B6F5E is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 94 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.52 |
| HSL | 35.17º | 0.13% | 0.43% | - |
| HSV(B) | 35.17º | 0.24% | 0.48% | - |
| XYZ | 15.87 | 16.39 | 12.92 | - |
| YUV | 112.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 94 | 0 | 0.10 | 0.24 | 0.52 | 35.17 | 0.13 | 0.43 |
| Hex | 7B | 6F | 5E | 0 | A | 18 | 34 | 23 | D | 2B |
| Octal | 173 | 157 | 136 | 0 | 12 | 30 | 64 | 43 | 15 | 53 |
| Binary | 1111011 | 1101111 | 1011110 | 0 | 1010 | 11000 | 110100 | 100011 | 1101 | 101011 |
Color Harmonies of #7B6F5E
Complementary color
Monochromatic Colors of #7B6F5E
Black with #7B6F5E
Text Example
Text Example
White with #7B6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F5E; }
p { color: rgb(123,111,94); }
H1.HeaderClassName
{
color: #7B6F5E;
}
.AnyTagClassName
{
color: #7B6F5E;
}
</style>
background-color css
<style>
a { background-color: #7B6F5E; }
a { background-color: rgb(123,111,94); }
div.DivClassName
{
background-color: #7B6F5E;
}
.BgClassName
{
background-color: #7B6F5E;
}
</style>
border-color css
<style>
span { border-color: #7B6F5E; }
span { border-color: rgb(123,111,94); }
td.TdClassName
{
border-color: #7B6F5E;
}
.TagClassName
{
border-color: #7B6F5E;
}
</style>