Shades of Quincy #72574C
Tints of Quincy #72574C
RGB
CMYK
RGB Variations
Color information
#72574C (or 0x72574C) is known color: Quincy. HEX triplet: 72, 57 and 4C. RGB value is (114,87,76). Sum of RGB (Red+Green+Blue) = 114+87+76=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72574C is #8DA8B3. Grayscale: #5D5D5D. Windows color (decimal): -9283764 or 5003122. OLE color: 5003122.
HSL color Cylindrical-coordinate representation of color #72574C: hue angle of 17.37º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72574C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 76 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.55 |
| HSL | 17.37º | 0.2% | 0.37% | - |
| HSV(B) | 17.37º | 0.33% | 0.45% | - |
| XYZ | 11.65 | 10.92 | 8.33 | - |
| YUV | 93.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 76 | 0 | 0.24 | 0.33 | 0.55 | 17.37 | 0.2 | 0.37 |
| Hex | 72 | 57 | 4C | 0 | 18 | 21 | 37 | 11 | 14 | 25 |
| Octal | 162 | 127 | 114 | 0 | 30 | 41 | 67 | 21 | 24 | 45 |
| Binary | 1110010 | 1010111 | 1001100 | 0 | 11000 | 100001 | 110111 | 10001 | 10100 | 100101 |
Color Harmonies of #72574C
Complementary color
Monochromatic Colors of #72574C
Black with #72574C
Text Example
Text Example
White with #72574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72574C; }
p { color: rgb(114,87,76); }
H1.HeaderClassName
{
color: #72574C;
}
.AnyTagClassName
{
color: #72574C;
}
</style>
background-color css
<style>
a { background-color: #72574C; }
a { background-color: rgb(114,87,76); }
div.DivClassName
{
background-color: #72574C;
}
.BgClassName
{
background-color: #72574C;
}
</style>
border-color css
<style>
span { border-color: #72574C; }
span { border-color: rgb(114,87,76); }
td.TdClassName
{
border-color: #72574C;
}
.TagClassName
{
border-color: #72574C;
}
</style>