Shades of Quincy #755745
Tints of Quincy #755745
RGB
CMYK
RGB Variations
Color information
#755745 (or 0x755745) is known color: Quincy. HEX triplet: 75, 57 and 45. RGB value is (117,87,69). Sum of RGB (Red+Green+Blue) = 117+87+69=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755745 is #8AA8BA. Grayscale: #5E5E5E. Windows color (decimal): -9087163 or 4544373. OLE color: 4544373.
HSL color Cylindrical-coordinate representation of color #755745: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755745 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 69 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.54 |
| HSL | 22.5º | 0.26% | 0.36% | - |
| HSV(B) | 22.5º | 0.41% | 0.46% | - |
| XYZ | 11.82 | 11.03 | 7.14 | - |
| YUV | 93.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 69 | 0 | 0.26 | 0.41 | 0.54 | 22.5 | 0.26 | 0.36 |
| Hex | 75 | 57 | 45 | 0 | 1A | 29 | 36 | 16 | 1A | 24 |
| Octal | 165 | 127 | 105 | 0 | 32 | 51 | 66 | 26 | 32 | 44 |
| Binary | 1110101 | 1010111 | 1000101 | 0 | 11010 | 101001 | 110110 | 10110 | 11010 | 100100 |
Color Harmonies of #755745
Complementary color
Monochromatic Colors of #755745
Black with #755745
Text Example
Text Example
White with #755745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755745; }
p { color: rgb(117,87,69); }
H1.HeaderClassName
{
color: #755745;
}
.AnyTagClassName
{
color: #755745;
}
</style>
background-color css
<style>
a { background-color: #755745; }
a { background-color: rgb(117,87,69); }
div.DivClassName
{
background-color: #755745;
}
.BgClassName
{
background-color: #755745;
}
</style>
border-color css
<style>
span { border-color: #755745; }
span { border-color: rgb(117,87,69); }
td.TdClassName
{
border-color: #755745;
}
.TagClassName
{
border-color: #755745;
}
</style>