Shades of Quincy #725547
Tints of Quincy #725547
RGB
CMYK
RGB Variations
Color information
#725547 (or 0x725547) is known color: Quincy. HEX triplet: 72, 55 and 47. RGB value is (114,85,71). Sum of RGB (Red+Green+Blue) = 114+85+71=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #725547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725547 is #8DAAB8. Grayscale: #5C5C5C. Windows color (decimal): -9284281 or 4674930. OLE color: 4674930.
HSL color Cylindrical-coordinate representation of color #725547: hue angle of 19.53º degrees, saturation: 0.23, 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 #725547 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 71 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.55 |
| HSL | 19.53º | 0.23% | 0.36% | - |
| HSV(B) | 19.53º | 0.38% | 0.45% | - |
| XYZ | 11.33 | 10.53 | 7.4 | - |
| YUV | 92.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 71 | 0 | 0.25 | 0.38 | 0.55 | 19.53 | 0.23 | 0.36 |
| Hex | 72 | 55 | 47 | 0 | 19 | 26 | 37 | 14 | 17 | 24 |
| Octal | 162 | 125 | 107 | 0 | 31 | 46 | 67 | 24 | 27 | 44 |
| Binary | 1110010 | 1010101 | 1000111 | 0 | 11001 | 100110 | 110111 | 10100 | 10111 | 100100 |
Color Harmonies of #725547
Complementary color
Monochromatic Colors of #725547
Black with #725547
Text Example
Text Example
White with #725547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725547; }
p { color: rgb(114,85,71); }
H1.HeaderClassName
{
color: #725547;
}
.AnyTagClassName
{
color: #725547;
}
</style>
background-color css
<style>
a { background-color: #725547; }
a { background-color: rgb(114,85,71); }
div.DivClassName
{
background-color: #725547;
}
.BgClassName
{
background-color: #725547;
}
</style>
border-color css
<style>
span { border-color: #725547; }
span { border-color: rgb(114,85,71); }
td.TdClassName
{
border-color: #725547;
}
.TagClassName
{
border-color: #725547;
}
</style>