Shades of Sandstone #7B7167
Tints of Sandstone #7B7167
RGB
CMYK
RGB Variations
Color information
#7B7167 (or 0x7B7167) is known color: Sandstone. HEX triplet: 7B, 71 and 67. RGB value is (123,113,103). Sum of RGB (Red+Green+Blue) = 123+113+103=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7167 is #848E98. Grayscale: #727272. Windows color (decimal): -8687257 or 6779259. OLE color: 6779259.
HSL color Cylindrical-coordinate representation of color #7B7167: hue angle of 30º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B7167 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 103 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.52 |
| HSL | 30º | 0.09% | 0.44% | - |
| HSV(B) | 30º | 0.16% | 0.48% | - |
| XYZ | 16.52 | 17 | 15.24 | - |
| YUV | 114.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 103 | 0 | 0.08 | 0.16 | 0.52 | 30 | 0.09 | 0.44 |
| Hex | 7B | 71 | 67 | 0 | 8 | 10 | 34 | 1E | 9 | 2C |
| Octal | 173 | 161 | 147 | 0 | 10 | 20 | 64 | 36 | 11 | 54 |
| Binary | 1111011 | 1110001 | 1100111 | 0 | 1000 | 10000 | 110100 | 11110 | 1001 | 101100 |
Color Harmonies of #7B7167
Complementary color
Monochromatic Colors of #7B7167
Black with #7B7167
Text Example
Text Example
White with #7B7167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7167; }
p { color: rgb(123,113,103); }
H1.HeaderClassName
{
color: #7B7167;
}
.AnyTagClassName
{
color: #7B7167;
}
</style>
background-color css
<style>
a { background-color: #7B7167; }
a { background-color: rgb(123,113,103); }
div.DivClassName
{
background-color: #7B7167;
}
.BgClassName
{
background-color: #7B7167;
}
</style>
border-color css
<style>
span { border-color: #7B7167; }
span { border-color: rgb(123,113,103); }
td.TdClassName
{
border-color: #7B7167;
}
.TagClassName
{
border-color: #7B7167;
}
</style>