Shades of Sandstone #786C5C
Tints of Sandstone #786C5C
RGB
CMYK
RGB Variations
Color information
#786C5C (or 0x786C5C) is known color: Sandstone. HEX triplet: 78, 6C and 5C. RGB value is (120,108,92). Sum of RGB (Red+Green+Blue) = 120+108+92=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #786C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C5C is #8793A3. Grayscale: #6D6D6D. Windows color (decimal): -8885156 or 6057080. OLE color: 6057080.
HSL color Cylindrical-coordinate representation of color #786C5C: hue angle of 34.29º 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 #786C5C is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 92 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.53 |
| HSL | 34.29º | 0.13% | 0.42% | - |
| HSV(B) | 34.29º | 0.23% | 0.47% | - |
| XYZ | 15.04 | 15.49 | 12.32 | - |
| YUV | 109.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 92 | 0 | 0.10 | 0.23 | 0.53 | 34.29 | 0.13 | 0.42 |
| Hex | 78 | 6C | 5C | 0 | A | 17 | 35 | 22 | D | 2A |
| Octal | 170 | 154 | 134 | 0 | 12 | 27 | 65 | 42 | 15 | 52 |
| Binary | 1111000 | 1101100 | 1011100 | 0 | 1010 | 10111 | 110101 | 100010 | 1101 | 101010 |
Color Harmonies of #786C5C
Complementary color
Monochromatic Colors of #786C5C
Black with #786C5C
Text Example
Text Example
White with #786C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C5C; }
p { color: rgb(120,108,92); }
H1.HeaderClassName
{
color: #786C5C;
}
.AnyTagClassName
{
color: #786C5C;
}
</style>
background-color css
<style>
a { background-color: #786C5C; }
a { background-color: rgb(120,108,92); }
div.DivClassName
{
background-color: #786C5C;
}
.BgClassName
{
background-color: #786C5C;
}
</style>
border-color css
<style>
span { border-color: #786C5C; }
span { border-color: rgb(120,108,92); }
td.TdClassName
{
border-color: #786C5C;
}
.TagClassName
{
border-color: #786C5C;
}
</style>