Shades of Quincy #725543
Tints of Quincy #725543
RGB
CMYK
RGB Variations
Color information
#725543 (or 0x725543) is known color: Quincy. HEX triplet: 72, 55 and 43. RGB value is (114,85,67). Sum of RGB (Red+Green+Blue) = 114+85+67=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725543 is #8DAABC. Grayscale: #5B5B5B. Windows color (decimal): -9284285 or 4412786. OLE color: 4412786.
HSL color Cylindrical-coordinate representation of color #725543: hue angle of 22.98º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #725543 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 67 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.55 |
| HSL | 22.98º | 0.26% | 0.35% | - |
| HSV(B) | 22.98º | 0.41% | 0.45% | - |
| XYZ | 11.2 | 10.48 | 6.74 | - |
| YUV | 91.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 67 | 0 | 0.25 | 0.41 | 0.55 | 22.98 | 0.26 | 0.35 |
| Hex | 72 | 55 | 43 | 0 | 19 | 29 | 37 | 17 | 1A | 23 |
| Octal | 162 | 125 | 103 | 0 | 31 | 51 | 67 | 27 | 32 | 43 |
| Binary | 1110010 | 1010101 | 1000011 | 0 | 11001 | 101001 | 110111 | 10111 | 11010 | 100011 |
Color Harmonies of #725543
Complementary color
Monochromatic Colors of #725543
Black with #725543
Text Example
Text Example
White with #725543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725543; }
p { color: rgb(114,85,67); }
H1.HeaderClassName
{
color: #725543;
}
.AnyTagClassName
{
color: #725543;
}
</style>
background-color css
<style>
a { background-color: #725543; }
a { background-color: rgb(114,85,67); }
div.DivClassName
{
background-color: #725543;
}
.BgClassName
{
background-color: #725543;
}
</style>
border-color css
<style>
span { border-color: #725543; }
span { border-color: rgb(114,85,67); }
td.TdClassName
{
border-color: #725543;
}
.TagClassName
{
border-color: #725543;
}
</style>