Shades of Quincy #765849
Tints of Quincy #765849
RGB
CMYK
RGB Variations
Color information
#765849 (or 0x765849) is known color: Quincy. HEX triplet: 76, 58 and 49. RGB value is (118,88,73). Sum of RGB (Red+Green+Blue) = 118+88+73=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #765849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765849 is #89A7B6. Grayscale: #5F5F5F. Windows color (decimal): -9021367 or 4806774. OLE color: 4806774.
HSL color Cylindrical-coordinate representation of color #765849: hue angle of 20º degrees, saturation: 0.24, 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 #765849 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 73 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.54 |
| HSL | 20º | 0.24% | 0.37% | - |
| HSV(B) | 20º | 0.38% | 0.46% | - |
| XYZ | 12.16 | 11.31 | 7.85 | - |
| YUV | 95.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 73 | 0 | 0.25 | 0.38 | 0.54 | 20 | 0.24 | 0.37 |
| Hex | 76 | 58 | 49 | 0 | 19 | 26 | 36 | 14 | 18 | 25 |
| Octal | 166 | 130 | 111 | 0 | 31 | 46 | 66 | 24 | 30 | 45 |
| Binary | 1110110 | 1011000 | 1001001 | 0 | 11001 | 100110 | 110110 | 10100 | 11000 | 100101 |
Color Harmonies of #765849
Complementary color
Monochromatic Colors of #765849
Black with #765849
Text Example
Text Example
White with #765849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765849; }
p { color: rgb(118,88,73); }
H1.HeaderClassName
{
color: #765849;
}
.AnyTagClassName
{
color: #765849;
}
</style>
background-color css
<style>
a { background-color: #765849; }
a { background-color: rgb(118,88,73); }
div.DivClassName
{
background-color: #765849;
}
.BgClassName
{
background-color: #765849;
}
</style>
border-color css
<style>
span { border-color: #765849; }
span { border-color: rgb(118,88,73); }
td.TdClassName
{
border-color: #765849;
}
.TagClassName
{
border-color: #765849;
}
</style>