Shades of Quincy #735745
Tints of Quincy #735745
RGB
CMYK
RGB Variations
Color information
#735745 (or 0x735745) is known color: Quincy. HEX triplet: 73, 57 and 45. RGB value is (115,87,69). Sum of RGB (Red+Green+Blue) = 115+87+69=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735745 is #8CA8BA. Grayscale: #5D5D5D. Windows color (decimal): -9218235 or 4544371. OLE color: 4544371.
HSL color Cylindrical-coordinate representation of color #735745: hue angle of 23.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #735745 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 69 | - |
| CMYK | 0 | 0.24 | 0.4 | 0.55 |
| HSL | 23.48º | 0.25% | 0.36% | - |
| HSV(B) | 23.48º | 0.4% | 0.45% | - |
| XYZ | 11.55 | 10.89 | 7.12 | - |
| YUV | 93.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 69 | 0 | 0.24 | 0.4 | 0.55 | 23.48 | 0.25 | 0.36 |
| Hex | 73 | 57 | 45 | 0 | 18 | 28 | 37 | 17 | 19 | 24 |
| Octal | 163 | 127 | 105 | 0 | 30 | 50 | 67 | 27 | 31 | 44 |
| Binary | 1110011 | 1010111 | 1000101 | 0 | 11000 | 101000 | 110111 | 10111 | 11001 | 100100 |
Color Harmonies of #735745
Complementary color
Monochromatic Colors of #735745
Black with #735745
Text Example
Text Example
White with #735745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735745; }
p { color: rgb(115,87,69); }
H1.HeaderClassName
{
color: #735745;
}
.AnyTagClassName
{
color: #735745;
}
</style>
background-color css
<style>
a { background-color: #735745; }
a { background-color: rgb(115,87,69); }
div.DivClassName
{
background-color: #735745;
}
.BgClassName
{
background-color: #735745;
}
</style>
border-color css
<style>
span { border-color: #735745; }
span { border-color: rgb(115,87,69); }
td.TdClassName
{
border-color: #735745;
}
.TagClassName
{
border-color: #735745;
}
</style>