Shades of Quincy #775748
Tints of Quincy #775748
RGB
CMYK
RGB Variations
Color information
#775748 (or 0x775748) is known color: Quincy. HEX triplet: 77, 57 and 48. RGB value is (119,87,72). Sum of RGB (Red+Green+Blue) = 119+87+72=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775748 is #88A8B7. Grayscale: #5E5E5E. Windows color (decimal): -8956088 or 4740983. OLE color: 4740983.
HSL color Cylindrical-coordinate representation of color #775748: hue angle of 19.15º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775748 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 72 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.53 |
| HSL | 19.15º | 0.25% | 0.37% | - |
| HSV(B) | 19.15º | 0.39% | 0.47% | - |
| XYZ | 12.19 | 11.21 | 7.65 | - |
| YUV | 94.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 72 | 0 | 0.27 | 0.39 | 0.53 | 19.15 | 0.25 | 0.37 |
| Hex | 77 | 57 | 48 | 0 | 1B | 27 | 35 | 13 | 19 | 25 |
| Octal | 167 | 127 | 110 | 0 | 33 | 47 | 65 | 23 | 31 | 45 |
| Binary | 1110111 | 1010111 | 1001000 | 0 | 11011 | 100111 | 110101 | 10011 | 11001 | 100101 |
Color Harmonies of #775748
Complementary color
Monochromatic Colors of #775748
Black with #775748
Text Example
Text Example
White with #775748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775748; }
p { color: rgb(119,87,72); }
H1.HeaderClassName
{
color: #775748;
}
.AnyTagClassName
{
color: #775748;
}
</style>
background-color css
<style>
a { background-color: #775748; }
a { background-color: rgb(119,87,72); }
div.DivClassName
{
background-color: #775748;
}
.BgClassName
{
background-color: #775748;
}
</style>
border-color css
<style>
span { border-color: #775748; }
span { border-color: rgb(119,87,72); }
td.TdClassName
{
border-color: #775748;
}
.TagClassName
{
border-color: #775748;
}
</style>