Shades of Quincy #745847
Tints of Quincy #745847
RGB
CMYK
RGB Variations
Color information
#745847 (or 0x745847) is known color: Quincy. HEX triplet: 74, 58 and 47. RGB value is (116,88,71). Sum of RGB (Red+Green+Blue) = 116+88+71=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #745847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745847 is #8BA7B8. Grayscale: #5E5E5E. Windows color (decimal): -9152441 or 4675700. OLE color: 4675700.
HSL color Cylindrical-coordinate representation of color #745847: hue angle of 22.67º 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 #745847 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 71 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.55 |
| HSL | 22.67º | 0.24% | 0.37% | - |
| HSV(B) | 22.67º | 0.39% | 0.45% | - |
| XYZ | 11.83 | 11.15 | 7.49 | - |
| YUV | 94.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 71 | 0 | 0.24 | 0.39 | 0.55 | 22.67 | 0.24 | 0.37 |
| Hex | 74 | 58 | 47 | 0 | 18 | 27 | 37 | 17 | 18 | 25 |
| Octal | 164 | 130 | 107 | 0 | 30 | 47 | 67 | 27 | 30 | 45 |
| Binary | 1110100 | 1011000 | 1000111 | 0 | 11000 | 100111 | 110111 | 10111 | 11000 | 100101 |
Color Harmonies of #745847
Complementary color
Monochromatic Colors of #745847
Black with #745847
Text Example
Text Example
White with #745847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745847; }
p { color: rgb(116,88,71); }
H1.HeaderClassName
{
color: #745847;
}
.AnyTagClassName
{
color: #745847;
}
</style>
background-color css
<style>
a { background-color: #745847; }
a { background-color: rgb(116,88,71); }
div.DivClassName
{
background-color: #745847;
}
.BgClassName
{
background-color: #745847;
}
</style>
border-color css
<style>
span { border-color: #745847; }
span { border-color: rgb(116,88,71); }
td.TdClassName
{
border-color: #745847;
}
.TagClassName
{
border-color: #745847;
}
</style>