Shades of Quincy #72584B
Tints of Quincy #72584B
RGB
CMYK
RGB Variations
Color information
#72584B (or 0x72584B) is known color: Quincy. HEX triplet: 72, 58 and 4B. RGB value is (114,88,75). Sum of RGB (Red+Green+Blue) = 114+88+75=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72584B is #8DA7B4. Grayscale: #5E5E5E. Windows color (decimal): -9283509 or 4937842. OLE color: 4937842.
HSL color Cylindrical-coordinate representation of color #72584B: hue angle of 20º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72584B is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 75 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.55 |
| HSL | 20º | 0.21% | 0.37% | - |
| HSV(B) | 20º | 0.34% | 0.45% | - |
| XYZ | 11.7 | 11.06 | 8.18 | - |
| YUV | 94.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 75 | 0 | 0.23 | 0.34 | 0.55 | 20 | 0.21 | 0.37 |
| Hex | 72 | 58 | 4B | 0 | 17 | 22 | 37 | 14 | 15 | 25 |
| Octal | 162 | 130 | 113 | 0 | 27 | 42 | 67 | 24 | 25 | 45 |
| Binary | 1110010 | 1011000 | 1001011 | 0 | 10111 | 100010 | 110111 | 10100 | 10101 | 100101 |
Color Harmonies of #72584B
Complementary color
Monochromatic Colors of #72584B
Black with #72584B
Text Example
Text Example
White with #72584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72584B; }
p { color: rgb(114,88,75); }
H1.HeaderClassName
{
color: #72584B;
}
.AnyTagClassName
{
color: #72584B;
}
</style>
background-color css
<style>
a { background-color: #72584B; }
a { background-color: rgb(114,88,75); }
div.DivClassName
{
background-color: #72584B;
}
.BgClassName
{
background-color: #72584B;
}
</style>
border-color css
<style>
span { border-color: #72584B; }
span { border-color: rgb(114,88,75); }
td.TdClassName
{
border-color: #72584B;
}
.TagClassName
{
border-color: #72584B;
}
</style>