Shades of Quincy #74584B
Tints of Quincy #74584B
RGB
CMYK
RGB Variations
Color information
#74584B (or 0x74584B) is known color: Quincy. HEX triplet: 74, 58 and 4B. RGB value is (116,88,75). Sum of RGB (Red+Green+Blue) = 116+88+75=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74584B is #8BA7B4. Grayscale: #5E5E5E. Windows color (decimal): -9152437 or 4937844. OLE color: 4937844.
HSL color Cylindrical-coordinate representation of color #74584B: hue angle of 19.02º 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 #74584B is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 75 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.55 |
| HSL | 19.02º | 0.21% | 0.37% | - |
| HSV(B) | 19.02º | 0.35% | 0.45% | - |
| XYZ | 11.96 | 11.2 | 8.19 | - |
| YUV | 94.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 75 | 0 | 0.24 | 0.35 | 0.55 | 19.02 | 0.21 | 0.37 |
| Hex | 74 | 58 | 4B | 0 | 18 | 23 | 37 | 13 | 15 | 25 |
| Octal | 164 | 130 | 113 | 0 | 30 | 43 | 67 | 23 | 25 | 45 |
| Binary | 1110100 | 1011000 | 1001011 | 0 | 11000 | 100011 | 110111 | 10011 | 10101 | 100101 |
Color Harmonies of #74584B
Complementary color
Monochromatic Colors of #74584B
Black with #74584B
Text Example
Text Example
White with #74584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74584B; }
p { color: rgb(116,88,75); }
H1.HeaderClassName
{
color: #74584B;
}
.AnyTagClassName
{
color: #74584B;
}
</style>
background-color css
<style>
a { background-color: #74584B; }
a { background-color: rgb(116,88,75); }
div.DivClassName
{
background-color: #74584B;
}
.BgClassName
{
background-color: #74584B;
}
</style>
border-color css
<style>
span { border-color: #74584B; }
span { border-color: rgb(116,88,75); }
td.TdClassName
{
border-color: #74584B;
}
.TagClassName
{
border-color: #74584B;
}
</style>