Shades of Quincy #755749
Tints of Quincy #755749
RGB
CMYK
RGB Variations
Color information
#755749 (or 0x755749) is known color: Quincy. HEX triplet: 75, 57 and 49. RGB value is (117,87,73). Sum of RGB (Red+Green+Blue) = 117+87+73=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755749 is #8AA8B6. Grayscale: #5E5E5E. Windows color (decimal): -9087159 or 4806517. OLE color: 4806517.
HSL color Cylindrical-coordinate representation of color #755749: hue angle of 19.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755749 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 73 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.54 |
| HSL | 19.09º | 0.23% | 0.37% | - |
| HSV(B) | 19.09º | 0.38% | 0.46% | - |
| XYZ | 11.95 | 11.08 | 7.81 | - |
| YUV | 94.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 73 | 0 | 0.26 | 0.38 | 0.54 | 19.09 | 0.23 | 0.37 |
| Hex | 75 | 57 | 49 | 0 | 1A | 26 | 36 | 13 | 17 | 25 |
| Octal | 165 | 127 | 111 | 0 | 32 | 46 | 66 | 23 | 27 | 45 |
| Binary | 1110101 | 1010111 | 1001001 | 0 | 11010 | 100110 | 110110 | 10011 | 10111 | 100101 |
Color Harmonies of #755749
Complementary color
Monochromatic Colors of #755749
Black with #755749
Text Example
Text Example
White with #755749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755749; }
p { color: rgb(117,87,73); }
H1.HeaderClassName
{
color: #755749;
}
.AnyTagClassName
{
color: #755749;
}
</style>
background-color css
<style>
a { background-color: #755749; }
a { background-color: rgb(117,87,73); }
div.DivClassName
{
background-color: #755749;
}
.BgClassName
{
background-color: #755749;
}
</style>
border-color css
<style>
span { border-color: #755749; }
span { border-color: rgb(117,87,73); }
td.TdClassName
{
border-color: #755749;
}
.TagClassName
{
border-color: #755749;
}
</style>