Shades of Quincy #725542
Tints of Quincy #725542
RGB
CMYK
RGB Variations
Color information
#725542 (or 0x725542) is known color: Quincy. HEX triplet: 72, 55 and 42. RGB value is (114,85,66). Sum of RGB (Red+Green+Blue) = 114+85+66=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725542 is #8DAABD. Grayscale: #5B5B5B. Windows color (decimal): -9284286 or 4347250. OLE color: 4347250.
HSL color Cylindrical-coordinate representation of color #725542: hue angle of 23.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725542 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 66 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.55 |
| HSL | 23.75º | 0.27% | 0.35% | - |
| HSV(B) | 23.75º | 0.42% | 0.45% | - |
| XYZ | 11.17 | 10.47 | 6.59 | - |
| YUV | 91.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 66 | 0 | 0.25 | 0.42 | 0.55 | 23.75 | 0.27 | 0.35 |
| Hex | 72 | 55 | 42 | 0 | 19 | 2A | 37 | 18 | 1B | 23 |
| Octal | 162 | 125 | 102 | 0 | 31 | 52 | 67 | 30 | 33 | 43 |
| Binary | 1110010 | 1010101 | 1000010 | 0 | 11001 | 101010 | 110111 | 11000 | 11011 | 100011 |
Color Harmonies of #725542
Complementary color
Monochromatic Colors of #725542
Black with #725542
Text Example
Text Example
White with #725542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725542; }
p { color: rgb(114,85,66); }
H1.HeaderClassName
{
color: #725542;
}
.AnyTagClassName
{
color: #725542;
}
</style>
background-color css
<style>
a { background-color: #725542; }
a { background-color: rgb(114,85,66); }
div.DivClassName
{
background-color: #725542;
}
.BgClassName
{
background-color: #725542;
}
</style>
border-color css
<style>
span { border-color: #725542; }
span { border-color: rgb(114,85,66); }
td.TdClassName
{
border-color: #725542;
}
.TagClassName
{
border-color: #725542;
}
</style>