Shades of Quincy #785849
Tints of Quincy #785849
RGB
CMYK
RGB Variations
Color information
#785849 (or 0x785849) is known color: Quincy. HEX triplet: 78, 58 and 49. RGB value is (120,88,73). Sum of RGB (Red+Green+Blue) = 120+88+73=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #785849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785849 is #87A7B6. Grayscale: #5F5F5F. Windows color (decimal): -8890295 or 4806776. OLE color: 4806776.
HSL color Cylindrical-coordinate representation of color #785849: hue angle of 19.15º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785849 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 73 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.53 |
| HSL | 19.15º | 0.24% | 0.38% | - |
| HSV(B) | 19.15º | 0.39% | 0.47% | - |
| XYZ | 12.44 | 11.45 | 7.86 | - |
| YUV | 95.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 73 | 0 | 0.27 | 0.39 | 0.53 | 19.15 | 0.24 | 0.38 |
| Hex | 78 | 58 | 49 | 0 | 1B | 27 | 35 | 13 | 18 | 26 |
| Octal | 170 | 130 | 111 | 0 | 33 | 47 | 65 | 23 | 30 | 46 |
| Binary | 1111000 | 1011000 | 1001001 | 0 | 11011 | 100111 | 110101 | 10011 | 11000 | 100110 |
Color Harmonies of #785849
Complementary color
Monochromatic Colors of #785849
Black with #785849
Text Example
Text Example
White with #785849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785849; }
p { color: rgb(120,88,73); }
H1.HeaderClassName
{
color: #785849;
}
.AnyTagClassName
{
color: #785849;
}
</style>
background-color css
<style>
a { background-color: #785849; }
a { background-color: rgb(120,88,73); }
div.DivClassName
{
background-color: #785849;
}
.BgClassName
{
background-color: #785849;
}
</style>
border-color css
<style>
span { border-color: #785849; }
span { border-color: rgb(120,88,73); }
td.TdClassName
{
border-color: #785849;
}
.TagClassName
{
border-color: #785849;
}
</style>