Shades of Quincy #745644
Tints of Quincy #745644
RGB
CMYK
RGB Variations
Color information
#745644 (or 0x745644) is known color: Quincy. HEX triplet: 74, 56 and 44. RGB value is (116,86,68). Sum of RGB (Red+Green+Blue) = 116+86+68=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745644 is #8BA9BB. Grayscale: #5D5D5D. Windows color (decimal): -9152956 or 4478580. OLE color: 4478580.
HSL color Cylindrical-coordinate representation of color #745644: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745644 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 68 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.55 |
| HSL | 22.5º | 0.26% | 0.36% | - |
| HSV(B) | 22.5º | 0.41% | 0.45% | - |
| XYZ | 11.57 | 10.79 | 6.94 | - |
| YUV | 92.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 68 | 0 | 0.26 | 0.41 | 0.55 | 22.5 | 0.26 | 0.36 |
| Hex | 74 | 56 | 44 | 0 | 1A | 29 | 37 | 16 | 1A | 24 |
| Octal | 164 | 126 | 104 | 0 | 32 | 51 | 67 | 26 | 32 | 44 |
| Binary | 1110100 | 1010110 | 1000100 | 0 | 11010 | 101001 | 110111 | 10110 | 11010 | 100100 |
Color Harmonies of #745644
Complementary color
Monochromatic Colors of #745644
Black with #745644
Text Example
Text Example
White with #745644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745644; }
p { color: rgb(116,86,68); }
H1.HeaderClassName
{
color: #745644;
}
.AnyTagClassName
{
color: #745644;
}
</style>
background-color css
<style>
a { background-color: #745644; }
a { background-color: rgb(116,86,68); }
div.DivClassName
{
background-color: #745644;
}
.BgClassName
{
background-color: #745644;
}
</style>
border-color css
<style>
span { border-color: #745644; }
span { border-color: rgb(116,86,68); }
td.TdClassName
{
border-color: #745644;
}
.TagClassName
{
border-color: #745644;
}
</style>