Shades of Quincy #745846
Tints of Quincy #745846
RGB
CMYK
RGB Variations
Color information
#745846 (or 0x745846) is known color: Quincy. HEX triplet: 74, 58 and 46. RGB value is (116,88,70). Sum of RGB (Red+Green+Blue) = 116+88+70=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745846 is #8BA7B9. Grayscale: #5E5E5E. Windows color (decimal): -9152442 or 4610164. OLE color: 4610164.
HSL color Cylindrical-coordinate representation of color #745846: hue angle of 23.48º 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 #745846 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 70 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.55 |
| HSL | 23.48º | 0.25% | 0.36% | - |
| HSV(B) | 23.48º | 0.4% | 0.45% | - |
| XYZ | 11.8 | 11.13 | 7.32 | - |
| YUV | 94.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 70 | 0 | 0.24 | 0.40 | 0.55 | 23.48 | 0.25 | 0.36 |
| Hex | 74 | 58 | 46 | 0 | 18 | 28 | 37 | 17 | 19 | 24 |
| Octal | 164 | 130 | 106 | 0 | 30 | 50 | 67 | 27 | 31 | 44 |
| Binary | 1110100 | 1011000 | 1000110 | 0 | 11000 | 101000 | 110111 | 10111 | 11001 | 100100 |
Color Harmonies of #745846
Complementary color
Monochromatic Colors of #745846
Black with #745846
Text Example
Text Example
White with #745846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745846; }
p { color: rgb(116,88,70); }
H1.HeaderClassName
{
color: #745846;
}
.AnyTagClassName
{
color: #745846;
}
</style>
background-color css
<style>
a { background-color: #745846; }
a { background-color: rgb(116,88,70); }
div.DivClassName
{
background-color: #745846;
}
.BgClassName
{
background-color: #745846;
}
</style>
border-color css
<style>
span { border-color: #745846; }
span { border-color: rgb(116,88,70); }
td.TdClassName
{
border-color: #745846;
}
.TagClassName
{
border-color: #745846;
}
</style>