Shades of Sandstone #7B7264
Tints of Sandstone #7B7264
RGB
CMYK
RGB Variations
Color information
#7B7264 (or 0x7B7264) is known color: Sandstone. HEX triplet: 7B, 72 and 64. RGB value is (123,114,100). Sum of RGB (Red+Green+Blue) = 123+114+100=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7264 is #848D9B. Grayscale: #737373. Windows color (decimal): -8687004 or 6582907. OLE color: 6582907.
HSL color Cylindrical-coordinate representation of color #7B7264: hue angle of 36.52º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7264 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 100 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.52 |
| HSL | 36.52º | 0.1% | 0.44% | - |
| HSV(B) | 36.52º | 0.19% | 0.48% | - |
| XYZ | 16.49 | 17.17 | 14.5 | - |
| YUV | 115.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 100 | 0 | 0.07 | 0.19 | 0.52 | 36.52 | 0.1 | 0.44 |
| Hex | 7B | 72 | 64 | 0 | 7 | 13 | 34 | 25 | A | 2C |
| Octal | 173 | 162 | 144 | 0 | 7 | 23 | 64 | 45 | 12 | 54 |
| Binary | 1111011 | 1110010 | 1100100 | 0 | 111 | 10011 | 110100 | 100101 | 1010 | 101100 |
Color Harmonies of #7B7264
Complementary color
Monochromatic Colors of #7B7264
Black with #7B7264
Text Example
Text Example
White with #7B7264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7264; }
p { color: rgb(123,114,100); }
H1.HeaderClassName
{
color: #7B7264;
}
.AnyTagClassName
{
color: #7B7264;
}
</style>
background-color css
<style>
a { background-color: #7B7264; }
a { background-color: rgb(123,114,100); }
div.DivClassName
{
background-color: #7B7264;
}
.BgClassName
{
background-color: #7B7264;
}
</style>
border-color css
<style>
span { border-color: #7B7264; }
span { border-color: rgb(123,114,100); }
td.TdClassName
{
border-color: #7B7264;
}
.TagClassName
{
border-color: #7B7264;
}
</style>