Shades of Quincy #755547
Tints of Quincy #755547
RGB
CMYK
RGB Variations
Color information
#755547 (or 0x755547) is known color: Quincy. HEX triplet: 75, 55 and 47. RGB value is (117,85,71). Sum of RGB (Red+Green+Blue) = 117+85+71=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755547 is #8AAAB8. Grayscale: #5D5D5D. Windows color (decimal): -9087673 or 4674933. OLE color: 4674933.
HSL color Cylindrical-coordinate representation of color #755547: hue angle of 18.26º 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 #755547 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 71 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.54 |
| HSL | 18.26º | 0.24% | 0.37% | - |
| HSV(B) | 18.26º | 0.39% | 0.46% | - |
| XYZ | 11.72 | 10.73 | 7.42 | - |
| YUV | 92.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 71 | 0 | 0.27 | 0.39 | 0.54 | 18.26 | 0.24 | 0.37 |
| Hex | 75 | 55 | 47 | 0 | 1B | 27 | 36 | 12 | 18 | 25 |
| Octal | 165 | 125 | 107 | 0 | 33 | 47 | 66 | 22 | 30 | 45 |
| Binary | 1110101 | 1010101 | 1000111 | 0 | 11011 | 100111 | 110110 | 10010 | 11000 | 100101 |
Color Harmonies of #755547
Complementary color
Monochromatic Colors of #755547
Black with #755547
Text Example
Text Example
White with #755547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755547; }
p { color: rgb(117,85,71); }
H1.HeaderClassName
{
color: #755547;
}
.AnyTagClassName
{
color: #755547;
}
</style>
background-color css
<style>
a { background-color: #755547; }
a { background-color: rgb(117,85,71); }
div.DivClassName
{
background-color: #755547;
}
.BgClassName
{
background-color: #755547;
}
</style>
border-color css
<style>
span { border-color: #755547; }
span { border-color: rgb(117,85,71); }
td.TdClassName
{
border-color: #755547;
}
.TagClassName
{
border-color: #755547;
}
</style>