Shades of Quincy #72584C
Tints of Quincy #72584C
RGB
CMYK
RGB Variations
Color information
#72584C (or 0x72584C) is known color: Quincy. HEX triplet: 72, 58 and 4C. RGB value is (114,88,76). Sum of RGB (Red+Green+Blue) = 114+88+76=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72584C is #8DA7B3. Grayscale: #5E5E5E. Windows color (decimal): -9283508 or 5003378. OLE color: 5003378.
HSL color Cylindrical-coordinate representation of color #72584C: hue angle of 18.95º 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 #72584C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 76 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.55 |
| HSL | 18.95º | 0.2% | 0.37% | - |
| HSV(B) | 18.95º | 0.33% | 0.45% | - |
| XYZ | 11.73 | 11.08 | 8.36 | - |
| YUV | 94.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 76 | 0 | 0.23 | 0.33 | 0.55 | 18.95 | 0.2 | 0.37 |
| Hex | 72 | 58 | 4C | 0 | 17 | 21 | 37 | 13 | 14 | 25 |
| Octal | 162 | 130 | 114 | 0 | 27 | 41 | 67 | 23 | 24 | 45 |
| Binary | 1110010 | 1011000 | 1001100 | 0 | 10111 | 100001 | 110111 | 10011 | 10100 | 100101 |
Color Harmonies of #72584C
Complementary color
Monochromatic Colors of #72584C
Black with #72584C
Text Example
Text Example
White with #72584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72584C; }
p { color: rgb(114,88,76); }
H1.HeaderClassName
{
color: #72584C;
}
.AnyTagClassName
{
color: #72584C;
}
</style>
background-color css
<style>
a { background-color: #72584C; }
a { background-color: rgb(114,88,76); }
div.DivClassName
{
background-color: #72584C;
}
.BgClassName
{
background-color: #72584C;
}
</style>
border-color css
<style>
span { border-color: #72584C; }
span { border-color: rgb(114,88,76); }
td.TdClassName
{
border-color: #72584C;
}
.TagClassName
{
border-color: #72584C;
}
</style>