Shades of Quincy #73564A
Tints of Quincy #73564A
RGB
CMYK
RGB Variations
Color information
#73564A (or 0x73564A) is known color: Quincy. HEX triplet: 73, 56 and 4A. RGB value is (115,86,74). Sum of RGB (Red+Green+Blue) = 115+86+74=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73564A is #8CA9B5. Grayscale: #5D5D5D. Windows color (decimal): -9218486 or 4871795. OLE color: 4871795.
HSL color Cylindrical-coordinate representation of color #73564A: hue angle of 17.56º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73564A is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 74 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.55 |
| HSL | 17.56º | 0.22% | 0.37% | - |
| HSV(B) | 17.56º | 0.36% | 0.45% | - |
| XYZ | 11.63 | 10.79 | 7.95 | - |
| YUV | 93.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 74 | 0 | 0.25 | 0.36 | 0.55 | 17.56 | 0.22 | 0.37 |
| Hex | 73 | 56 | 4A | 0 | 19 | 24 | 37 | 12 | 16 | 25 |
| Octal | 163 | 126 | 112 | 0 | 31 | 44 | 67 | 22 | 26 | 45 |
| Binary | 1110011 | 1010110 | 1001010 | 0 | 11001 | 100100 | 110111 | 10010 | 10110 | 100101 |
Color Harmonies of #73564A
Complementary color
Monochromatic Colors of #73564A
Black with #73564A
Text Example
Text Example
White with #73564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73564A; }
p { color: rgb(115,86,74); }
H1.HeaderClassName
{
color: #73564A;
}
.AnyTagClassName
{
color: #73564A;
}
</style>
background-color css
<style>
a { background-color: #73564A; }
a { background-color: rgb(115,86,74); }
div.DivClassName
{
background-color: #73564A;
}
.BgClassName
{
background-color: #73564A;
}
</style>
border-color css
<style>
span { border-color: #73564A; }
span { border-color: rgb(115,86,74); }
td.TdClassName
{
border-color: #73564A;
}
.TagClassName
{
border-color: #73564A;
}
</style>