Shades of Quincy #725646
Tints of Quincy #725646
RGB
CMYK
RGB Variations
Color information
#725646 (or 0x725646) is known color: Quincy. HEX triplet: 72, 56 and 46. RGB value is (114,86,70). Sum of RGB (Red+Green+Blue) = 114+86+70=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #725646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725646 is #8DA9B9. Grayscale: #5C5C5C. Windows color (decimal): -9284026 or 4609650. OLE color: 4609650.
HSL color Cylindrical-coordinate representation of color #725646: hue angle of 21.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725646 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 70 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.55 |
| HSL | 21.82º | 0.24% | 0.36% | - |
| HSV(B) | 21.82º | 0.39% | 0.45% | - |
| XYZ | 11.37 | 10.68 | 7.26 | - |
| YUV | 92.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 70 | 0 | 0.25 | 0.39 | 0.55 | 21.82 | 0.24 | 0.36 |
| Hex | 72 | 56 | 46 | 0 | 19 | 27 | 37 | 16 | 18 | 24 |
| Octal | 162 | 126 | 106 | 0 | 31 | 47 | 67 | 26 | 30 | 44 |
| Binary | 1110010 | 1010110 | 1000110 | 0 | 11001 | 100111 | 110111 | 10110 | 11000 | 100100 |
Color Harmonies of #725646
Complementary color
Monochromatic Colors of #725646
Black with #725646
Text Example
Text Example
White with #725646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725646; }
p { color: rgb(114,86,70); }
H1.HeaderClassName
{
color: #725646;
}
.AnyTagClassName
{
color: #725646;
}
</style>
background-color css
<style>
a { background-color: #725646; }
a { background-color: rgb(114,86,70); }
div.DivClassName
{
background-color: #725646;
}
.BgClassName
{
background-color: #725646;
}
</style>
border-color css
<style>
span { border-color: #725646; }
span { border-color: rgb(114,86,70); }
td.TdClassName
{
border-color: #725646;
}
.TagClassName
{
border-color: #725646;
}
</style>