Shades of Quincy #735547
Tints of Quincy #735547
RGB
CMYK
RGB Variations
Color information
#735547 (or 0x735547) is known color: Quincy. HEX triplet: 73, 55 and 47. RGB value is (115,85,71). Sum of RGB (Red+Green+Blue) = 115+85+71=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735547 is #8CAAB8. Grayscale: #5C5C5C. Windows color (decimal): -9218745 or 4674931. OLE color: 4674931.
HSL color Cylindrical-coordinate representation of color #735547: hue angle of 19.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #735547 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 71 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.55 |
| HSL | 19.09º | 0.24% | 0.36% | - |
| HSV(B) | 19.09º | 0.38% | 0.45% | - |
| XYZ | 11.46 | 10.6 | 7.4 | - |
| YUV | 92.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 71 | 0 | 0.26 | 0.38 | 0.55 | 19.09 | 0.24 | 0.36 |
| Hex | 73 | 55 | 47 | 0 | 1A | 26 | 37 | 13 | 18 | 24 |
| Octal | 163 | 125 | 107 | 0 | 32 | 46 | 67 | 23 | 30 | 44 |
| Binary | 1110011 | 1010101 | 1000111 | 0 | 11010 | 100110 | 110111 | 10011 | 11000 | 100100 |
Color Harmonies of #735547
Complementary color
Monochromatic Colors of #735547
Black with #735547
Text Example
Text Example
White with #735547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735547; }
p { color: rgb(115,85,71); }
H1.HeaderClassName
{
color: #735547;
}
.AnyTagClassName
{
color: #735547;
}
</style>
background-color css
<style>
a { background-color: #735547; }
a { background-color: rgb(115,85,71); }
div.DivClassName
{
background-color: #735547;
}
.BgClassName
{
background-color: #735547;
}
</style>
border-color css
<style>
span { border-color: #735547; }
span { border-color: rgb(115,85,71); }
td.TdClassName
{
border-color: #735547;
}
.TagClassName
{
border-color: #735547;
}
</style>