Shades of Quincy #745546
Tints of Quincy #745546
RGB
CMYK
RGB Variations
Color information
#745546 (or 0x745546) is known color: Quincy. HEX triplet: 74, 55 and 46. RGB value is (116,85,70). Sum of RGB (Red+Green+Blue) = 116+85+70=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745546 is #8BAAB9. Grayscale: #5C5C5C. Windows color (decimal): -9153210 or 4609396. OLE color: 4609396.
HSL color Cylindrical-coordinate representation of color #745546: hue angle of 19.57º 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 #745546 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 70 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.55 |
| HSL | 19.57º | 0.25% | 0.36% | - |
| HSV(B) | 19.57º | 0.4% | 0.45% | - |
| XYZ | 11.56 | 10.65 | 7.24 | - |
| YUV | 92.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 70 | 0 | 0.27 | 0.40 | 0.55 | 19.57 | 0.25 | 0.36 |
| Hex | 74 | 55 | 46 | 0 | 1B | 28 | 37 | 14 | 19 | 24 |
| Octal | 164 | 125 | 106 | 0 | 33 | 50 | 67 | 24 | 31 | 44 |
| Binary | 1110100 | 1010101 | 1000110 | 0 | 11011 | 101000 | 110111 | 10100 | 11001 | 100100 |
Color Harmonies of #745546
Complementary color
Monochromatic Colors of #745546
Black with #745546
Text Example
Text Example
White with #745546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745546; }
p { color: rgb(116,85,70); }
H1.HeaderClassName
{
color: #745546;
}
.AnyTagClassName
{
color: #745546;
}
</style>
background-color css
<style>
a { background-color: #745546; }
a { background-color: rgb(116,85,70); }
div.DivClassName
{
background-color: #745546;
}
.BgClassName
{
background-color: #745546;
}
</style>
border-color css
<style>
span { border-color: #745546; }
span { border-color: rgb(116,85,70); }
td.TdClassName
{
border-color: #745546;
}
.TagClassName
{
border-color: #745546;
}
</style>