Shades of Quincy #71574A
Tints of Quincy #71574A
RGB
CMYK
RGB Variations
Color information
#71574A (or 0x71574A) is known color: Quincy. HEX triplet: 71, 57 and 4A. RGB value is (113,87,74). Sum of RGB (Red+Green+Blue) = 113+87+74=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71574A is #8EA8B5. Grayscale: #5D5D5D. Windows color (decimal): -9349302 or 4872049. OLE color: 4872049.
HSL color Cylindrical-coordinate representation of color #71574A: hue angle of 20º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71574A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 74 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.56 |
| HSL | 20º | 0.21% | 0.37% | - |
| HSV(B) | 20º | 0.35% | 0.44% | - |
| XYZ | 11.45 | 10.82 | 7.96 | - |
| YUV | 93.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 74 | 0 | 0.23 | 0.35 | 0.56 | 20 | 0.21 | 0.37 |
| Hex | 71 | 57 | 4A | 0 | 17 | 23 | 38 | 14 | 15 | 25 |
| Octal | 161 | 127 | 112 | 0 | 27 | 43 | 70 | 24 | 25 | 45 |
| Binary | 1110001 | 1010111 | 1001010 | 0 | 10111 | 100011 | 111000 | 10100 | 10101 | 100101 |
Color Harmonies of #71574A
Complementary color
Monochromatic Colors of #71574A
Black with #71574A
Text Example
Text Example
White with #71574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71574A; }
p { color: rgb(113,87,74); }
H1.HeaderClassName
{
color: #71574A;
}
.AnyTagClassName
{
color: #71574A;
}
</style>
background-color css
<style>
a { background-color: #71574A; }
a { background-color: rgb(113,87,74); }
div.DivClassName
{
background-color: #71574A;
}
.BgClassName
{
background-color: #71574A;
}
</style>
border-color css
<style>
span { border-color: #71574A; }
span { border-color: rgb(113,87,74); }
td.TdClassName
{
border-color: #71574A;
}
.TagClassName
{
border-color: #71574A;
}
</style>