Shades of Quincy #75574A
Tints of Quincy #75574A
RGB
CMYK
RGB Variations
Color information
#75574A (or 0x75574A) is known color: Quincy. HEX triplet: 75, 57 and 4A. RGB value is (117,87,74). Sum of RGB (Red+Green+Blue) = 117+87+74=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75574A is #8AA8B5. Grayscale: #5E5E5E. Windows color (decimal): -9087158 or 4872053. OLE color: 4872053.
HSL color Cylindrical-coordinate representation of color #75574A: hue angle of 18.14º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75574A is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 74 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.54 |
| HSL | 18.14º | 0.23% | 0.37% | - |
| HSV(B) | 18.14º | 0.37% | 0.46% | - |
| XYZ | 11.98 | 11.09 | 7.99 | - |
| YUV | 94.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 74 | 0 | 0.26 | 0.37 | 0.54 | 18.14 | 0.23 | 0.37 |
| Hex | 75 | 57 | 4A | 0 | 1A | 25 | 36 | 12 | 17 | 25 |
| Octal | 165 | 127 | 112 | 0 | 32 | 45 | 66 | 22 | 27 | 45 |
| Binary | 1110101 | 1010111 | 1001010 | 0 | 11010 | 100101 | 110110 | 10010 | 10111 | 100101 |
Color Harmonies of #75574A
Complementary color
Monochromatic Colors of #75574A
Black with #75574A
Text Example
Text Example
White with #75574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75574A; }
p { color: rgb(117,87,74); }
H1.HeaderClassName
{
color: #75574A;
}
.AnyTagClassName
{
color: #75574A;
}
</style>
background-color css
<style>
a { background-color: #75574A; }
a { background-color: rgb(117,87,74); }
div.DivClassName
{
background-color: #75574A;
}
.BgClassName
{
background-color: #75574A;
}
</style>
border-color css
<style>
span { border-color: #75574A; }
span { border-color: rgb(117,87,74); }
td.TdClassName
{
border-color: #75574A;
}
.TagClassName
{
border-color: #75574A;
}
</style>