Shades of Quincy #76594A
Tints of Quincy #76594A
RGB
CMYK
RGB Variations
Color information
#76594A (or 0x76594A) is known color: Quincy. HEX triplet: 76, 59 and 4A. RGB value is (118,89,74). Sum of RGB (Red+Green+Blue) = 118+89+74=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76594A is #89A6B5. Grayscale: #606060. Windows color (decimal): -9021110 or 4872566. OLE color: 4872566.
HSL color Cylindrical-coordinate representation of color #76594A: hue angle of 20.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76594A is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 74 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.54 |
| HSL | 20.45º | 0.23% | 0.38% | - |
| HSV(B) | 20.45º | 0.37% | 0.46% | - |
| XYZ | 12.28 | 11.49 | 8.05 | - |
| YUV | 95.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 74 | 0 | 0.25 | 0.37 | 0.54 | 20.45 | 0.23 | 0.38 |
| Hex | 76 | 59 | 4A | 0 | 19 | 25 | 36 | 14 | 17 | 26 |
| Octal | 166 | 131 | 112 | 0 | 31 | 45 | 66 | 24 | 27 | 46 |
| Binary | 1110110 | 1011001 | 1001010 | 0 | 11001 | 100101 | 110110 | 10100 | 10111 | 100110 |
Color Harmonies of #76594A
Complementary color
Monochromatic Colors of #76594A
Black with #76594A
Text Example
Text Example
White with #76594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76594A; }
p { color: rgb(118,89,74); }
H1.HeaderClassName
{
color: #76594A;
}
.AnyTagClassName
{
color: #76594A;
}
</style>
background-color css
<style>
a { background-color: #76594A; }
a { background-color: rgb(118,89,74); }
div.DivClassName
{
background-color: #76594A;
}
.BgClassName
{
background-color: #76594A;
}
</style>
border-color css
<style>
span { border-color: #76594A; }
span { border-color: rgb(118,89,74); }
td.TdClassName
{
border-color: #76594A;
}
.TagClassName
{
border-color: #76594A;
}
</style>