Shades of Quincy #745848
Tints of Quincy #745848
RGB
CMYK
RGB Variations
Color information
#745848 (or 0x745848) is known color: Quincy. HEX triplet: 74, 58 and 48. RGB value is (116,88,72). Sum of RGB (Red+Green+Blue) = 116+88+72=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #745848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745848 is #8BA7B7. Grayscale: #5E5E5E. Windows color (decimal): -9152440 or 4741236. OLE color: 4741236.
HSL color Cylindrical-coordinate representation of color #745848: hue angle of 21.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745848 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 72 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.55 |
| HSL | 21.82º | 0.23% | 0.37% | - |
| HSV(B) | 21.82º | 0.38% | 0.45% | - |
| XYZ | 11.86 | 11.16 | 7.66 | - |
| YUV | 94.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 72 | 0 | 0.24 | 0.38 | 0.55 | 21.82 | 0.23 | 0.37 |
| Hex | 74 | 58 | 48 | 0 | 18 | 26 | 37 | 16 | 17 | 25 |
| Octal | 164 | 130 | 110 | 0 | 30 | 46 | 67 | 26 | 27 | 45 |
| Binary | 1110100 | 1011000 | 1001000 | 0 | 11000 | 100110 | 110111 | 10110 | 10111 | 100101 |
Color Harmonies of #745848
Complementary color
Monochromatic Colors of #745848
Black with #745848
Text Example
Text Example
White with #745848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745848; }
p { color: rgb(116,88,72); }
H1.HeaderClassName
{
color: #745848;
}
.AnyTagClassName
{
color: #745848;
}
</style>
background-color css
<style>
a { background-color: #745848; }
a { background-color: rgb(116,88,72); }
div.DivClassName
{
background-color: #745848;
}
.BgClassName
{
background-color: #745848;
}
</style>
border-color css
<style>
span { border-color: #745848; }
span { border-color: rgb(116,88,72); }
td.TdClassName
{
border-color: #745848;
}
.TagClassName
{
border-color: #745848;
}
</style>