Shades of Quincy #70574B
Tints of Quincy #70574B
RGB
CMYK
RGB Variations
Color information
#70574B (or 0x70574B) is known color: Quincy. HEX triplet: 70, 57 and 4B. RGB value is (112,87,75). Sum of RGB (Red+Green+Blue) = 112+87+75=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70574B is #8FA8B4. Grayscale: #5D5D5D. Windows color (decimal): -9414837 or 4937584. OLE color: 4937584.
HSL color Cylindrical-coordinate representation of color #70574B: hue angle of 19.46º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70574B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 75 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.56 |
| HSL | 19.46º | 0.2% | 0.37% | - |
| HSV(B) | 19.46º | 0.33% | 0.44% | - |
| XYZ | 11.36 | 10.77 | 8.14 | - |
| YUV | 93.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 75 | 0 | 0.22 | 0.33 | 0.56 | 19.46 | 0.2 | 0.37 |
| Hex | 70 | 57 | 4B | 0 | 16 | 21 | 38 | 13 | 14 | 25 |
| Octal | 160 | 127 | 113 | 0 | 26 | 41 | 70 | 23 | 24 | 45 |
| Binary | 1110000 | 1010111 | 1001011 | 0 | 10110 | 100001 | 111000 | 10011 | 10100 | 100101 |
Color Harmonies of #70574B
Complementary color
Monochromatic Colors of #70574B
Black with #70574B
Text Example
Text Example
White with #70574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70574B; }
p { color: rgb(112,87,75); }
H1.HeaderClassName
{
color: #70574B;
}
.AnyTagClassName
{
color: #70574B;
}
</style>
background-color css
<style>
a { background-color: #70574B; }
a { background-color: rgb(112,87,75); }
div.DivClassName
{
background-color: #70574B;
}
.BgClassName
{
background-color: #70574B;
}
</style>
border-color css
<style>
span { border-color: #70574B; }
span { border-color: rgb(112,87,75); }
td.TdClassName
{
border-color: #70574B;
}
.TagClassName
{
border-color: #70574B;
}
</style>