Shades of Sandstone #7B7266
Tints of Sandstone #7B7266
RGB
CMYK
RGB Variations
Color information
#7B7266 (or 0x7B7266) is known color: Sandstone. HEX triplet: 7B, 72 and 66. RGB value is (123,114,102). Sum of RGB (Red+Green+Blue) = 123+114+102=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7266 is #848D99. Grayscale: #737373. Windows color (decimal): -8687002 or 6713979. OLE color: 6713979.
HSL color Cylindrical-coordinate representation of color #7B7266: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7266 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 102 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.52 |
| HSL | 34.29º | 0.09% | 0.44% | - |
| HSV(B) | 34.29º | 0.17% | 0.48% | - |
| XYZ | 16.58 | 17.2 | 15.02 | - |
| YUV | 115.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 102 | 0 | 0.07 | 0.17 | 0.52 | 34.29 | 0.09 | 0.44 |
| Hex | 7B | 72 | 66 | 0 | 7 | 11 | 34 | 22 | 9 | 2C |
| Octal | 173 | 162 | 146 | 0 | 7 | 21 | 64 | 42 | 11 | 54 |
| Binary | 1111011 | 1110010 | 1100110 | 0 | 111 | 10001 | 110100 | 100010 | 1001 | 101100 |
Color Harmonies of #7B7266
Complementary color
Monochromatic Colors of #7B7266
Black with #7B7266
Text Example
Text Example
White with #7B7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7266; }
p { color: rgb(123,114,102); }
H1.HeaderClassName
{
color: #7B7266;
}
.AnyTagClassName
{
color: #7B7266;
}
</style>
background-color css
<style>
a { background-color: #7B7266; }
a { background-color: rgb(123,114,102); }
div.DivClassName
{
background-color: #7B7266;
}
.BgClassName
{
background-color: #7B7266;
}
</style>
border-color css
<style>
span { border-color: #7B7266; }
span { border-color: rgb(123,114,102); }
td.TdClassName
{
border-color: #7B7266;
}
.TagClassName
{
border-color: #7B7266;
}
</style>