Shades of Quincy #755647
Tints of Quincy #755647
RGB
CMYK
RGB Variations
Color information
#755647 (or 0x755647) is known color: Quincy. HEX triplet: 75, 56 and 47. RGB value is (117,86,71). Sum of RGB (Red+Green+Blue) = 117+86+71=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755647 is #8AA9B8. Grayscale: #5D5D5D. Windows color (decimal): -9087417 or 4675189. OLE color: 4675189.
HSL color Cylindrical-coordinate representation of color #755647: hue angle of 19.57º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755647 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 71 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.54 |
| HSL | 19.57º | 0.24% | 0.37% | - |
| HSV(B) | 19.57º | 0.39% | 0.46% | - |
| XYZ | 11.8 | 10.89 | 7.44 | - |
| YUV | 93.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 71 | 0 | 0.26 | 0.39 | 0.54 | 19.57 | 0.24 | 0.37 |
| Hex | 75 | 56 | 47 | 0 | 1A | 27 | 36 | 14 | 18 | 25 |
| Octal | 165 | 126 | 107 | 0 | 32 | 47 | 66 | 24 | 30 | 45 |
| Binary | 1110101 | 1010110 | 1000111 | 0 | 11010 | 100111 | 110110 | 10100 | 11000 | 100101 |
Color Harmonies of #755647
Complementary color
Monochromatic Colors of #755647
Black with #755647
Text Example
Text Example
White with #755647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755647; }
p { color: rgb(117,86,71); }
H1.HeaderClassName
{
color: #755647;
}
.AnyTagClassName
{
color: #755647;
}
</style>
background-color css
<style>
a { background-color: #755647; }
a { background-color: rgb(117,86,71); }
div.DivClassName
{
background-color: #755647;
}
.BgClassName
{
background-color: #755647;
}
</style>
border-color css
<style>
span { border-color: #755647; }
span { border-color: rgb(117,86,71); }
td.TdClassName
{
border-color: #755647;
}
.TagClassName
{
border-color: #755647;
}
</style>