Shades of Quincy #725644
Tints of Quincy #725644
RGB
CMYK
RGB Variations
Color information
#725644 (or 0x725644) is known color: Quincy. HEX triplet: 72, 56 and 44. RGB value is (114,86,68). Sum of RGB (Red+Green+Blue) = 114+86+68=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725644 is #8DA9BB. Grayscale: #5C5C5C. Windows color (decimal): -9284028 or 4478578. OLE color: 4478578.
HSL color Cylindrical-coordinate representation of color #725644: 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 #725644 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 68 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.55 |
| HSL | 23.48º | 0.25% | 0.36% | - |
| HSV(B) | 23.48º | 0.4% | 0.45% | - |
| XYZ | 11.31 | 10.65 | 6.93 | - |
| YUV | 92.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 68 | 0 | 0.25 | 0.40 | 0.55 | 23.48 | 0.25 | 0.36 |
| Hex | 72 | 56 | 44 | 0 | 19 | 28 | 37 | 17 | 19 | 24 |
| Octal | 162 | 126 | 104 | 0 | 31 | 50 | 67 | 27 | 31 | 44 |
| Binary | 1110010 | 1010110 | 1000100 | 0 | 11001 | 101000 | 110111 | 10111 | 11001 | 100100 |
Color Harmonies of #725644
Complementary color
Monochromatic Colors of #725644
Black with #725644
Text Example
Text Example
White with #725644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725644; }
p { color: rgb(114,86,68); }
H1.HeaderClassName
{
color: #725644;
}
.AnyTagClassName
{
color: #725644;
}
</style>
background-color css
<style>
a { background-color: #725644; }
a { background-color: rgb(114,86,68); }
div.DivClassName
{
background-color: #725644;
}
.BgClassName
{
background-color: #725644;
}
</style>
border-color css
<style>
span { border-color: #725644; }
span { border-color: rgb(114,86,68); }
td.TdClassName
{
border-color: #725644;
}
.TagClassName
{
border-color: #725644;
}
</style>