Shades of Quincy #735744
Tints of Quincy #735744
RGB
CMYK
RGB Variations
Color information
#735744 (or 0x735744) is known color: Quincy. HEX triplet: 73, 57 and 44. RGB value is (115,87,68). Sum of RGB (Red+Green+Blue) = 115+87+68=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #735744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735744 is #8CA8BB. Grayscale: #5D5D5D. Windows color (decimal): -9218236 or 4478835. OLE color: 4478835.
HSL color Cylindrical-coordinate representation of color #735744: hue angle of 24.26º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #735744 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 68 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.55 |
| HSL | 24.26º | 0.26% | 0.36% | - |
| HSV(B) | 24.26º | 0.41% | 0.45% | - |
| XYZ | 11.52 | 10.88 | 6.96 | - |
| YUV | 93.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 68 | 0 | 0.24 | 0.41 | 0.55 | 24.26 | 0.26 | 0.36 |
| Hex | 73 | 57 | 44 | 0 | 18 | 29 | 37 | 18 | 1A | 24 |
| Octal | 163 | 127 | 104 | 0 | 30 | 51 | 67 | 30 | 32 | 44 |
| Binary | 1110011 | 1010111 | 1000100 | 0 | 11000 | 101001 | 110111 | 11000 | 11010 | 100100 |
Color Harmonies of #735744
Complementary color
Monochromatic Colors of #735744
Black with #735744
Text Example
Text Example
White with #735744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735744; }
p { color: rgb(115,87,68); }
H1.HeaderClassName
{
color: #735744;
}
.AnyTagClassName
{
color: #735744;
}
</style>
background-color css
<style>
a { background-color: #735744; }
a { background-color: rgb(115,87,68); }
div.DivClassName
{
background-color: #735744;
}
.BgClassName
{
background-color: #735744;
}
</style>
border-color css
<style>
span { border-color: #735744; }
span { border-color: rgb(115,87,68); }
td.TdClassName
{
border-color: #735744;
}
.TagClassName
{
border-color: #735744;
}
</style>