Shades of Quincy #745647
Tints of Quincy #745647
RGB
CMYK
RGB Variations
Color information
#745647 (or 0x745647) is known color: Quincy. HEX triplet: 74, 56 and 47. RGB value is (116,86,71). Sum of RGB (Red+Green+Blue) = 116+86+71=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745647 is #8BA9B8. Grayscale: #5D5D5D. Windows color (decimal): -9152953 or 4675188. OLE color: 4675188.
HSL color Cylindrical-coordinate representation of color #745647: hue angle of 20º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745647 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 71 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.55 |
| HSL | 20º | 0.24% | 0.37% | - |
| HSV(B) | 20º | 0.39% | 0.45% | - |
| XYZ | 11.67 | 10.82 | 7.44 | - |
| YUV | 93.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 71 | 0 | 0.26 | 0.39 | 0.55 | 20 | 0.24 | 0.37 |
| Hex | 74 | 56 | 47 | 0 | 1A | 27 | 37 | 14 | 18 | 25 |
| Octal | 164 | 126 | 107 | 0 | 32 | 47 | 67 | 24 | 30 | 45 |
| Binary | 1110100 | 1010110 | 1000111 | 0 | 11010 | 100111 | 110111 | 10100 | 11000 | 100101 |
Color Harmonies of #745647
Complementary color
Monochromatic Colors of #745647
Black with #745647
Text Example
Text Example
White with #745647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745647; }
p { color: rgb(116,86,71); }
H1.HeaderClassName
{
color: #745647;
}
.AnyTagClassName
{
color: #745647;
}
</style>
background-color css
<style>
a { background-color: #745647; }
a { background-color: rgb(116,86,71); }
div.DivClassName
{
background-color: #745647;
}
.BgClassName
{
background-color: #745647;
}
</style>
border-color css
<style>
span { border-color: #745647; }
span { border-color: rgb(116,86,71); }
td.TdClassName
{
border-color: #745647;
}
.TagClassName
{
border-color: #745647;
}
</style>