Shades of Quincy #725849
Tints of Quincy #725849
RGB
CMYK
RGB Variations
Color information
#725849 (or 0x725849) is known color: Quincy. HEX triplet: 72, 58 and 49. RGB value is (114,88,73). Sum of RGB (Red+Green+Blue) = 114+88+73=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #725849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725849 is #8DA7B6. Grayscale: #5E5E5E. Windows color (decimal): -9283511 or 4806770. OLE color: 4806770.
HSL color Cylindrical-coordinate representation of color #725849: hue angle of 21.95º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #725849 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 73 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.55 |
| HSL | 21.95º | 0.22% | 0.37% | - |
| HSV(B) | 21.95º | 0.36% | 0.45% | - |
| XYZ | 11.63 | 11.04 | 7.82 | - |
| YUV | 94.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 73 | 0 | 0.23 | 0.36 | 0.55 | 21.95 | 0.22 | 0.37 |
| Hex | 72 | 58 | 49 | 0 | 17 | 24 | 37 | 16 | 16 | 25 |
| Octal | 162 | 130 | 111 | 0 | 27 | 44 | 67 | 26 | 26 | 45 |
| Binary | 1110010 | 1011000 | 1001001 | 0 | 10111 | 100100 | 110111 | 10110 | 10110 | 100101 |
Color Harmonies of #725849
Complementary color
Monochromatic Colors of #725849
Black with #725849
Text Example
Text Example
White with #725849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725849; }
p { color: rgb(114,88,73); }
H1.HeaderClassName
{
color: #725849;
}
.AnyTagClassName
{
color: #725849;
}
</style>
background-color css
<style>
a { background-color: #725849; }
a { background-color: rgb(114,88,73); }
div.DivClassName
{
background-color: #725849;
}
.BgClassName
{
background-color: #725849;
}
</style>
border-color css
<style>
span { border-color: #725849; }
span { border-color: rgb(114,88,73); }
td.TdClassName
{
border-color: #725849;
}
.TagClassName
{
border-color: #725849;
}
</style>