Shades of Quincy #74574B
Tints of Quincy #74574B
RGB
CMYK
RGB Variations
Color information
#74574B (or 0x74574B) is known color: Quincy. HEX triplet: 74, 57 and 4B. RGB value is (116,87,75). Sum of RGB (Red+Green+Blue) = 116+87+75=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74574B is #8BA8B4. Grayscale: #5E5E5E. Windows color (decimal): -9152693 or 4937588. OLE color: 4937588.
HSL color Cylindrical-coordinate representation of color #74574B: hue angle of 17.56º 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 #74574B is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 75 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.55 |
| HSL | 17.56º | 0.21% | 0.37% | - |
| HSV(B) | 17.56º | 0.35% | 0.45% | - |
| XYZ | 11.88 | 11.04 | 8.16 | - |
| YUV | 94.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 75 | 0 | 0.25 | 0.35 | 0.55 | 17.56 | 0.21 | 0.37 |
| Hex | 74 | 57 | 4B | 0 | 19 | 23 | 37 | 12 | 15 | 25 |
| Octal | 164 | 127 | 113 | 0 | 31 | 43 | 67 | 22 | 25 | 45 |
| Binary | 1110100 | 1010111 | 1001011 | 0 | 11001 | 100011 | 110111 | 10010 | 10101 | 100101 |
Color Harmonies of #74574B
Complementary color
Monochromatic Colors of #74574B
Black with #74574B
Text Example
Text Example
White with #74574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74574B; }
p { color: rgb(116,87,75); }
H1.HeaderClassName
{
color: #74574B;
}
.AnyTagClassName
{
color: #74574B;
}
</style>
background-color css
<style>
a { background-color: #74574B; }
a { background-color: rgb(116,87,75); }
div.DivClassName
{
background-color: #74574B;
}
.BgClassName
{
background-color: #74574B;
}
</style>
border-color css
<style>
span { border-color: #74574B; }
span { border-color: rgb(116,87,75); }
td.TdClassName
{
border-color: #74574B;
}
.TagClassName
{
border-color: #74574B;
}
</style>