Shades of Quincy #74564B
Tints of Quincy #74564B
RGB
CMYK
RGB Variations
Color information
#74564B (or 0x74564B) is known color: Quincy. HEX triplet: 74, 56 and 4B. RGB value is (116,86,75). Sum of RGB (Red+Green+Blue) = 116+86+75=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74564B is #8BA9B4. Grayscale: #5D5D5D. Windows color (decimal): -9152949 or 4937332. OLE color: 4937332.
HSL color Cylindrical-coordinate representation of color #74564B: hue angle of 16.1º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74564B is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 75 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.55 |
| HSL | 16.1º | 0.21% | 0.37% | - |
| HSV(B) | 16.1º | 0.35% | 0.45% | - |
| XYZ | 11.8 | 10.88 | 8.13 | - |
| YUV | 93.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 75 | 0 | 0.26 | 0.35 | 0.55 | 16.1 | 0.21 | 0.37 |
| Hex | 74 | 56 | 4B | 0 | 1A | 23 | 37 | 10 | 15 | 25 |
| Octal | 164 | 126 | 113 | 0 | 32 | 43 | 67 | 20 | 25 | 45 |
| Binary | 1110100 | 1010110 | 1001011 | 0 | 11010 | 100011 | 110111 | 10000 | 10101 | 100101 |
Color Harmonies of #74564B
Complementary color
Monochromatic Colors of #74564B
Black with #74564B
Text Example
Text Example
White with #74564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74564B; }
p { color: rgb(116,86,75); }
H1.HeaderClassName
{
color: #74564B;
}
.AnyTagClassName
{
color: #74564B;
}
</style>
background-color css
<style>
a { background-color: #74564B; }
a { background-color: rgb(116,86,75); }
div.DivClassName
{
background-color: #74564B;
}
.BgClassName
{
background-color: #74564B;
}
</style>
border-color css
<style>
span { border-color: #74564B; }
span { border-color: rgb(116,86,75); }
td.TdClassName
{
border-color: #74564B;
}
.TagClassName
{
border-color: #74564B;
}
</style>