Shades of Quincy #76574A
Tints of Quincy #76574A
RGB
CMYK
RGB Variations
Color information
#76574A (or 0x76574A) is known color: Quincy. HEX triplet: 76, 57 and 4A. RGB value is (118,87,74). Sum of RGB (Red+Green+Blue) = 118+87+74=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76574A is #89A8B5. Grayscale: #5E5E5E. Windows color (decimal): -9021622 or 4872054. OLE color: 4872054.
HSL color Cylindrical-coordinate representation of color #76574A: hue angle of 17.73º 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 #76574A is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 74 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.54 |
| HSL | 17.73º | 0.23% | 0.38% | - |
| HSV(B) | 17.73º | 0.37% | 0.46% | - |
| XYZ | 12.12 | 11.16 | 7.99 | - |
| YUV | 94.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 74 | 0 | 0.26 | 0.37 | 0.54 | 17.73 | 0.23 | 0.38 |
| Hex | 76 | 57 | 4A | 0 | 1A | 25 | 36 | 12 | 17 | 26 |
| Octal | 166 | 127 | 112 | 0 | 32 | 45 | 66 | 22 | 27 | 46 |
| Binary | 1110110 | 1010111 | 1001010 | 0 | 11010 | 100101 | 110110 | 10010 | 10111 | 100110 |
Color Harmonies of #76574A
Complementary color
Monochromatic Colors of #76574A
Black with #76574A
Text Example
Text Example
White with #76574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76574A; }
p { color: rgb(118,87,74); }
H1.HeaderClassName
{
color: #76574A;
}
.AnyTagClassName
{
color: #76574A;
}
</style>
background-color css
<style>
a { background-color: #76574A; }
a { background-color: rgb(118,87,74); }
div.DivClassName
{
background-color: #76574A;
}
.BgClassName
{
background-color: #76574A;
}
</style>
border-color css
<style>
span { border-color: #76574A; }
span { border-color: rgb(118,87,74); }
td.TdClassName
{
border-color: #76574A;
}
.TagClassName
{
border-color: #76574A;
}
</style>