Shades of Quincy #75564A
Tints of Quincy #75564A
RGB
CMYK
RGB Variations
Color information
#75564A (or 0x75564A) is known color: Quincy. HEX triplet: 75, 56 and 4A. RGB value is (117,86,74). Sum of RGB (Red+Green+Blue) = 117+86+74=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75564A is #8AA9B5. Grayscale: #5D5D5D. Windows color (decimal): -9087414 or 4871797. OLE color: 4871797.
HSL color Cylindrical-coordinate representation of color #75564A: hue angle of 16.74º 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 #75564A is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 74 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.54 |
| HSL | 16.74º | 0.23% | 0.37% | - |
| HSV(B) | 16.74º | 0.37% | 0.46% | - |
| XYZ | 11.9 | 10.93 | 7.96 | - |
| YUV | 93.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 74 | 0 | 0.26 | 0.37 | 0.54 | 16.74 | 0.23 | 0.37 |
| Hex | 75 | 56 | 4A | 0 | 1A | 25 | 36 | 11 | 17 | 25 |
| Octal | 165 | 126 | 112 | 0 | 32 | 45 | 66 | 21 | 27 | 45 |
| Binary | 1110101 | 1010110 | 1001010 | 0 | 11010 | 100101 | 110110 | 10001 | 10111 | 100101 |
Color Harmonies of #75564A
Complementary color
Monochromatic Colors of #75564A
Black with #75564A
Text Example
Text Example
White with #75564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75564A; }
p { color: rgb(117,86,74); }
H1.HeaderClassName
{
color: #75564A;
}
.AnyTagClassName
{
color: #75564A;
}
</style>
background-color css
<style>
a { background-color: #75564A; }
a { background-color: rgb(117,86,74); }
div.DivClassName
{
background-color: #75564A;
}
.BgClassName
{
background-color: #75564A;
}
</style>
border-color css
<style>
span { border-color: #75564A; }
span { border-color: rgb(117,86,74); }
td.TdClassName
{
border-color: #75564A;
}
.TagClassName
{
border-color: #75564A;
}
</style>