Shades of Quincy #745747
Tints of Quincy #745747
RGB
CMYK
RGB Variations
Color information
#745747 (or 0x745747) is known color: Quincy. HEX triplet: 74, 57 and 47. RGB value is (116,87,71). Sum of RGB (Red+Green+Blue) = 116+87+71=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745747 is #8BA8B8. Grayscale: #5D5D5D. Windows color (decimal): -9152697 or 4675444. OLE color: 4675444.
HSL color Cylindrical-coordinate representation of color #745747: hue angle of 21.33º 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 #745747 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 71 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.55 |
| HSL | 21.33º | 0.24% | 0.37% | - |
| HSV(B) | 21.33º | 0.39% | 0.45% | - |
| XYZ | 11.75 | 10.98 | 7.46 | - |
| YUV | 93.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 71 | 0 | 0.25 | 0.39 | 0.55 | 21.33 | 0.24 | 0.37 |
| Hex | 74 | 57 | 47 | 0 | 19 | 27 | 37 | 15 | 18 | 25 |
| Octal | 164 | 127 | 107 | 0 | 31 | 47 | 67 | 25 | 30 | 45 |
| Binary | 1110100 | 1010111 | 1000111 | 0 | 11001 | 100111 | 110111 | 10101 | 11000 | 100101 |
Color Harmonies of #745747
Complementary color
Monochromatic Colors of #745747
Black with #745747
Text Example
Text Example
White with #745747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745747; }
p { color: rgb(116,87,71); }
H1.HeaderClassName
{
color: #745747;
}
.AnyTagClassName
{
color: #745747;
}
</style>
background-color css
<style>
a { background-color: #745747; }
a { background-color: rgb(116,87,71); }
div.DivClassName
{
background-color: #745747;
}
.BgClassName
{
background-color: #745747;
}
</style>
border-color css
<style>
span { border-color: #745747; }
span { border-color: rgb(116,87,71); }
td.TdClassName
{
border-color: #745747;
}
.TagClassName
{
border-color: #745747;
}
</style>