Shades of Quincy #73564C
Tints of Quincy #73564C
RGB
CMYK
RGB Variations
Color information
#73564C (or 0x73564C) is known color: Quincy. HEX triplet: 73, 56 and 4C. RGB value is (115,86,76). Sum of RGB (Red+Green+Blue) = 115+86+76=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73564C is #8CA9B3. Grayscale: #5D5D5D. Windows color (decimal): -9218484 or 5002867. OLE color: 5002867.
HSL color Cylindrical-coordinate representation of color #73564C: hue angle of 15.38º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73564C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 76 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.55 |
| HSL | 15.38º | 0.2% | 0.37% | - |
| HSV(B) | 15.38º | 0.34% | 0.45% | - |
| XYZ | 11.7 | 10.82 | 8.31 | - |
| YUV | 93.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 76 | 0 | 0.25 | 0.34 | 0.55 | 15.38 | 0.2 | 0.37 |
| Hex | 73 | 56 | 4C | 0 | 19 | 22 | 37 | F | 14 | 25 |
| Octal | 163 | 126 | 114 | 0 | 31 | 42 | 67 | 17 | 24 | 45 |
| Binary | 1110011 | 1010110 | 1001100 | 0 | 11001 | 100010 | 110111 | 1111 | 10100 | 100101 |
Color Harmonies of #73564C
Complementary color
Monochromatic Colors of #73564C
Black with #73564C
Text Example
Text Example
White with #73564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73564C; }
p { color: rgb(115,86,76); }
H1.HeaderClassName
{
color: #73564C;
}
.AnyTagClassName
{
color: #73564C;
}
</style>
background-color css
<style>
a { background-color: #73564C; }
a { background-color: rgb(115,86,76); }
div.DivClassName
{
background-color: #73564C;
}
.BgClassName
{
background-color: #73564C;
}
</style>
border-color css
<style>
span { border-color: #73564C; }
span { border-color: rgb(115,86,76); }
td.TdClassName
{
border-color: #73564C;
}
.TagClassName
{
border-color: #73564C;
}
</style>