Shades of Sandstone #7B7065
Tints of Sandstone #7B7065
RGB
CMYK
RGB Variations
Color information
#7B7065 (or 0x7B7065) is known color: Sandstone. HEX triplet: 7B, 70 and 65. RGB value is (123,112,101). Sum of RGB (Red+Green+Blue) = 123+112+101=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7065 is #848F9A. Grayscale: #727272. Windows color (decimal): -8687515 or 6647931. OLE color: 6647931.
HSL color Cylindrical-coordinate representation of color #7B7065: hue angle of 30º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B7065 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 101 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.52 |
| HSL | 30º | 0.1% | 0.44% | - |
| HSV(B) | 30º | 0.18% | 0.48% | - |
| XYZ | 16.31 | 16.74 | 14.68 | - |
| YUV | 114.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 101 | 0 | 0.09 | 0.18 | 0.52 | 30 | 0.1 | 0.44 |
| Hex | 7B | 70 | 65 | 0 | 9 | 12 | 34 | 1E | A | 2C |
| Octal | 173 | 160 | 145 | 0 | 11 | 22 | 64 | 36 | 12 | 54 |
| Binary | 1111011 | 1110000 | 1100101 | 0 | 1001 | 10010 | 110100 | 11110 | 1010 | 101100 |
Color Harmonies of #7B7065
Complementary color
Monochromatic Colors of #7B7065
Black with #7B7065
Text Example
Text Example
White with #7B7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7065; }
p { color: rgb(123,112,101); }
H1.HeaderClassName
{
color: #7B7065;
}
.AnyTagClassName
{
color: #7B7065;
}
</style>
background-color css
<style>
a { background-color: #7B7065; }
a { background-color: rgb(123,112,101); }
div.DivClassName
{
background-color: #7B7065;
}
.BgClassName
{
background-color: #7B7065;
}
</style>
border-color css
<style>
span { border-color: #7B7065; }
span { border-color: rgb(123,112,101); }
td.TdClassName
{
border-color: #7B7065;
}
.TagClassName
{
border-color: #7B7065;
}
</style>