Shades of Quincy #745748
Tints of Quincy #745748
RGB
CMYK
RGB Variations
Color information
#745748 (or 0x745748) is known color: Quincy. HEX triplet: 74, 57 and 48. RGB value is (116,87,72). Sum of RGB (Red+Green+Blue) = 116+87+72=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #745748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745748 is #8BA8B7. Grayscale: #5E5E5E. Windows color (decimal): -9152696 or 4740980. OLE color: 4740980.
HSL color Cylindrical-coordinate representation of color #745748: hue angle of 20.45º 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 #745748 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 72 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.55 |
| HSL | 20.45º | 0.23% | 0.37% | - |
| HSV(B) | 20.45º | 0.38% | 0.45% | - |
| XYZ | 11.78 | 11 | 7.63 | - |
| YUV | 93.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 72 | 0 | 0.25 | 0.38 | 0.55 | 20.45 | 0.23 | 0.37 |
| Hex | 74 | 57 | 48 | 0 | 19 | 26 | 37 | 14 | 17 | 25 |
| Octal | 164 | 127 | 110 | 0 | 31 | 46 | 67 | 24 | 27 | 45 |
| Binary | 1110100 | 1010111 | 1001000 | 0 | 11001 | 100110 | 110111 | 10100 | 10111 | 100101 |
Color Harmonies of #745748
Complementary color
Monochromatic Colors of #745748
Black with #745748
Text Example
Text Example
White with #745748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745748; }
p { color: rgb(116,87,72); }
H1.HeaderClassName
{
color: #745748;
}
.AnyTagClassName
{
color: #745748;
}
</style>
background-color css
<style>
a { background-color: #745748; }
a { background-color: rgb(116,87,72); }
div.DivClassName
{
background-color: #745748;
}
.BgClassName
{
background-color: #745748;
}
</style>
border-color css
<style>
span { border-color: #745748; }
span { border-color: rgb(116,87,72); }
td.TdClassName
{
border-color: #745748;
}
.TagClassName
{
border-color: #745748;
}
</style>