Shades of Sandstone #7B6F60
Tints of Sandstone #7B6F60
RGB
CMYK
RGB Variations
Color information
#7B6F60 (or 0x7B6F60) is known color: Sandstone. HEX triplet: 7B, 6F and 60. RGB value is (123,111,96). Sum of RGB (Red+Green+Blue) = 123+111+96=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F60 is #84909F. Grayscale: #707070. Windows color (decimal): -8687776 or 6319995. OLE color: 6319995.
HSL color Cylindrical-coordinate representation of color #7B6F60: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B6F60 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 96 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.52 |
| HSL | 33.33º | 0.12% | 0.43% | - |
| HSV(B) | 33.33º | 0.22% | 0.48% | - |
| XYZ | 15.96 | 16.42 | 13.4 | - |
| YUV | 112.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 96 | 0 | 0.10 | 0.22 | 0.52 | 33.33 | 0.12 | 0.43 |
| Hex | 7B | 6F | 60 | 0 | A | 16 | 34 | 21 | C | 2B |
| Octal | 173 | 157 | 140 | 0 | 12 | 26 | 64 | 41 | 14 | 53 |
| Binary | 1111011 | 1101111 | 1100000 | 0 | 1010 | 10110 | 110100 | 100001 | 1100 | 101011 |
Color Harmonies of #7B6F60
Complementary color
Monochromatic Colors of #7B6F60
Black with #7B6F60
Text Example
Text Example
White with #7B6F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F60; }
p { color: rgb(123,111,96); }
H1.HeaderClassName
{
color: #7B6F60;
}
.AnyTagClassName
{
color: #7B6F60;
}
</style>
background-color css
<style>
a { background-color: #7B6F60; }
a { background-color: rgb(123,111,96); }
div.DivClassName
{
background-color: #7B6F60;
}
.BgClassName
{
background-color: #7B6F60;
}
</style>
border-color css
<style>
span { border-color: #7B6F60; }
span { border-color: rgb(123,111,96); }
td.TdClassName
{
border-color: #7B6F60;
}
.TagClassName
{
border-color: #7B6F60;
}
</style>