Shades of Falcon #724E55
Tints of Falcon #724E55
RGB
CMYK
RGB Variations
Color information
#724E55 (or 0x724E55) is known color: Falcon. HEX triplet: 72, 4E and 55. RGB value is (114,78,85). Sum of RGB (Red+Green+Blue) = 114+78+85=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E55 is #8DB1AA. Grayscale: #595959. Windows color (decimal): -9286059 or 5590642. OLE color: 5590642.
HSL color Cylindrical-coordinate representation of color #724E55: hue angle of 348.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E55 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 85 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.55 |
| HSL | 348.33º | 0.19% | 0.38% | - |
| HSV(B) | 348.33º | 0.32% | 0.45% | - |
| XYZ | 11.3 | 9.68 | 9.87 | - |
| YUV | 89.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 85 | 0 | 0.32 | 0.25 | 0.55 | 348.33 | 0.19 | 0.38 |
| Hex | 72 | 4E | 55 | 0 | 20 | 19 | 37 | 15C | 13 | 26 |
| Octal | 162 | 116 | 125 | 0 | 40 | 31 | 67 | 534 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1010101 | 0 | 100000 | 11001 | 110111 | 101011100 | 10011 | 100110 |
Color Harmonies of #724E55
Complementary color
Monochromatic Colors of #724E55
Black with #724E55
Text Example
Text Example
White with #724E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E55; }
p { color: rgb(114,78,85); }
H1.HeaderClassName
{
color: #724E55;
}
.AnyTagClassName
{
color: #724E55;
}
</style>
background-color css
<style>
a { background-color: #724E55; }
a { background-color: rgb(114,78,85); }
div.DivClassName
{
background-color: #724E55;
}
.BgClassName
{
background-color: #724E55;
}
</style>
border-color css
<style>
span { border-color: #724E55; }
span { border-color: rgb(114,78,85); }
td.TdClassName
{
border-color: #724E55;
}
.TagClassName
{
border-color: #724E55;
}
</style>