Shades of Quincy #70584A
Tints of Quincy #70584A
RGB
CMYK
RGB Variations
Color information
#70584A (or 0x70584A) is known color: Quincy. HEX triplet: 70, 58 and 4A. RGB value is (112,88,74). Sum of RGB (Red+Green+Blue) = 112+88+74=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70584A is #8FA7B5. Grayscale: #5D5D5D. Windows color (decimal): -9414582 or 4872304. OLE color: 4872304.
HSL color Cylindrical-coordinate representation of color #70584A: hue angle of 22.11º 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 #70584A is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 74 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.56 |
| HSL | 22.11º | 0.2% | 0.36% | - |
| HSV(B) | 22.11º | 0.34% | 0.44% | - |
| XYZ | 11.41 | 10.92 | 7.98 | - |
| YUV | 93.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 74 | 0 | 0.21 | 0.34 | 0.56 | 22.11 | 0.2 | 0.36 |
| Hex | 70 | 58 | 4A | 0 | 15 | 22 | 38 | 16 | 14 | 24 |
| Octal | 160 | 130 | 112 | 0 | 25 | 42 | 70 | 26 | 24 | 44 |
| Binary | 1110000 | 1011000 | 1001010 | 0 | 10101 | 100010 | 111000 | 10110 | 10100 | 100100 |
Color Harmonies of #70584A
Complementary color
Monochromatic Colors of #70584A
Black with #70584A
Text Example
Text Example
White with #70584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70584A; }
p { color: rgb(112,88,74); }
H1.HeaderClassName
{
color: #70584A;
}
.AnyTagClassName
{
color: #70584A;
}
</style>
background-color css
<style>
a { background-color: #70584A; }
a { background-color: rgb(112,88,74); }
div.DivClassName
{
background-color: #70584A;
}
.BgClassName
{
background-color: #70584A;
}
</style>
border-color css
<style>
span { border-color: #70584A; }
span { border-color: rgb(112,88,74); }
td.TdClassName
{
border-color: #70584A;
}
.TagClassName
{
border-color: #70584A;
}
</style>