Shades of Quincy #745746
Tints of Quincy #745746
RGB
CMYK
RGB Variations
Color information
#745746 (or 0x745746) is known color: Quincy. HEX triplet: 74, 57 and 46. RGB value is (116,87,70). Sum of RGB (Red+Green+Blue) = 116+87+70=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745746 is #8BA8B9. Grayscale: #5D5D5D. Windows color (decimal): -9152698 or 4609908. OLE color: 4609908.
HSL color Cylindrical-coordinate representation of color #745746: hue angle of 22.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745746 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 70 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.55 |
| HSL | 22.17º | 0.25% | 0.36% | - |
| HSV(B) | 22.17º | 0.4% | 0.45% | - |
| XYZ | 11.72 | 10.97 | 7.29 | - |
| YUV | 93.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 70 | 0 | 0.25 | 0.40 | 0.55 | 22.17 | 0.25 | 0.36 |
| Hex | 74 | 57 | 46 | 0 | 19 | 28 | 37 | 16 | 19 | 24 |
| Octal | 164 | 127 | 106 | 0 | 31 | 50 | 67 | 26 | 31 | 44 |
| Binary | 1110100 | 1010111 | 1000110 | 0 | 11001 | 101000 | 110111 | 10110 | 11001 | 100100 |
Color Harmonies of #745746
Complementary color
Monochromatic Colors of #745746
Black with #745746
Text Example
Text Example
White with #745746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745746; }
p { color: rgb(116,87,70); }
H1.HeaderClassName
{
color: #745746;
}
.AnyTagClassName
{
color: #745746;
}
</style>
background-color css
<style>
a { background-color: #745746; }
a { background-color: rgb(116,87,70); }
div.DivClassName
{
background-color: #745746;
}
.BgClassName
{
background-color: #745746;
}
</style>
border-color css
<style>
span { border-color: #745746; }
span { border-color: rgb(116,87,70); }
td.TdClassName
{
border-color: #745746;
}
.TagClassName
{
border-color: #745746;
}
</style>