Shades of Quincy #76584A
Tints of Quincy #76584A
RGB
CMYK
RGB Variations
Color information
#76584A (or 0x76584A) is known color: Quincy. HEX triplet: 76, 58 and 4A. RGB value is (118,88,74). Sum of RGB (Red+Green+Blue) = 118+88+74=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76584A is #89A7B5. Grayscale: #5F5F5F. Windows color (decimal): -9021366 or 4872310. OLE color: 4872310.
HSL color Cylindrical-coordinate representation of color #76584A: hue angle of 19.09º 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 #76584A is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 74 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.54 |
| HSL | 19.09º | 0.23% | 0.38% | - |
| HSV(B) | 19.09º | 0.37% | 0.46% | - |
| XYZ | 12.2 | 11.33 | 8.02 | - |
| YUV | 95.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 74 | 0 | 0.25 | 0.37 | 0.54 | 19.09 | 0.23 | 0.38 |
| Hex | 76 | 58 | 4A | 0 | 19 | 25 | 36 | 13 | 17 | 26 |
| Octal | 166 | 130 | 112 | 0 | 31 | 45 | 66 | 23 | 27 | 46 |
| Binary | 1110110 | 1011000 | 1001010 | 0 | 11001 | 100101 | 110110 | 10011 | 10111 | 100110 |
Color Harmonies of #76584A
Complementary color
Monochromatic Colors of #76584A
Black with #76584A
Text Example
Text Example
White with #76584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76584A; }
p { color: rgb(118,88,74); }
H1.HeaderClassName
{
color: #76584A;
}
.AnyTagClassName
{
color: #76584A;
}
</style>
background-color css
<style>
a { background-color: #76584A; }
a { background-color: rgb(118,88,74); }
div.DivClassName
{
background-color: #76584A;
}
.BgClassName
{
background-color: #76584A;
}
</style>
border-color css
<style>
span { border-color: #76584A; }
span { border-color: rgb(118,88,74); }
td.TdClassName
{
border-color: #76584A;
}
.TagClassName
{
border-color: #76584A;
}
</style>