Shades of Quincy #705747
Tints of Quincy #705747
RGB
CMYK
RGB Variations
Color information
#705747 (or 0x705747) is known color: Quincy. HEX triplet: 70, 57 and 47. RGB value is (112,87,71). Sum of RGB (Red+Green+Blue) = 112+87+71=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705747 is #8FA8B8. Grayscale: #5C5C5C. Windows color (decimal): -9414841 or 4675440. OLE color: 4675440.
HSL color Cylindrical-coordinate representation of color #705747: hue angle of 23.41º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705747 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 71 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.56 |
| HSL | 23.41º | 0.22% | 0.36% | - |
| HSV(B) | 23.41º | 0.37% | 0.44% | - |
| XYZ | 11.23 | 10.72 | 7.44 | - |
| YUV | 92.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 71 | 0 | 0.22 | 0.37 | 0.56 | 23.41 | 0.22 | 0.36 |
| Hex | 70 | 57 | 47 | 0 | 16 | 25 | 38 | 17 | 16 | 24 |
| Octal | 160 | 127 | 107 | 0 | 26 | 45 | 70 | 27 | 26 | 44 |
| Binary | 1110000 | 1010111 | 1000111 | 0 | 10110 | 100101 | 111000 | 10111 | 10110 | 100100 |
Color Harmonies of #705747
Complementary color
Monochromatic Colors of #705747
Black with #705747
Text Example
Text Example
White with #705747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705747; }
p { color: rgb(112,87,71); }
H1.HeaderClassName
{
color: #705747;
}
.AnyTagClassName
{
color: #705747;
}
</style>
background-color css
<style>
a { background-color: #705747; }
a { background-color: rgb(112,87,71); }
div.DivClassName
{
background-color: #705747;
}
.BgClassName
{
background-color: #705747;
}
</style>
border-color css
<style>
span { border-color: #705747; }
span { border-color: rgb(112,87,71); }
td.TdClassName
{
border-color: #705747;
}
.TagClassName
{
border-color: #705747;
}
</style>