Shades of Quincy #785949
Tints of Quincy #785949
RGB
CMYK
RGB Variations
Color information
#785949 (or 0x785949) is known color: Quincy. HEX triplet: 78, 59 and 49. RGB value is (120,89,73). Sum of RGB (Red+Green+Blue) = 120+89+73=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785949 is #87A6B6. Grayscale: #606060. Windows color (decimal): -8890039 or 4807032. OLE color: 4807032.
HSL color Cylindrical-coordinate representation of color #785949: hue angle of 20.43º 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 #785949 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 89 | 73 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.53 |
| HSL | 20.43º | 0.24% | 0.38% | - |
| HSV(B) | 20.43º | 0.39% | 0.47% | - |
| XYZ | 12.52 | 11.62 | 7.89 | - |
| YUV | 96.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 73 | 0 | 0.26 | 0.39 | 0.53 | 20.43 | 0.24 | 0.38 |
| Hex | 78 | 59 | 49 | 0 | 1A | 27 | 35 | 14 | 18 | 26 |
| Octal | 170 | 131 | 111 | 0 | 32 | 47 | 65 | 24 | 30 | 46 |
| Binary | 1111000 | 1011001 | 1001001 | 0 | 11010 | 100111 | 110101 | 10100 | 11000 | 100110 |
Color Harmonies of #785949
Complementary color
Monochromatic Colors of #785949
Black with #785949
Text Example
Text Example
White with #785949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785949; }
p { color: rgb(120,89,73); }
H1.HeaderClassName
{
color: #785949;
}
.AnyTagClassName
{
color: #785949;
}
</style>
background-color css
<style>
a { background-color: #785949; }
a { background-color: rgb(120,89,73); }
div.DivClassName
{
background-color: #785949;
}
.BgClassName
{
background-color: #785949;
}
</style>
border-color css
<style>
span { border-color: #785949; }
span { border-color: rgb(120,89,73); }
td.TdClassName
{
border-color: #785949;
}
.TagClassName
{
border-color: #785949;
}
</style>