Shades of Quincy #72554B
Tints of Quincy #72554B
RGB
CMYK
RGB Variations
Color information
#72554B (or 0x72554B) is known color: Quincy. HEX triplet: 72, 55 and 4B. RGB value is (114,85,75). Sum of RGB (Red+Green+Blue) = 114+85+75=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72554B is #8DAAB4. Grayscale: #5C5C5C. Windows color (decimal): -9284277 or 4937074. OLE color: 4937074.
HSL color Cylindrical-coordinate representation of color #72554B: hue angle of 15.38º 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 #72554B is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 75 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.55 |
| HSL | 15.38º | 0.21% | 0.37% | - |
| HSV(B) | 15.38º | 0.34% | 0.45% | - |
| XYZ | 11.46 | 10.58 | 8.1 | - |
| YUV | 92.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 75 | 0 | 0.25 | 0.34 | 0.55 | 15.38 | 0.21 | 0.37 |
| Hex | 72 | 55 | 4B | 0 | 19 | 22 | 37 | F | 15 | 25 |
| Octal | 162 | 125 | 113 | 0 | 31 | 42 | 67 | 17 | 25 | 45 |
| Binary | 1110010 | 1010101 | 1001011 | 0 | 11001 | 100010 | 110111 | 1111 | 10101 | 100101 |
Color Harmonies of #72554B
Complementary color
Monochromatic Colors of #72554B
Black with #72554B
Text Example
Text Example
White with #72554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72554B; }
p { color: rgb(114,85,75); }
H1.HeaderClassName
{
color: #72554B;
}
.AnyTagClassName
{
color: #72554B;
}
</style>
background-color css
<style>
a { background-color: #72554B; }
a { background-color: rgb(114,85,75); }
div.DivClassName
{
background-color: #72554B;
}
.BgClassName
{
background-color: #72554B;
}
</style>
border-color css
<style>
span { border-color: #72554B; }
span { border-color: rgb(114,85,75); }
td.TdClassName
{
border-color: #72554B;
}
.TagClassName
{
border-color: #72554B;
}
</style>