Shades of Sandstone #786A5C
Tints of Sandstone #786A5C
RGB
CMYK
RGB Variations
Color information
#786A5C (or 0x786A5C) is known color: Sandstone. HEX triplet: 78, 6A and 5C. RGB value is (120,106,92). Sum of RGB (Red+Green+Blue) = 120+106+92=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #786A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A5C is #8795A3. Grayscale: #6C6C6C. Windows color (decimal): -8885668 or 6056568. OLE color: 6056568.
HSL color Cylindrical-coordinate representation of color #786A5C: hue angle of 30º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786A5C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 92 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.53 |
| HSL | 30º | 0.13% | 0.42% | - |
| HSV(B) | 30º | 0.23% | 0.47% | - |
| XYZ | 14.83 | 15.07 | 12.25 | - |
| YUV | 108.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 92 | 0 | 0.12 | 0.23 | 0.53 | 30 | 0.13 | 0.42 |
| Hex | 78 | 6A | 5C | 0 | C | 17 | 35 | 1E | D | 2A |
| Octal | 170 | 152 | 134 | 0 | 14 | 27 | 65 | 36 | 15 | 52 |
| Binary | 1111000 | 1101010 | 1011100 | 0 | 1100 | 10111 | 110101 | 11110 | 1101 | 101010 |
Color Harmonies of #786A5C
Complementary color
Monochromatic Colors of #786A5C
Black with #786A5C
Text Example
Text Example
White with #786A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A5C; }
p { color: rgb(120,106,92); }
H1.HeaderClassName
{
color: #786A5C;
}
.AnyTagClassName
{
color: #786A5C;
}
</style>
background-color css
<style>
a { background-color: #786A5C; }
a { background-color: rgb(120,106,92); }
div.DivClassName
{
background-color: #786A5C;
}
.BgClassName
{
background-color: #786A5C;
}
</style>
border-color css
<style>
span { border-color: #786A5C; }
span { border-color: rgb(120,106,92); }
td.TdClassName
{
border-color: #786A5C;
}
.TagClassName
{
border-color: #786A5C;
}
</style>