Shades of Quincy #70574A
Tints of Quincy #70574A
RGB
CMYK
RGB Variations
Color information
#70574A (or 0x70574A) is known color: Quincy. HEX triplet: 70, 57 and 4A. RGB value is (112,87,74). Sum of RGB (Red+Green+Blue) = 112+87+74=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70574A is #8FA8B5. Grayscale: #5D5D5D. Windows color (decimal): -9414838 or 4872048. OLE color: 4872048.
HSL color Cylindrical-coordinate representation of color #70574A: hue angle of 20.53º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70574A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 74 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.56 |
| HSL | 20.53º | 0.2% | 0.36% | - |
| HSV(B) | 20.53º | 0.34% | 0.44% | - |
| XYZ | 11.33 | 10.76 | 7.96 | - |
| YUV | 92.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 74 | 0 | 0.22 | 0.34 | 0.56 | 20.53 | 0.2 | 0.36 |
| Hex | 70 | 57 | 4A | 0 | 16 | 22 | 38 | 15 | 14 | 24 |
| Octal | 160 | 127 | 112 | 0 | 26 | 42 | 70 | 25 | 24 | 44 |
| Binary | 1110000 | 1010111 | 1001010 | 0 | 10110 | 100010 | 111000 | 10101 | 10100 | 100100 |
Color Harmonies of #70574A
Complementary color
Monochromatic Colors of #70574A
Black with #70574A
Text Example
Text Example
White with #70574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70574A; }
p { color: rgb(112,87,74); }
H1.HeaderClassName
{
color: #70574A;
}
.AnyTagClassName
{
color: #70574A;
}
</style>
background-color css
<style>
a { background-color: #70574A; }
a { background-color: rgb(112,87,74); }
div.DivClassName
{
background-color: #70574A;
}
.BgClassName
{
background-color: #70574A;
}
</style>
border-color css
<style>
span { border-color: #70574A; }
span { border-color: rgb(112,87,74); }
td.TdClassName
{
border-color: #70574A;
}
.TagClassName
{
border-color: #70574A;
}
</style>