Shades of Quincy #75584A
Tints of Quincy #75584A
RGB
CMYK
RGB Variations
Color information
#75584A (or 0x75584A) is known color: Quincy. HEX triplet: 75, 58 and 4A. RGB value is (117,88,74). Sum of RGB (Red+Green+Blue) = 117+88+74=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75584A is #8AA7B5. Grayscale: #5F5F5F. Windows color (decimal): -9086902 or 4872309. OLE color: 4872309.
HSL color Cylindrical-coordinate representation of color #75584A: hue angle of 19.53º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75584A is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 88 | 74 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.54 |
| HSL | 19.53º | 0.23% | 0.37% | - |
| HSV(B) | 19.53º | 0.37% | 0.46% | - |
| XYZ | 12.06 | 11.26 | 8.02 | - |
| YUV | 95.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 74 | 0 | 0.25 | 0.37 | 0.54 | 19.53 | 0.23 | 0.37 |
| Hex | 75 | 58 | 4A | 0 | 19 | 25 | 36 | 14 | 17 | 25 |
| Octal | 165 | 130 | 112 | 0 | 31 | 45 | 66 | 24 | 27 | 45 |
| Binary | 1110101 | 1011000 | 1001010 | 0 | 11001 | 100101 | 110110 | 10100 | 10111 | 100101 |
Color Harmonies of #75584A
Complementary color
Monochromatic Colors of #75584A
Black with #75584A
Text Example
Text Example
White with #75584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75584A; }
p { color: rgb(117,88,74); }
H1.HeaderClassName
{
color: #75584A;
}
.AnyTagClassName
{
color: #75584A;
}
</style>
background-color css
<style>
a { background-color: #75584A; }
a { background-color: rgb(117,88,74); }
div.DivClassName
{
background-color: #75584A;
}
.BgClassName
{
background-color: #75584A;
}
</style>
border-color css
<style>
span { border-color: #75584A; }
span { border-color: rgb(117,88,74); }
td.TdClassName
{
border-color: #75584A;
}
.TagClassName
{
border-color: #75584A;
}
</style>